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

Testing with rosmake -a -t fails because a test failure failed to launch. What's wrong?

asked 2012-04-19 02:44:47 -0500

hauptmech gravatar image

updated 2012-04-19 03:21:21 -0500

Eric Perko gravatar image

Running 'rosmake -a -t' I get some test failures attributed to 'Test Fixture Nodes ['xxx'] failed to launch. How can I determine what's wrong and fix it?

An abbreviated example:

ERRORS/FAILURES:
[robot_pose_ekf.rostest__test_test_robot_pose_ekf_zero_covariance/testtest_robot_pose_ekf][FAILURE] Test Fixture Nodes ['rosbag'] failed to launch <snip> PACKAGES: * robot_pose_ekf

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-06 23:52:12 -0500

tfoote gravatar image

robot_pose_ekf requires rosbag to run it's tests, however it's likely that you either do not have rosbag installed or it's not compiled prior to the tests attempting to run.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-19 02:44:47 -0500

Seen: 529 times

Last updated: Jul 06 '14