Skip to content

Commit 3fff185

Browse files
committed
Fix broken links to Gazebo
Website has moved to classic.gazebosim.org.
1 parent a494cfa commit 3fff185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/gazebo_simulation/gazebo_simulation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gazebo Simulation Integration
22
=============================
33

4-
`Gazebo <http://gazebosim.org/>`_ is the most popular robotics simulator in the ROS ecosystem, so it is naturally a good fit to integrate with MoveIt.
4+
`Gazebo <http://classic.gazebosim.org/>`_ is the most popular robotics simulator in the ROS ecosystem, so it is naturally a good fit to integrate with MoveIt.
55

66
The `MoveIt Setup Assistant <../setup_assistant/setup_assistant_tutorial.html>`_ helps setup your robot to work with Gazebo, but there are still some additional steps required to successfully run MoveIt with Gazebo.
77

@@ -49,7 +49,7 @@ For correct physical simulation of your joints, we need to add dynamics paramete
4949
3. Add inertia matrices and masses to the links
5050
-----------------------------------------------
5151
For correct physical simulation of your links, we need to define inertia properties for every link.
52-
If your robot manufacturer doesn't provide the corresponding values, you can estimate them via :code:`MeshLab` as explained in the relevant `Gazebo documentation page <http://gazebosim.org/tutorials?tut=inertia&cat=build_robot>`_.
52+
If your robot manufacturer doesn't provide the corresponding values, you can estimate them via :code:`MeshLab` as explained in the relevant `Gazebo documentation page <https://classic.gazebosim.org/tutorials?tut=inertia&cat=build_robot>`_.
5353
Add the following XML snippet to your URDF link definitions:
5454

5555
.. code-block:: xml

doc/mesh_filter/mesh_filter_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Getting Started
1616

1717
* Clone the `Universal Robot package <https://github.com/ros-industrial/universal_robot>`_ to your workspace for Melodic. Remember to rebuild your workspace after cloning.
1818

19-
* Install `Gazebo <http://gazebosim.org/tutorials?tut=install_ubuntu&cat=install>`_. You need to install ros-${ROS_DISTRO}-gazebo-plugins too.
19+
* Install `Gazebo <http://classic.gazebosim.org/tutorials?tut=install_ubuntu&cat=install>`_. You need to install ros-${ROS_DISTRO}-gazebo-plugins too.
2020

2121

2222
Running the Demo

0 commit comments

Comments
 (0)