This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:ros:turtlesim [2021/06/09 12:47] – raivo.sell | en:ros:turtlesim [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| When the launch file is running, a simulation with a graphical user interface opens. | When the launch file is running, a simulation with a graphical user interface opens. | ||
| - | The launch file also contains a node that can be used to send keyboard movement messages to the robot. you need to click on the terminal that you opened the launch file and use arrow keys to move the turtlebot1. Then you can see that the second | + | The launch file also contains a node that can be used to send keyboard movement messages to the robot. you need to click on the terminal that you opened the launch file and use arrow keys to move the turtlebot1. Then you can see that the second |
| {{ : | {{ : | ||
| ===== RViz ===== | ===== RViz ===== | ||
| - | Short for ROS Visualization. It’s a 3-dimensional visualization tool for ROS that helps to visualize what the robot seeing and doing. To run the RViz for the the turtlebot simulation there is a predefined configuration file that you can run it with the following command: | + | Short for ROS Visualization. It’s a 3-dimensional visualization tool for ROS that helps to visualize what the robot seeing and doing. To run the RViz for the turtlebot simulation there is a predefined configuration file that you can run with the following command: |
| $ rosrun rviz rviz -d `rospack find turtle_tf`/ | $ rosrun rviz rviz -d `rospack find turtle_tf`/ | ||
| - | As you can see there are three different transformation | + | As you can see there are three different transformation |
| {{ : | {{ : | ||
| Line 32: | Line 32: | ||
| $ rqt_graph | $ rqt_graph | ||
| - | {{ : | ||
| - | When the command is executed, the graphical user interface opens. Robots with complex tasks usually have many different nodes working on them that interact with a variety of topics. It is difficult to see the big picture from the command line and this is done using the // | + | When the command is executed, the graphical user interface opens. Robots with complex tasks usually have many different nodes working on them that interact with a variety of topics. It is difficult to see the big picture from the command line and this is done using the // |
| | | ||
| {{ : | {{ : | ||
| Line 71: | Line 70: | ||
| ===== Rqt_plot ===== | ===== Rqt_plot ===== | ||
| - | The // | + | The // |
| Run // | Run // | ||