Reputation: 11
I'm trying to control a gazebo robot using ros control but I have some problems after I load the controllers. This is the robot model before I load the joint controllers, the model is correct. When I load the joint controllers I get this result, the controller.launch it's not showing errors.
Why the model implodes on the origin?
Upvotes: 1
Views: 828
Reputation: 66
Why the model implodes on the origin?
Most likely your SDF file is malformed. Some debugging tips:
Upvotes: 1