mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
# unique id within task
|
|
uint32 id
|
|
|
|
# associated cost
|
|
float32 cost
|
|
|
|
# IDs of start and end state?
|
|
#uint32 start_id
|
|
#uint32 end_id
|
|
|
|
# IDs of subsolutions
|
|
uint32[] sub_solution_id
|