-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix_crash_for_missing_urdf_in_resource_man…
…ager
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Gazebo ros_control Interfaces | ||
|
||
This is a ROS 2 package for integrating the [ros2_control](https://github.com/ros-controls/ros2_control) controller architecture | ||
with the [Gazebo](http://gazebosim.org/) simulator. | ||
with the [Gazebo Classic](https://classic.gazebosim.org/) simulator. | ||
|
||
This package provides a Gazebo plugin which instantiates a ros_control | ||
controller manager and connects it to a Gazebo model. |