2015-09-22 10:13:11 -0600 | received badge | ● Famous Question (source) |
2015-09-18 09:36:05 -0600 | received badge | ● Scholar (source) |
2015-09-18 09:35:36 -0600 | answered a question | Differential driven robot warping when driving forward and stuttering when driving backwards We found the solution: I made a mistake when I set the origin of the body's and wheel's inertial. I set it to the same offset as I set in the joints but the origin of the inertial is its joint. As it is for the visual and collision. Now I set the origin of each interial to xyz="0 0 0". In addition we added the axis parameter to the finn's joints and set it to xyz="1 1 1" together with a modification of the joint-type to continuous. Cheers, F4B1 |
2015-09-18 04:26:05 -0600 | commented answer | Differential driven robot warping when driving forward and stuttering when driving backwards Your plugin looks great but we want to play around with different friction, mass, motor-power, etc. later on so I'm not sure if your plugin would help or not in this case. |
2015-09-18 04:01:05 -0600 | commented answer | Differential driven robot warping when driving forward and stuttering when driving backwards I implemented the fdir1 parameter in the hope it could maybe fix my problem but it changed nothing and after your answer I will kick it out. Or should I set it to "0 0 0" ? |
2015-09-18 03:50:39 -0600 | received badge | ● Notable Question (source) |
2015-09-18 03:39:05 -0600 | commented answer | Differential driven robot warping when driving forward and stuttering when driving backwards Hi Stefan, the spheres (called finn's in the model) have mu1 and mu2 = 0. If i drive slowly backwards they slide over the ground but if I start driving backwards a bit faster the tail goes up into the air, drops back and the sphere (finn) hits the ground. At this point, the robot stutter and the tail get's thrown up into the air. My video shows that. It's like a ball hitting a soft ground but I want a really hard ball hitting a hard ground. Like stone on stone. |
2015-09-18 01:51:25 -0600 | received badge | ● Popular Question (source) |
2015-09-17 09:51:29 -0600 | received badge | ● Editor (source) |
2015-09-17 09:26:54 -0600 | asked a question | Differential driven robot warping when driving forward and stuttering when driving backwards Hi everybody, I'm modelling a differential driven robot and have two problems.
My first problem: The robot turns a bit right or left when I want to drive forward. Made this short Video for explanation. I tried to fix it by setting the wheels stiffness, damping, friction, maxVel and minDepth to different values but didn't get it working correctly. This are my xxx.urdf.xacro files: body.urdf.xacro: (more) |