Gazebo | Ignition | Community
Ask Your Question
0

Error [SDF.cc:722] Unable to find value for key

asked 2012-10-04 15:22:18 -0500

Sameer Parekh gravatar image

I'm using ROS with the hector gazebo quadrotor package. Whenever I spawn my quadrotor I get this error:

Error [SDF.cc:722] Unable to find value for key[samples]

Can someone point me in the right direction as to where this error might be coming from? This error appears to not be causing any problems, but it is filling my screen.

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-10-05 09:58:45 -0500

nkoenig gravatar image

This output happens when some code tries to get data that doesn't exist.

So, somewhere code like the following is being executed:

sdf->GetValue...("samples");

You could find the answer by setting a breakpoint at SDF.cc:722, and then run a backtrace.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-10-04 15:22:18 -0500

Seen: 1,594 times

Last updated: Oct 05 '12