Skip to content

Commit

Permalink
Fix links in documentation (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Jan 16, 2024
1 parent 60e4b75 commit d44b879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# gazebo_ros2_control

This is a ROS 2 package for integrating the `ros2_control` controller architecture with the [Gazebo Classic](http://gazebosim.org/) simulator.
This is a ROS 2 package for integrating the `ros2_control` controller architecture with the [Gazebo Classic](https://classic.gazebosim.org/) simulator.

This package provides a Gazebo plugin which instantiates a `ros2_control` controller manager and connects it to a Gazebo model.

## Documentation
See the [documentation file](doc/index.rst) or [control.ros.org](https://control.ros.org/master/doc/simulators/gazebo_ros2_control/doc/index.html)
See the [documentation file](doc/index.rst) or [control.ros.org](https://control.ros.org/master/doc/gazebo_ros2_control/doc/index.html).

## Build status

Expand Down
2 changes: 1 addition & 1 deletion gazebo_ros2_control/README.md
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.

0 comments on commit d44b879

Please sign in to comment.