Browse Source

Added next and previous example links.

main
Alan G. Sanchez 2 years ago
parent
commit
805d39a965
2 changed files with 5 additions and 1 deletions
  1. +1
    -0
      example_11.md
  2. +4
    -1
      example_12.md

+ 1
- 0
example_11.md View File

@ -236,3 +236,4 @@ Run a while loop until the node is shutdown. Within the while loop run the `pcl_
**Previous Example** [Tf2 Broadcaster and Listener](example_10.md) **Previous Example** [Tf2 Broadcaster and Listener](example_10.md)
**Next Example** [ArUco Tag Locator](example_12.md)

+ 4
- 1
example_12.md View File

@ -39,7 +39,7 @@ Next, run the stretch ArUco launch file which will bring up the [detect_aruco_ma
roslaunch stretch_core stretch_aruco.launch roslaunch stretch_core stretch_aruco.launch
``` ```
Within this tutorial package, there is an RViz config file with the topics for transform frames in the Display tree. You can visualize these topics and the robot model by running the command below in a new terminal.
Within this tutorial package, there is an RViz config file with the topics for transform frames in the Display tree. You can visualize these topics and the robot model by running the command below in a new terminal.
```bash ```bash
# Terminal 4 # Terminal 4
@ -412,3 +412,6 @@ if __name__ == '__main__':
``` ```
Declare `LocateArUcoTag` object. Then run the `main()` method. Declare `LocateArUcoTag` object. Then run the `main()` method.
**Previous Example** [PointCloud Transformation](example_11.md)

Loading…
Cancel
Save