Skip to content

The rosplan_pytools.init() method cannot be found #19

Description

@V0idwu

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Q&ATo make questions about how to use and so on.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions