File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,12 @@ setup_ubuntu() {
269269
270270 # Install ROS2
271271 sudo apt update
272- sudo apt install -y ros-$ROS_DISTRO -desktop python3-colcon-common-extensions
272+ sudo apt install -y \
273+ ros-$ROS_DISTRO -desktop \
274+ ros-$ROS_DISTRO -xacro \
275+ ros-$ROS_DISTRO -joint-state-publisher-gui \
276+ ros-$ROS_DISTRO -robot-state-publisher \
277+ python3-colcon-common-extensions
273278
274279 log_success " ROS2 $ROS_DISTRO installed"
275280 else
@@ -456,6 +461,9 @@ setup_macos() {
456461 log_info " [3/5] Installing ROS2 $ROS_DISTRO and development tools..."
457462 mamba install -y \
458463 ros-$ROS_DISTRO -desktop \
464+ ros-$ROS_DISTRO -xacro \
465+ ros-$ROS_DISTRO -joint-state-publisher-gui \
466+ ros-$ROS_DISTRO -robot-state-publisher \
459467 compilers \
460468 cmake \
461469 pkg-config \
You can’t perform that action at this time.
0 commit comments