Skip to content

Commit

Permalink
Add bondcpp to install script
Browse files Browse the repository at this point in the history
Signed-off-by: Katie Hughes <khughes-bdai@theaiinstitute.com>
  • Loading branch information
Katie Hughes authored and khughes-bdai committed Mar 6, 2025
1 parent e968998 commit e71ffbd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion install_spot_ros2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ sudo apt-get update

# Install ROS dependencies
# TODO(jschornak-bdai): use rosdep to install these packages by parsing dependencies listed in package.xml
sudo apt install -y ros-$ROS_DISTRO-joint-state-publisher-gui ros-$ROS_DISTRO-tf-transformations ros-$ROS_DISTRO-xacro ros-$ROS_DISTRO-depth-image-proc ros-$ROS_DISTRO-tl-expected ros-$ROS_DISTRO-ros2-control ros-$ROS_DISTRO-ros2-controllers
sudo apt install -y ros-$ROS_DISTRO-joint-state-publisher-gui \
ros-$ROS_DISTRO-tf-transformations \
ros-$ROS_DISTRO-xacro \
ros-$ROS_DISTRO-depth-image-proc \
ros-$ROS_DISTRO-tl-expected \
ros-$ROS_DISTRO-ros2-control \
ros-$ROS_DISTRO-ros2-controllers \
ros-$ROS_DISTRO-bondcpp
# Install the dist-utils
sudo apt-get install -y python3-distutils
sudo apt-get install -y python3-apt
Expand Down

0 comments on commit e71ffbd

Please sign in to comment.