https://github.com/berkeleyautomation/fogros-realtime-examples
https://github.com/berkeleyautomation/fogros-realtime-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/berkeleyautomation/fogros-realtime-examples
- Owner: BerkeleyAutomation
- Created: 2023-11-01T19:50:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:51:39.000Z (10 months ago)
- Last Synced: 2025-01-25T21:26:35.455Z (4 months ago)
- Language: Python
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```