Gazebo | Ignition | Community
Ask Your Question
0

Strange behavior of JointVelocityController in rrbot tutorial

asked 2013-09-26 06:34:10 -0500

mikegao88 gravatar image

updated 2013-09-26 06:35:16 -0500

Hi, the original rrbot module works fine as indicated in the tutorial. But the problem comes when I just change the joint controller of one joint (here, the joint1) from the position controller to the velocity controller (in the rrbot_control.yaml file and also in the controller launch file) and do not touch any other things, and then loads the controller:

joint1velocitycontroller: type: effort_controllers/JointVelocityController joint: joint1 pid: {p: 100.0, i: 0.01, d: 10.0}

The program either crashes:

Physics dynamic reconfigure ready. gzclient: /build/buildd/ogre-1.7.4/OgreMain/include/OgreAxisAlignedBox.h:252: void Ogre::AxisAlignedBox::setExtents(const Ogre::Vector3&, const Ogre::Vector3&): Assertion `(min.x <= max.x && min.y <= max.y && min.z <= max.z) && "The minimum corner of the box must be less than or equal to maximum corner"' failed.

or the whole robot looks strange as all the links are combined together (see capture here: https://docs.google.com/file/d/0B49go8f2Nr2gTTJzdl80ckxoOFk/edit?usp=sharing), and it does not rotate anymore. Thanks for any help!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-09-26 12:18:31 -0500

rnunziata gravatar image

I had a similar problem try adjusting pid values down also make sure your inertia is not set too high in your model. This will effect how high you have to set pid values to overcome inertia and friction forces.

edit flag offensive delete link more

Comments

Thanks for the suggestion!

mikegao88 gravatar imagemikegao88 ( 2013-09-26 15:00:22 -0500 )edit
0

answered 2013-09-26 09:49:44 -0500

nkoenig gravatar image

That crash usually means your model has "exploded". Some value has probably become NaN. You can submit an issue on bitbucket. In the meantime, try adjusting your PID gains. Start with much lower values and work your way up.

edit flag offensive delete link more

Comments

Thanks! You are quite right! It works fine again when I set a small pid value.

mikegao88 gravatar imagemikegao88 ( 2013-09-26 15:01:17 -0500 )edit
Login/Signup to Answer

Question Tools

Stats

Asked: 2013-09-26 06:34:10 -0500

Seen: 666 times

Last updated: Sep 26 '13