E12-RBClub simulation for past/future robotic competitions in gazebo
- Clone this git
git clone https://github.com/E12-CO/robot_playground.git
- Paste
worlds_file
under~/.gazebo/models
or wherever gazebo models file is. - Build
robot_playground
in your ros2 workspace withcolcon build --packages-select robot_playground
. - Run
ros2 launch robot_playground launch_sim.launch.py robot_model:=<robot_model_name> world:=<world_name>
, replace <robot_model_name> and <world_name> with available robot models and worlds. - Control and have fun.
- ABU Robocon 2024
- Lorlens by Jame Bond
- Teleop_twist_keyboard
- Add more worlds
- Add more robot models
- Add more control option
- Add joysticks
- More