mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Cleanup of gazebo plugins (#46)
* Upgraded plugins for gazebo 7 * Fixed documentation on sensors
This commit is contained in:
committed by
Peter Johnson
parent
6d9b3b0aaa
commit
e3eae023da
@@ -29,7 +29,7 @@ typedef enum { Roll /*X*/, Pitch /*Y*/, Yaw /*Z*/ } ROTATION;
|
||||
* To add a gyro to your robot, add the following XML to your robot
|
||||
* model:
|
||||
*
|
||||
* <plugin name="my_gyro" filename="libgz_gyro.so">
|
||||
* <plugin name="my_gyro" filename="libgyro.so">
|
||||
* <link>Joint Name</link>
|
||||
* <topic>~/my/topic</topic>
|
||||
* <units>{degrees, radians}</units>
|
||||
|
||||
Reference in New Issue
Block a user