ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Test MoveIt Package

asked 2014-04-11 01:01:16 -0500

rcj1986 gravatar image

Hi, I try to make a moveIt package. I follow the tutorial and finish it without problems, but when I try to launch the new package with "roslaunch new_moveit_package demo.launch"

[demo.launch] is neither a launch file in package [new_moveit_package] nor is [new_moveit_package] a launch file name

Any idea??

edit retag flag offensive close merge delete

Comments

http://answers.ros.org/question/151656/problem-with-ikfast_moveit-tutorial/

Bastbeat gravatar image Bastbeat  ( 2014-04-11 01:07:20 -0500 )edit

what tutorial did you do?

Bastbeat gravatar image Bastbeat  ( 2014-04-11 01:08:21 -0500 )edit

http://moveit.ros.org/wiki/Kinematics/IKFast Try the part "Create plugin" of this Tutorial. if you did correctly the moveit assistante tutorial, it should work

Bastbeat gravatar image Bastbeat  ( 2014-04-11 01:15:09 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-11 01:21:25 -0500

This sounds like your newly created package is not in your ROS_PACKAGE_PATH. See these Q/As for more info on that: 1, 2, 3. You either have to put your new package into a folder that is already in your ROS_PACKAGE_PATH, or add your package folder to it.

edit flag offensive delete link more

Comments

Thanks, when I save the package in my ROS_PACKAGE_PATH it works!!

rcj1986 gravatar image rcj1986  ( 2014-04-13 21:48:17 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-11 01:01:16 -0500

Seen: 431 times

Last updated: Apr 11 '14