PR2 / pr2_mechanism

Infrastructure to control the PR2 robot in a hard realtime control loop.
Other
28 stars 27 forks source link

GAZEBO TEST FAILURE: pr2_mechanism_controllers/base_trajectory_controller Fails (ros ticket #2535) #129

Closed ahendrix closed 11 years ago

ahendrix commented 11 years ago

Yet again: {{{ }}}

trac data:

ahendrix commented 11 years ago

[pratkanis] This would be helpful, don't you think? {{{ [ INFO] 0.000000000: Started node [/doors_detector_laser], pid [9633], bound on [ate], xmlrpc port [36691], tcpros port [55433], logging to [/home/wgsim/hudson/workspace/gazebo-milestone-tests/ros/log/bf0aaf74-8e99-11de-ada3-00301b81ad64/doors_detector_laser-42.log], using [sim] time [ WARN] 0.000000000: NodeHandle API is being used inside an application started with the old Node API. Automatically starting a ros::spin() thread. Please switch this application to use the NodeHandle API. [ERROR] 116.648000000: Waiting on transform from base_link to odom_combined to become available before running costmap, tf error: Frame id /base_link does not exist! [ERROR] 116.648000000: Waiting on transform from base_link to odom_combined to become available before running costmap, tf error: Frame id /base_link does not exist! [ERROR] 116.656000000: Waiting on transform from base_link to /map to become available before running costmap, tf error: Frame id /base_link does not exist! [ INFO] 0.000000000: Started node [/handle_detector_laser], pid [9613], bound on [ate], xmlrpc port [45258], tcpros port [54618], logging to [/home/wgsim/hudson/workspace/gazebo-milestone-tests/ros/log/bf0aaf74-8e99-11de-ada3-00301b81ad64/handle_detector_laser-41.log], using [sim] time [ WARN] 0.000000000: NodeHandle API is being used inside an application started with the old Node API. Automatically starting a ros::spin() thread. Please switch this application to use the NodeHandle API. [ INFO] 0.000000000: Started node [/handle_detector_vision], pid [9585], bound on [ate], xmlrpc port [55212], tcpros port [33814], logging to [/home/wgsim/hudson/workspace/gazebo-milestone-tests/ros/log/bf0aaf74-8e99-11de-ada3-00301b81ad64/handle_detector_vision-40.log], using [sim] time [ INFO] 0.000000000: Loading cascade classifier: /home/wgsim/hudson/workspace/gazebo-milestone-tests/personalrobots/stacks/semantic_mapping/door_handle_detector/data/handles_data.xml [ INFO] 0.000000000: Started node [/sac_ground_removal], pid [9296], bound on [ate], xmlrpc port [51743], tcpros port [54968], logging to [/home/wgsim/hudson/workspace/gazebo-milestone-tests/ros/log/bf0aaf74-8e99-11de-ada3-00301b81ad64/sac_inc_ground_removal_node-30.log], using [sim] time [ WARN] 0.000000000: NodeHandle API is being used inside an application started with the old Node API. Automatically starting a ros::spin() thread. Please switch this application to use the NodeHandle API. [ WARN] 0.000000000: Trying to subscribe to tilt_laser_cloud_filtered, but the topic doesn't exist! [ERROR] 122.955000000: Failed to contact publisher [ate:50356] for topic [/rosout] bots/stacks/navigation/robot_pose_ekf/robot_pose_ekf.launch] Added node of type [tf/change_notifier] in namespace [/] ... done importing include file [/home/wgsim/hudson/workspace/gazebo-milestone-tests/personalrobots/demos/milestone2/milestone2_actions/milestone2.launch] Added node of type [doors_core/test_executive] in namespace [/] Added node of type [rostopic/rostopic] in namespace [/] [ROSTEST] Outputting test results to /home/wgsim/hudson/workspace/gazebo-milestone-tests/ros/test/test_results/door_demos_gazebo/TEST-rostest__pr2_door_test.xml testdoor_demos_test_open_door ... FAILURE! FAILURE: Test Fixture Nodes [u'pr2_mechanism_controllers/base_trajectorycontroller'] failed to launch File "/usr/lib/python2.5/unittest.py", line 260, in run testMethod() File "/home/wgsim/hudson/workspace/gazebo-milestone-tests/ros/test/rostest/src/rostest/rostest.py", line 119, in fn self.assert(not failed, "Test Fixture Nodes %s failed to launch"%failed) File "/usr/lib/python2.5/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg

}}}

ahendrix commented 11 years ago

[sglaser] Explain what it's trying to do here, or point me at the code that's actually running.

ahendrix commented 11 years ago

[pratkanis] Here is the code that's launching it: {{{

}}}

ahendrix commented 11 years ago

[sglaser] Fixes put into place in r22608

The base_trajectory_controller node is now in the experimental_controllers package. Adjust your launch file(s) accordingly.

ahendrix commented 11 years ago

[pratkanis] Okay, i've fixed the launch file. In the future, you will be expected to fix it.