Skip to content

Commit

Permalink
Added playground link & added github icons in book.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushYadlapati committed Jul 25, 2024
1 parent 768be6c commit cbb15f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ kt = "# "

[output.html]
mathjax-support = true
site-url = "/cookbook/"
git-repository-url = "https://github.com/ArushYadlapati/cookbook/tree/main"
edit-url-template = "https://github.com/ArushYadlapati/cookbook/tree/main/{path}"
2 changes: 2 additions & 0 deletions src/roadrunner_10/complete_trajectorybuilder_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,8 @@ The begin pose is the origin `(0,0)` with a heading of \\( \frac{\pi}{2} \\).
- [`waitSeconds()` Video Playground](https://rr.brott.dev/playground/?367582b88299b654)
- [`turn()` Video Playground](https://rr.brott.dev/playground/?5a434271b239e5bc )
- [`turnTo()` Video Playground](https://rr.brott.dev/playground/?ad40438ae13740f7)
- [`.setReversed(false)` Video Playground](https://rr.brott.dev/playground/?78c18fcfaa629ea1)
- [`.setReversed(true)` Video Playground](https://rr.brott.dev/playground/?f13b09a93d37031c)
- [`strafeTo()` / `strafeToConstantHeading()` Video Playground](https://rr.brott.dev/playground/?f49042fdf5ea3ab0)
- [`.strafeToLinearHeading()` Video Playground](https://rr.brott.dev/playground/?ed5d41566d46b59f)
- [`.strafeToSplineHeading()` Video Playground](https://rr.brott.dev/playground/?2df122402fceaecc)
Expand Down

0 comments on commit cbb15f2

Please sign in to comment.