Skip to content

Commit

Permalink
Add a page for Projects using Gazebo
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jan 9, 2025
1 parent a24b7da commit 7f655ef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ pages:
- name: fuel_fair_use
title: What is Fair Use
file: fuel/fair_use.md
- name: projects_using_gazebo
title: Projects using Gazebo
file: projects_using_gazebo.md
description: List of projects using Gazebo
releases:
- name: jetty
lts: true
Expand Down
18 changes: 18 additions & 0 deletions projects_using_gazebo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Projects using Gazebo

This is an incomplete list of projects that use (modern) Gazebo. It includes
plugins, examples, ROS integrations, etc. If you'd like to add your project,
please open a pull request by clicking on the "Edit on Github" link.

## Gazebo Plugins

## Gazebo and ROS 2 Integration

- **gz_ros2_control**: ROS 2 package for integrating `ros2_control` and Gazebo.
[{octicon}`globe` link](https://control.ros.org/jazzy/doc/gz_ros2_control/doc/index.html)
| <https://github.com/ros-controls/gz_ros2_control>
- **Nav2**: ROS 2 Navigation framework and system.
[{octicon}`globe` link](https://nav2.org/) |
<https://github.com/ros-navigation/navigation2>
- **ros_gz_project_template**: A template project integrating ROS and Gazebo
simulator. https://github.com/gazebosim/ros_gz_project_template

0 comments on commit 7f655ef

Please sign in to comment.