Skip to content

Commit

Permalink
adding ROSDep installation
Browse files Browse the repository at this point in the history
  • Loading branch information
padhupradheep committed Jan 14, 2025
1 parent 400a2a9 commit 38b8371
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -88,6 +88,10 @@ while [[ "$realsense_ans" != "y" && "$realsense_ans" != "n" ]]; do
fi
done

# Installing rosdep
sudo apt install ros-$ROS_DISTRO-python3-rosdep

# ROSDep initialization and update
echo "Performing rosdep initialization and update"
sudo rosdep init || { true; echo -e "${YELLOW} rosdep init is not required"; }
rosdep update
Expand Down
4 changes: 4 additions & 0 deletions package-setup/setup-rox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ while [[ "$kinematics" != "argo" && "$kinematics" != "diff" ]]; do

done

# Installing rosdep
sudo apt install ros-$ROS_DISTRO-python3-rosdep

# ROSDep initialization and update
echo "Performing rosdep initialization and update"
sudo rosdep init || { true; echo -e "${YELLOW} rosdep init is not required"; }
rosdep update
Expand Down

0 comments on commit 38b8371

Please sign in to comment.