Skip to content

Commit

Permalink
Fix readme rosdep (#506)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
(cherry picked from commit c546b01)
  • Loading branch information
pablogs9 authored and mergify-bot committed Apr 26, 2022
1 parent 8793b5a commit 8bb6250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ mkdir uros_ws && cd uros_ws

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

rosdep update && rosdep install --from-path src --ignore-src -y
rosdep update && rosdep install --from-paths src --ignore-src -y

colcon build

Expand Down

0 comments on commit 8bb6250

Please sign in to comment.