i've cloned the code from master branch and catkin_make successfully. The 'rosplan_pytools.init()' cannot execute correctly.
after running the scripts
import rosplan_pytools
if __name__=="__main__":
rospy.init_node("name")
rosplan_pytools.init()
rospy.spin()
a attribute error occurs
'module' object has no attribute 'init'
File "/home/voidwu/ros_ws/src/rosplan_demos/rosplan_demos_interfaces/rosplan_interface_movebase/scripts/test.py", line 18, in
rosplan_pytools.init()
So, should I use the lastest dev branch to solve this?
i've cloned the code from master branch and catkin_make successfully. The 'rosplan_pytools.init()' cannot execute correctly.
after running the scripts
a attribute error occurs
So, should I use the lastest dev branch to solve this?