FlexBe Unable to import temporary behavior file
I'm trying to follow this tutorial link text
when i run the behaviour i get this error
Unable to import temporary behavior file: No module named src.flexbe_states.log_state
I have set up a home directory as per the instructions, when i compared the file i created following the tutorial to the installed example
this is my result
from flexbe_states.src.flexbe_states.log_state import LogState
from flexbe_states.src.flexbe_states.wait_state import WaitState
this is from the installed example
from flexbe_states.log_state import LogState
from flexbe_states.wait_state import WaitState
when edit my file it this it works but as soon as i edit my behaviour it goes back.
i have configured states to
~/catkin_ws/src/flexbe_behavior_engine/flexbe_states
Im running
Ubuntu 14.4 64 bit
ROS indigo installed from debs
on a ASUS k53s I7 with 8 gis of ram on a fresh install and update