2018-06-26 18:27:30 +02:00
|
|
|
# Configuration of the Rviz Interface.
|
|
|
|
|
|
|
|
# General info.
|
|
|
|
#Header header
|
|
|
|
|
2018-06-27 15:58:29 +02:00
|
|
|
#Objective type: boolean (true : Juste bouger l'objet)
|
|
|
|
uint8 objective_type
|
|
|
|
|
2018-06-26 18:27:30 +02:00
|
|
|
#Maximum distance error allowed arround the objective
|
|
|
|
float32 max_error
|
|
|
|
|
2018-06-29 15:31:04 +02:00
|
|
|
#Follow Object: boolean (true : les marqueur suivent les objets)
|
|
|
|
uint8 follow_object
|
|
|
|
|