Skip to content

VRX 2022: Task 2 Practice

crvogt edited this page Dec 21, 2021 · 5 revisions

Task 2: Wayfinding Practice Worlds

Under construction: This tutorial is in the process of being updated for VRX 2022. For the VRX 2019 tutorial, see Phase 2 Task Practice 2019

Task 2: Wayfinding

The three example worlds provided for the Wayfinding task are as follows:

  • wayfinding0.world: Easy environment. Three waypoints, relatively close together.
  • wayfinding1.world: Medium difficulty environment. Four waypoints, more widely dispersed.
  • wayfinding2.world: Hard difficulty environment. Five waypoints in a more challenging arrangement.

See below for screenshots showing the arrangement of waypoints in each example world.

Development and Debugging Tips

The waypoints (goal poses) for each trial are available via ROS topic:

rostopic echo /vrx/wayfinding/waypoints 

The waypoint error metrics are also available, e.g.,

rostopic echo /vrx/wayfinding/min_errors 
rostopic echo /vrx/wayfinding/mean_error 

Note: As discussed in the current VRX Competition and Task Descriptions document, the following ROS API topics are only available for development/debugging, they will not be available to the team's software during scored runs of the competition.

  • /vrx/wayfinding/min_errors
  • /vrx/wayfinding/mean_error

wayfinding0.world

Easy environment. Three waypoints, relatively close together.

wayfinding0.png

wayfinding1.world

Medium difficulty environment. Four waypoints, more widely dispersed.

wayfinding1.png

wayfinding2.world

Hard difficulty environment. Five waypoints in a more challenging arrangement.

wayfinding2.png

Clone this wiki locally