mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
Updates docs/simple_offboard.md
Auto commit by GitBook Editor
This commit is contained in:
@@ -42,8 +42,8 @@ set_position = rospy.ServiceProxy('/set_position', SetPosition)
|
||||
set_position_yaw_rate =
|
||||
rospy.ServiceProxy('/set_position/yaw_rate', SetPositionYawRate)
|
||||
|
||||
set_position_global = rospy.ServiceProxy('/set_position_global', SetPosition)
|
||||
set_position_global_yaw_rate = rospy.ServiceProxy('/set_position_global/yaw_rate', SetPositionYawRate)
|
||||
set_position_global = rospy.ServiceProxy('/set_position_global', SetPositionGlobal)
|
||||
set_position_global_yaw_rate = rospy.ServiceProxy('/set_position_global/yaw_rate', SetPositionGlobalYawRate)
|
||||
|
||||
set_velocity = rospy.ServiceProxy('/set_velocity', SetVelocity)
|
||||
set_velocity_yaw_rate = rospy.ServiceProxy('/set_Velocity/yaw_rate', SetVelocityYawRate)
|
||||
|
||||
Reference in New Issue
Block a user