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

roslaunch problem

asked 2012-02-14 05:27:35 -0500

Mike Gao gravatar image

Hi,

When I use rosrun to begin a package, it works fine, but when I change to roslaunch it (it is a very simple launch file with only one node, and the package does not need any parameters), the package fails, the error information is: "process has died [pid 13287, exit code 255]." Nothing valuable is shown in the log file. Appreciation for any suggestions!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-02-14 05:30:25 -0500

kwc gravatar image

roslaunch will add extra ROS arguments to the invocation of your node. You should check to make sure that your node is capable of taking in these arguments. Both roscpp and rospy come with libraries to filter these extra arguments out.

edit flag offensive delete link more

Comments

Thanks for your reply, but could you tell me which libs of roscpp I can use, or where could I get the related information?

Mike Gao gravatar image Mike Gao  ( 2012-02-14 05:55:11 -0500 )edit

Question Tools

Stats

Asked: 2012-02-14 05:27:35 -0500

Seen: 4,240 times

Last updated: Feb 14 '12