ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Simplified dynamics model vs URDF + Gazebo

asked 2015-09-01 17:03:40 -0500

alextoind gravatar image

I try to simplify the explanation, but feel free to comment if something is unclear.

I have few remote guided mobile robots (rovers like this one) and a Ground Station for the communication of their information (from onboard sensors) among them and to the PC.

I'm going to build a completely distributed autonomous swarm system where all the robots are managed by distinct ROS nodes running on the PC (at the moment I can't directly handle it onboard).

I'd like to implement also simulated agents in the swarm. For this purpose I have a simplified model of the rover dynamics and I could use it for the simulation. But if I'd like to represent the entire system (e.g. in Gazebo) will it be adequate to create just the URDF model of the robot (which, together with Gazebo, implements the robot dynamics)? Or should I associate the simplified dynamics to the URDF model in some way?

I think that the URDF approach should be preferred to a simple C++ implementation with a simplified dynamics. Is it right? Or could it be too much computationally expensive and difficult to implement?

And last but not least, how to create a URDF model from scratch? I mean, what is important to include for a mobile robot like the previous one? What can be approximated?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-09-01 21:05:20 -0500

David Lu gravatar image

To answer part of your question: http://wiki.ros.org/urdf_tutorial

edit flag offensive delete link more

Comments

I had read only the first one, but also the others seem useful. I'm going to have a look at them, thank you.

alextoind gravatar image alextoind  ( 2015-09-02 02:05:21 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-09-01 17:03:40 -0500

Seen: 667 times

Last updated: Sep 01 '15