Results 15 comments of tim-fan

Hi, thanks for the feedback. I had considered the suggestion above of passing log-level arguments down to individual nodes. An issue with this for me is when I am including...

Just tried building in noetic, looks like the following two dependencies would need to be released for noetic first: * yocs_msgs * ar_track_alvar_msgs The ar_track package looks like it could...

I got those packages from apt (following instructions from http://philserver.bplaced.net/fbe/download.php) This gives me the following versions: ``` $ rosversion flexbe_widget 1.2.5 $ rosversion flexbe_onboard 1.2.5 ```

Follow up, I've confirmed if I build everything from source then the state machine runs (does not get stuck waiting for behaviour). To be specific, I cloned flexbe_behavior_engine into my...

I'm also having trouble reading an octree .bt file. I initially saw the same error as @eaa3, (integer required). Then I tried passing the binary data as an int array...