Skip to content

Commit 3dd44eb

Browse files
committed
feat: Upate the setup workspace script to install missing dependencies on Ubuntu
1 parent c6740d2 commit 3dd44eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/setup_workspace.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@ setup_ubuntu() {
295295
ros-$ROS_DISTRO-xacro \
296296
ros-$ROS_DISTRO-joint-state-publisher-gui \
297297
ros-$ROS_DISTRO-robot-state-publisher \
298+
ros-$ROS_DISTRO-hardware-interface \
299+
ros-$ROS_DISTRO-controller-interface \
300+
ros-$ROS_DISTRO-controller-manager \
301+
ros-$ROS_DISTRO-ros2-control \
302+
ros-$ROS_DISTRO-ros2-controllers \
298303
python3-colcon-common-extensions
299304

300305
log_success "ROS2 $ROS_DISTRO installed"

0 commit comments

Comments
 (0)