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

ROS and Simulation

asked 2018-10-10 00:30:08 -0500

valema gravatar image

Hi all, I'm a newbie. I was reading some ROS documentation and I was wondering how is best approach to simulation. If I well understood, ROS nodes are hosted in multiple hardware and ROS makes the robot autonomous. Before simulation (usign Gazebo), how could I have a model of my robot, which tools do you suggest me? SImulation will evaluate the logic behind the message, I think, not if robot structure is physically stable (for example). Am I wrong?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-10-13 09:16:30 -0500

dmpatod gravatar image

I recomend the book "Effective Robotics Programming with ROS" to learn the basics of ros and how to create a robot model and simulate on gazebo. Also the a look on "The construct" chanel on Youtube.

edit flag offensive delete link more
0

answered 2018-10-12 12:15:35 -0500

jacobperron gravatar image

Simulation can be used to validate both application logic and physics of your robot (to some degree). For example, Gazebo does physics simulation and can be used to take into consideration mass, gravity, light, real-world errors (noise), etc. As another example, Stage is a 2D simulator that does not have a physics model, but still useful for validating application logic. Choice of simulator is up to you and depends on your application requirements.

For building a model of your robot in Gazebo, I suggest you take a look at urdf/Tutorials. URDF files are used in ROS and Gazebo for describing the physical properties of robots.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-10-10 00:30:08 -0500

Seen: 625 times

Last updated: Oct 12 '18