Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/tutorials/core/teensy_with_arduino/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd microros_ws
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
# Update dependencies using rosdep
sudo apt update && rosdep update
rosdep install --from-path src --ignore-src -y
rosdep install --from-paths src --ignore-src -y
# Install pip
sudo apt-get install python3-pip

Expand Down
2 changes: 1 addition & 1 deletion _includes/first_application_common/build_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/mi

# Update dependencies using rosdep
sudo apt update && rosdep update
rosdep install --from-path src --ignore-src -y
rosdep install --from-paths src --ignore-src -y

# Install pip
sudo apt-get install python3-pip
Expand Down