en:ros:simulations
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:ros:simulations [2021/04/12 09:52] – [3D Simulation] momala | en:ros:simulations [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== 3D Simulation ====== | ====== 3D Simulation ====== | ||
| - | Simulation is the imitation of a real-world process or system over time. Previously, we dealt with simple two-dimensional simulations. Very sophisticated three-dimensional systems can also be simulated. Simulation is a very important part of the ROS and robot development process as it allows the robot to be programmed and experimented without having a physical robot. Robot simulation is an important tool for every robot builder. A well-developed simulator lets you quickly test algorithms, customize robots, and even train artificial intelligence. There are different types of simulators for various purposes. The gazebo | + | Simulation is the imitation of a real-world process or system over time. Previously, we dealt with simple two-dimensional simulations. Very sophisticated three-dimensional systems can also be simulated. Simulation is a very important part of the ROS and robot development process as it allows the robot to be programmed and experimented |
| - | In the first step, we chose [[http:// | + | In the first step, we chose [[http:// |
| {{ : | {{ : | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | Gazebo | + | The gazebo |
| $ curl -sSL http:// | $ curl -sSL http:// | ||
| Line 15: | Line 15: | ||
| ===== URDF ===== | ===== URDF ===== | ||
| - | The Unified Robot Description Format (URDF) is a robotic model in XML format. The model primarily contains the coordinates frames (///tf//). These help us find out what the different parts of the robot depend on. For example, we find out where the robot is located on the camera. Basically we can define static tf and also joints inside the URDF file. They are also used by simulators. According to this, the simulator knows the shape of the parts of the robot and where the joints of the robot are. Making URDF files may seem difficult at first, but fortunately, | + | The Unified Robot Description Format (URDF) is a robotic model in XML format. The model primarily contains the coordinates frames (///tf//). These help us find out what the different parts of the robot depend on. For example, we find out where the robot is located on the camera. Basically, we can define static |
| {{ : | {{ : | ||
| - | In order to modify the robot model both in the simulation and //in Rviz//, the robot' | + | In order to modify the robot model both in the simulation and //in Rviz//, the robot' |
| Example URDF file: | Example URDF file: | ||
en/ros/simulations.1618210357.txt.gz · Last modified: (external edit)
