This repository contains the ROS 2 workspace for the Simple Delta Robot.
Ensure you have the following installed:
- Ubuntu 22.04
- ROS 2 Humble
- Gazebo classic
git clone https://github.com/LevinTamir/simple_delta_robot_ws.git
cd simple_delta_robot_ws
-
Source your ROS 2 Humble installation:
source /opt/ros/humble/setup.bash
-
Build the workspace using colcon:
colcon build
-
Source the workspace after the build:
source install/setup.bash
-
Launch the robot description:
ros2 launch simple_delta_robot_description display.launch.py
-
Gazebo simulation will be added soon (WIP)
This project leverages the following repositories:
Feel free to submit issues or pull requests to improve the workspace or its documentation.