Skip to content

vrx_2022 task_tutorials

M1chaelM edited this page May 5, 2023 · 13 revisions

VRX Tasks: Examples

For each of the individual tasks in the 2022 VRX competition we provide examples of simulation worlds and Gazebo plugins to evaluate and score task performance. General instructions pertaining to all tasks as well as instructions for running individual examples are given below.

Notes

  • Detailed descriptions of each task, its application interface (API) and scoring is included in the Task Descriptions and Technical Guide, available on the VRX 2022 website.
  • For instructions on how to participate in each phase of the VRX 2022 competition, please see the VRX 2022 Overview.

General Instructions:

Initial State

After launch, e.g., roslaunch vrx_gazebo sydneyregatta.launch, all examples given below should begin with the wamv floating on the water near the shore, as shown:

Initial position of WAM-V for VRX 2022

Additional course elements will vary from task to task.

Monitoring Task Status

The vrx_gazebo/Task status message includes:

  • task state {Initial, Ready, Running, Finished}
  • current score
  • timing information
  • number of WAM-V collisions

Task status is published to /vrx/task/info. We recommend that you monitor the task status during simulation. One way to do this, for example, is to run:

rostopic echo /vrx/task/info

Driving instructions

In preparation for developing an automated solution, we recommend using a gamepad or keyboard to drive the USV through the course. To get started quickly, try:

  • Gamepad: roslaunch vrx_gazebo usv_joydrive.launch
  • Keyboard: roslaunch vrx_gazebo usv_keydrive.launch

For more guidance and information, check out the Driving tutorial.

Individual Tasks

The following quick start instructions walk you through the initial process of launching your environment and subscribing to any available task-specific messages.

Task 2: Wayfinding

Task 3: Perception

Clone this wiki locally