Gazebo fails to launch without sudo [closed]

asked 2014-10-03 05:27:34 -0500

vd77 gravatar image

Hey everyone. I cannot make gazebo to run. If I print:

gazebo

the result is

Error [Param.cc:181] Unable to set value [1,0471975511965976] for key[horizontal_fov] Error [Param.cc:181] Unable to set value [0,100000001] for key[near] Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there.

... and the app crashes

If I type

sudo gazebo

the app does not crash, but I still get

Error [Param.cc:181] Unable to set value [1,0471975511965976] for key[horizontal_fov] Error [Param.cc:181] Unable to set value [0,100000001] for key[near] Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there.

I can't use use roslaunch with gazebo, because it crashes (same error as gazebo) and I cannot provide sudo to the roslaunch. Please help!!!

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by tfoote
close date 2014-10-04 19:23:59.714974

Comments

Please ask gazebo questions at http://answers.gazebosim.org/questions/

tfoote gravatar image tfoote  ( 2014-10-04 19:23:48 -0500 )edit