Error when using real robot data for planning_scene_warehouse_viewer
I want to use the arm_navigation_warehouse
with our real robot and I don't get along this error. As the warehouse tutorial states, I start the planning_scene_warehouse_viewer_scitos_haw_schunk.launch
from my wizard-created package.
I specify the trajectory action service and check Use Robot Data. Accepting this config loads the planning_scene_warehouse_viewer
, so long so usual. But after creating a new.. planning scene, I get the following errors:
[ERROR] [x.300639468, x.297759056]: Setting planning scene state to NULL
[ERROR] [x.300739768, x.297759056]: Setting planning scene state to NULL
[ WARN] [x.301398800, x.297759056]: Incomplete robot state in setPlanningScene
[ERROR] [x.301461209, x.297759056]: Setting planning scene state to NULL
[ERROR] [x.301492785, x.297759056]: Setting planning scene state to NULL
[ERROR] [x.303755538, x.297759056]: Something wrong with planning scene
However, the next window for the planning scene opens, but trying to create a new Motion Plan Request quits the viewer:
[planning_scene_warehouse_viewer-9] process has died [pid 9602, exit code -11].
If I enable debug level for those parts:
/planning_scene_warehouse_viewer:ros.planning_models
/planning_scene_warehouse_viewer:ros.urdf
.. before clicking new.., I also get this five times (for every joint?) before the [ WARN]
from above:
[DEBUG] [x.643684884, x.637037992]: Transform angle is 0 axis x 1 axis y 0 axis z 0
Does anyone know what's up or how to investigate further?