Skip to content

Commit 51b84e0

Browse files
azeeyahcorde
andauthored
Add a page for Projects using Gazebo (#561)
Signed-off-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
1 parent a24b7da commit 51b84e0

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

index.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ pages:
112112
- name: fuel_fair_use
113113
title: What is Fair Use
114114
file: fuel/fair_use.md
115+
- name: projects_using_gazebo
116+
title: Projects using Gazebo
117+
file: projects_using_gazebo.md
118+
description: List of projects using Gazebo
115119
releases:
116120
- name: jetty
117121
lts: true

projects_using_gazebo.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Projects using Gazebo
2+
3+
This is an incomplete list of projects that use (modern) Gazebo. It includes
4+
plugins, examples, ROS integrations, etc. If you'd like to add your project,
5+
please open a pull request by clicking on the "Edit on Github" link.
6+
7+
## Gazebo Plugins
8+
9+
## Gazebo and ROS 2 Integration
10+
11+
- **gz_ros2_control**: ROS 2 package for integrating `ros2_control` and Gazebo.
12+
[{octicon}`globe` link](https://control.ros.org/jazzy/doc/gz_ros2_control/doc/index.html)
13+
| <https://github.com/ros-controls/gz_ros2_control>
14+
- **Nav2**: ROS 2 Navigation framework and system.
15+
[{octicon}`globe` link](https://nav2.org/) |
16+
<https://github.com/ros-navigation/navigation2>
17+
- **ros_gz_project_template**: A template project integrating ROS and Gazebo
18+
simulator. https://github.com/gazebosim/ros_gz_project_template
19+
- **Aerostack2**: An open-source autonomous multi-aerial-robots systems framework. [{octicon}`globe` link](https://github.com/aerostack2/aerostack2)
20+
- **MBARI Buoy Sim**: Wave simulation for energy buoy control. [{octicon}`globe` link](https://github.com/osrf/buoy_sim)
21+
- **MBARI LRAUV**: Underwater simulation for glider science missions. [{octicon}`globe` link](https://github.com/osrf/lrauv)
22+
- **MBZIRC**: Maritime competition for surface and aerial vehicles with manipulation. [{octicon}`globe` link](https://github.com/osrf/mbzirc)
23+
- **Space ROS**: An open-source space robotics framework for developing flight-quality robotic and autonomous space systems. [{octicon}`globe` link](https://space.ros.org/)
24+
- **SubT**: DARPA Subterranean Challenge. [{octicon}`globe` link](https://github.com/osrf/subt)
25+
- **Turtlebot 4**: Low-cost educational robot. [{octicon}`globe` link](https://clearpathrobotics.com/turtlebot-4)
26+
- **VRX**: Virtual RobotX, maritime surface vehicle competition. [{octicon}`globe` link](https://github.com/osrf/vrx)
27+
- **PX4**: PX4 is the Professional Autopilot. It powers all kinds of vehicles from racing and cargo drones through to ground vehicles and submersibles. [{octicon}`globe` link](https://docs.px4.io/v1.13/en/simulation/ignition_gazebo.html)
28+
- **PhantomX Pincher Robot Arm**: Manipulation packages in ROS 2, MoveIt 2, and new Gazebo for a class at the University of Luxembourg. [{octicon}`globe` link](https://github.com/snt-spacer/phantomx_pincher/tree/ros2)
29+
- **Open-RMF**: Warehouse robot fleet sharing and interoperability between multiple fleets of robots and physical infrastructure. [{octicon}`globe` link](https://www.open-rmf.org/)

0 commit comments

Comments
 (0)