-
Notifications
You must be signed in to change notification settings - Fork 196
vrx_2023 stationkeeping_task
M1chaelM edited this page May 30, 2023
·
2 revisions
Navigate to the goal pose and hold station. The best solutions will minimize the difference between the goal pose and the actual pose of the vehicle over the duration of the task.
ros2 launch vrx_gz competition.launch.py world:=stationkeeping_task
- After starting the example, subscribe to the task-specific topics provided by the station-keeping scoring plugin.
- To view the station-keeping goal (given as a geometry_msgs/msg/PoseStamped message):
ros2 topic echo /vrx/stationkeeping/goal
- For the timeout counter and your current score, subscribe to the
/vrx/task/info
topic:
ros2 topic echo /vrx/task/info
- In order to complete the task, you can manually drive the WAM-V to the goal and maintain that position with a gamepad:
ros2 launch vrx_gz usv_joy_teleop.launch
- Keep track of your position error by subscribing to the following topics:
ros2 topic echo /vrx/stationkeeping/pose_error
ros2 topic echo /vrx/stationkeeping/mean_pose_error
Back: Sequence Overview | Top: VRX Tutorials | Next: Wayfinding |
---|