-
Notifications
You must be signed in to change notification settings - Fork 196
vrx_2022 perception_task
crvogt edited this page Aug 17, 2021
·
8 revisions
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!
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.
TODO: modify as needed to explain how to run through the task
roslaunch vrx_gazebo perception_task.launch
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
TODO: Explain how to complete the task.
TODO: Add Notes