Added rosdep command to docs

This commit is contained in:
wittenator 2023-12-02 19:47:54 +01:00
parent d0b9c22eee
commit a2696e9710

View File

@ -1,5 +1,11 @@
# Temporary FT24 control repo # Temporary FT24 control repo
## Initial setup
To install all necessary dependencies, run:
```
rosdep install --from-paths src -y --ignore-src
```
## Robot Control ## Robot Control
The robot control is implemented in the `ft24_control` package and can be launched with \ The robot control is implemented in the `ft24_control` package and can be launched with \
`ros2 launch ft24_control launch_robot.py`.\ `ros2 launch ft24_control launch_robot.py`.\