We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7aeb1 commit 0104876Copy full SHA for 0104876
doc/index.rst
@@ -119,9 +119,9 @@ Download the ``ros2_control_demos`` repository and install its dependencies with
119
cd ~/ros2_ws/src
120
git clone https://github.com/ros-controls/ros2_control_demos -b {REPOS_FILE_BRANCH}
121
cd ~/ros2_ws/
122
- rosdep update --rosdistro=$ROS_DISTRO
123
sudo apt-get update
124
- sudo rosdep install --from-paths ./ -i -y --rosdistro ${ROS_DISTRO}
+ rosdep update --rosdistro=$ROS_DISTRO
+ rosdep install --from-paths ./ -i -y --rosdistro ${ROS_DISTRO}
125
126
Now you can build the repository (source your ROS 2 installation first)
127
0 commit comments