Skip to content

Commit 2ac2918

Browse files
Fix readme rosdep (#506) (#508)
Signed-off-by: Pablo Garrido <pablogs9@gmail.com> (cherry picked from commit c546b01) Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 8793b5a commit 2ac2918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mkdir uros_ws && cd uros_ws
9999

100100
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
101101

102-
rosdep update && rosdep install --from-path src --ignore-src -y
102+
rosdep update && rosdep install --from-paths src --ignore-src -y
103103

104104
colcon build
105105

0 commit comments

Comments
 (0)