Skip to content

vrx_2022 perception_task

crvogt edited this page Aug 17, 2021 · 8 revisions

Task 3: Perception

DRAFT Template (please modify): In hopes of makes tutorials easier to write and giving them a standard format, I added this skeleton based on the Task 5 tutorial. Please fill in or change as needed. Thanks!

Summary

In this task, the vehicle remains in a fixed location and markers will appear in the field of view (see this video for a demonstration of the expected behavior). The objective is to use perceptive sensors to identify the markers and report their locations.

How to Practice

TODO: modify as needed to explain how to run through the task

Step 1: Launch the example

roslaunch vrx_gazebo perception_task.launch

Step 2: Subscribe to relevant topics and view images

View the camera feeds from the front of the WAM-V:

rosrun rqt_gui rqt_gui --perspective-file ~/vrx_ws/src/vrx/vrx_gazebo/config/front_stereo_perspective

For the timeout counter and your current score, subscribe to the /vrx/task/info topic:

rostopic echo /vrx/task/info

Step 3: Complete the task

TODO: Explain how to complete the task.

Notes / Hints:

TODO: Add Notes

Clone this wiki locally