Skip to content

Commit 8c44393

Browse files
fix opw package name (#710)
* As mentioned in #623 the package name is incorrect here * Fix link in gazebo_simulation.rst & joystick_control_teleoperation_tutorial.rst Co-authored-by: Jafar <[email protected]>
1 parent 1cce478 commit 8c44393

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/gazebo_simulation/gazebo_simulation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Then add the following block to the end of :code:`franka_description/robots/pand
150150

151151
This is necessary for the robot to move in Gazebo. ROS Control is a highly capable robot-agnostic stack, providing interfaces
152152
to control theoretically any type of robot. :code:`gazebo_ros_control` enables the ROS control to be used in Gazebo.
153-
See `its document <http://gazebosim.org/tutorials/?tut=ros_control>`_ for full details.
153+
See `its document <https://classic.gazebosim.org/tutorials?tut=ros_control>`_ for full details.
154154

155155

156156
Along with the transmissions and actuators, which are the crucial components for joints to be able to move in Gazebo,

doc/joystick_control_teleoperation/joystick_control_teleoperation_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This script can handle the following types of joysticks:
3838
3. PS4 Controller via USB
3939
4. PS4 Controller via Bluetooth (Please use ds4_driver package at `http://wiki.ros.org/ds4_driver <http://wiki.ros.org/ds4_driver>`_)
4040
5. XBox360 Controller via USB
41-
6. Arctic USB Wireless `Gamepad <https://www.arctic.ac/eu_en/usb-wireless-gamepad.html>`_
41+
6. Arctic USB Wireless Gamepad
4242

4343
Joystick Command Mappings
4444
-------------------------

doc/opw_kinematics/opw_kinematics_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installation
2323

2424
The `opw_kinematics_plugin <https://github.com/JeroenDM/moveit_opw_kinematics_plugin>`_ can be installed using ``apt`` on Ubuntu and Debian: ::
2525

26-
sudo apt install ros-noetic-opw-kinematics-plugin
26+
sudo apt install ros-noetic-moveit-opw-kinematics-plugin
2727

2828
Usage
2929
------

0 commit comments

Comments
 (0)