An open API service indexing awesome lists of open source software.

https://github.com/berkeleyautomation/fogros-realtime-examples


https://github.com/berkeleyautomation/fogros-realtime-examples

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# fogros-realtime-examples

```bash
colcon build
rosdep install --from-paths . --ignore-src -r -y
source install/setup.bash
ros2 run
```

If you see a warning during `colcon build`, you may safely ignore it:
```
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
```

```
docker build . -t keplerc/fogros-ft-examples:latest
docker push keplerc/fogros-ft-examples:latest
```