Skip to content

Commit

Permalink
fix broken links by making them relative
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas authored and bmagyar committed Dec 13, 2020
1 parent e79d2ab commit 5aead74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hardware_interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ as of this writing are:
- [EffortActuatorInterface](https://github.com/ros-controls/ros_control/blob/c6ee2451cf919307b7c1dbc75b32bec7d1b52d23/hardware_interface/include/hardware_interface/actuator_command_interface.h#L79)
- [VelocityActuatorInterface](https://github.com/ros-controls/ros_control/blob/c6ee2451cf919307b7c1dbc75b32bec7d1b52d23/hardware_interface/include/hardware_interface/actuator_command_interface.h#L82)
- [PositionActuatorInterface](https://github.com/ros-controls/ros_control/blob/c6ee2451cf919307b7c1dbc75b32bec7d1b52d23/hardware_interface/include/hardware_interface/actuator_command_interface.h#L85)
- [PosVelJointInterface](/include/hardware_interface/posvel_command_interface.h)
- [PosVelAccJointInterface](/include/hardware_interface/posvelacc_command_interface.h)
- [PosVelJointInterface](include/hardware_interface/posvel_command_interface.h)
- [PosVelAccJointInterface](include/hardware_interface/posvelacc_command_interface.h)
- [Force-torque sensor Interface](include/hardware_interface/force_torque_sensor_interface.h)
- [IMU sensor Interface](/include/hardware_interface/imu_sensor_interface.h)
- [IMU sensor Interface](include/hardware_interface/imu_sensor_interface.h)

Note that \ref hardware_interface::JointCommandInterface allows both reading
joint state and commanding [effort|velocity|position]-based joints
(see this [answer](https://answers.ros.org/question/209619/differences-between-hardware-interfaces/?answer=209636#post-id-209636)).
(see this [answer](https://answers.ros.org/question/209619/differences-between-hardware-interfaces/?answer=209636#post-id-209636)).

0 comments on commit 5aead74

Please sign in to comment.