URDF Model of the HILTI Phasma robot for ROS2.
To build this package with colcon, follow these steps:
-
Clone this repository into your ROS2 workspace:
cd ~/ros2_ws/src git clone <repository_url> -
Install dependencies:
cd ~/ros2_ws rosdep install --from-paths src --ignore-src -r -y -
Build the package:
colcon build --packages-select phasma_description -
Source the workspace:
source ~/ros2_ws/install/setup.bash
To view the URDF model in RViz2:
ros2 launch phasma_description view_urdf.py
