Skip to content

Commit

Permalink
add rosdep install to Setup instruction for resolving dependencies (#…
Browse files Browse the repository at this point in the history
…105)

* add note to install ament_cmake_vendor_package

Signed-off-by: takasehideki <[email protected]>

* add `rosdep install` to resolve dependencies

---------

Signed-off-by: takasehideki <[email protected]>
  • Loading branch information
takasehideki authored Feb 8, 2024
1 parent 075d0df commit 1b4a717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Build `rmw_zenoh_cpp`
mkdir ~/ws_rmw_zenoh/src -p && cd ~/ws_rmw_zenoh/src
git clone https://github.com/ros2/rmw_zenoh.git
cd ~/ws_rmw_zenoh
rosdep install --from-paths src --ignore-src --rosdistro <DISTRO> -y # replace <DISTRO> with ROS 2 distro of choice
source /opt/ros/<DISTRO>/setup.bash # replace <DISTRO> with ROS 2 distro of choice
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release

Expand Down

0 comments on commit 1b4a717

Please sign in to comment.