Skip to content

Commit 169b0e8

Browse files
committed
Add missing xacro package
1 parent 14f6f8e commit 169b0e8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/setup_workspace.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)