@ -24,7 +24,7 @@ Then run the tf2 broadcaster node to visualize three static frames.
```bash
# Terminal 3
cd catkin_ws/src/stretch_tutorials/src/
python tf2_broadcaster.py
python3 tf2_broadcaster.py
```
The gif below visualizes what happens when running the previous node.
@ -37,7 +37,7 @@ The gif below visualizes what happens when running the previous node.
```bash
# Terminal 4
cd catkin_ws/src/stretch_tutorials/src/
python stow_command.py
python3 stow_command.py
```
@ -214,7 +214,7 @@ Then run the tf2 broadcaster node to create the three static frames.
```bash
# Terminal 2
cd catkin_ws/src/stretch_tutorials/src/
python tf2_broadcaster.py
python3 tf2_broadcaster.py
```
Finally, run the tf2 listener node to print the transform between two links.
@ -222,7 +222,7 @@ Finally, run the tf2 listener node to print the transform between two links.
```bash
# Terminal 3
cd catkin_ws/src/stretch_tutorials/src/
python tf2_listener.py
python3 tf2_listener.py
```
Within the terminal the transform will be printed every 1 second. Below is an example of what will be printed in the terminal. There is also an image for reference of the two frames.
@ -22,7 +22,7 @@ Then run the `PointCloud` transformer node.
```bash
# Terminal 3
cd catkin_ws/src/stretch_tutorials/src/
python pointcloud_transformer.py
python3 pointcloud_transformer.py
```
Within this tutorial package, there is an RViz config file with the `PointCloud` in the Display tree. You can visualize this topic and the robot model by running the command below in a new terminal.
@ -16,7 +16,7 @@ the `rviz` flag will open an RViz window to visualize a variety of ROS topics.
```bash
# Terminal 2
cd catkin_ws/src/stretch_tutorials/src/
python marker.py
python3 marker.py
```
The gif below demonstrates how to add a new *Marker* display type, and change the topic name from `visualization_marker` to `balloon`. A red sphere Marker should appear above the Stretch robot.
The ReSpeaker will be listening and will start to interpret speech and save the transcript to a text file. To stop shutdown the node, type **Ctrl** + **c** in the terminal.