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

IK error : Planning scene not set

asked 2012-06-19 08:49:54 -0500

robot_arm gravatar image

hi all,

when trying to run the IK solver I got this error:

[ERROR] [1340129176.933085357]: Inverse kinematics failed

with rxconsole I got this error:

Planning scene not set

when I looked at the log I got this error:

[0m] [ INFO] [1340111949.225789190]Did you set the log to debug? You can't know much with just one error: everything seems to be connected correctly as you're able to start / interrogate the service. But the IK is failing somehow. : Waiting for the joint_trajectory_action server to come up.

Any ideas please,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-06-20 01:17:09 -0500

Lorenz gravatar image

I guess you are running constraint aware IK. It's always good to provide as much information as possible in question (see also here).

As the error says, you didn't set a planning scene. Just call the service /environment_server/set_planning_scene_diff. You can keep the SetPlanningSceneDiff service request empty. From the command line, you can set the planning scene by executing:

rosservice call /environment_server/set_planning_scene_diff '{}'
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-19 08:49:54 -0500

Seen: 368 times

Last updated: Jun 20 '12