mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
# unique id within task
|
|
uint32 id
|
|
|
|
# associated cost
|
|
float32 cost
|
|
|
|
# associated comment, usually providing failure hint
|
|
string comment
|
|
|
|
# id of stage that created this trajectory
|
|
uint32 stage_id
|
|
|
|
# name of the planner that created this solution
|
|
string planner_id
|
|
|
|
# markers, e.g. providing additional hints or illustrating failure
|
|
visualization_msgs/Marker[] markers
|