Skip to content

Commit

Permalink
add the missing rosdep command
Browse files Browse the repository at this point in the history
  • Loading branch information
padhupradheep committed Oct 1, 2024
1 parent 6e0fff3 commit 87924ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-setup/setup-mp-robot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ fi
# build workspace
cd ..

echo "Installing dependencies, skipping the following" $skip_depend
# Install relevant dependencies
rosdep install --from-paths ./src --ignore-src --rosdistro $ROS_DISTRO -r -y --skip-keys "$skip_depend"

colcon build --symlink-install

echo "export LC_NUMERIC="en_US.UTF-8" " >> ~/.bashrc
Expand Down

0 comments on commit 87924ec

Please sign in to comment.