-
Notifications
You must be signed in to change notification settings - Fork 373
User_Inst_R2D2
Note: This tutorial assumes that you have completed tutorials:
For the ROS#/ROS2 tutorials, we will use a slightly modified R2D2 example robot urdf provided in the official ROS tutorials. The basic R2D2 model is included in the following official packages. Although a modified version is included in the file_server2 package (see File Server Package), it often requires the base model to work.
-
Update your package index:
sudo apt update
-
Install the necessary package:
sudo apt install ros-humble-urdf-tutorial ros-humble-urdf-launch ros-humble-urdf-test ros-humble-urdf-sim-tutorial ros-humble-urdf
-
Verify the installation:
ros2 pkg list | grep urdf_tutorial
You should see
urdf_tutorial
listed in the output.
Next tutorial: Gazebo Setup on VM
© Siemens AG, 2017-2024
-
- 1.3.1 R2D2 Setup
- 1.3.2 Gazebo Setup on VM
- 1.3.3 TurtleBot Setup (Optional for ROS2)
-
- 2.1 Quick Start
- 2.2 Transfer a URDF from ROS to Unity
- 2.3 Transfer a URDF from Unity to ROS
- 2.4 Unity Simulation Scene Example
- 2.5 Gazebo Simulation Scene Example
- 2.6 Fibonacci Action Client
- 2.7 Fibonacci Action Server
- 3.1 Import a URDF on Windows
- 3.2 Create, Modify and Export a URDF Model
- 3.3 Animate a Robot Model in Unity
- Message Handling: Readers & Writers
- Thread Safety for Message Reception
- File Server Package
- ROS-Unity Coordinate System Conversions
- Post Build Events
- Preprocessor Directives in ROS#
- Adding New Message Types
- RosBridgeClient Protocols
- RosBridgeClient Serializers
- Action Server State Machine Model
© Siemens AG, 2017-2024