flexbe_behavior_engine icon indicating copy to clipboard operation
flexbe_behavior_engine copied to clipboard

define mission plan and specify mission

Open FanhuiJ opened this issue 7 years ago • 1 comments

Hello, Dose it possible to define a mission plan (list of tasks) and specify a mission (a behavior) using files such as XML or YAML, by writting behavior's parameters inside the file, instead of using the FlexBE GUI to create a behavior?

Thanks

FanhuiJ avatar Oct 15 '18 10:10 FanhuiJ

You might want to take a look at http://wiki.ros.org/flexbe/Tutorials/Behavior%20Synthesis%20Interface

While it is not included in FlexBE yet to directly instantiate a behavior from such a description, you can use the synthesis interface to implement a synthesis server which simply parses the file and sends the respective StateInstantiation message. Let me know in case you have further questions on this.

pschillinger avatar Nov 15 '18 18:11 pschillinger