File tree Expand file tree Collapse file tree
_docs/tutorials/core/teensy_with_arduino
_includes/first_application_common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ cd microros_ws
5151git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
5252# Update dependencies using rosdep
5353sudo apt update && rosdep update
54- rosdep install --from-path src --ignore-src -y
54+ rosdep install --from-paths src --ignore-src -y
5555# Install pip
5656sudo apt-get install python3-pip
5757
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/mi
2424
2525# Update dependencies using rosdep
2626sudo apt update && rosdep update
27- rosdep install --from-path src --ignore-src -y
27+ rosdep install --from-paths src --ignore-src -y
2828
2929# Install pip
3030sudo apt-get install python3-pip
You can’t perform that action at this time.
0 commit comments