Add realsense2 package installation and new world file for iiwa control cabinet

This commit is contained in:
Даниил Грабарь
2026-04-15 16:39:17 +10:00
parent bd66f314fc
commit 5eefd2fc90
2 changed files with 87 additions and 1 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ sudo apt install -y ros-${ROS_DISTRO}-webots-ros2 \
ros-${ROS_DISTRO}-moveit \
ros-${ROS_DISTRO}-moveit-py \
ros-${ROS_DISTRO}-ament-cmake-clang-format \
sudo apt install ros-$ROS_DISTRO-rosbag2-storage-mcap
ros-${ROS_DISTRO}-rosbag2-storage-mcap \
ros-${ROS_DISTRO}-librealsense2 \
ros-${ROS_DISTRO}-realsense2* \
```