From 9c23436d54d5d1c3d580f8d8371009fe925b7b9c Mon Sep 17 00:00:00 2001 From: Arush <112827565+ArushYadlapati@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:25:20 -0700 Subject: [PATCH] Update complete_trajectorybuilder_reference.md --- .../complete_trajectorybuilder_reference.md | 47 +++++++++++++++---- 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/src/roadrunner_10/complete_trajectorybuilder_reference.md b/src/roadrunner_10/complete_trajectorybuilder_reference.md index 83ca7ea..2f5f199 100644 --- a/src/roadrunner_10/complete_trajectorybuilder_reference.md +++ b/src/roadrunner_10/complete_trajectorybuilder_reference.md @@ -1,4 +1,4 @@ - # Complete TrajectoryBuilder Reference @@ -395,14 +395,14 @@ The begin pose is the origin (0,0) with a heading of $\frac{\pi}{6}$, with the e {{#rustdoc_include BuilderReference.java:89:91}} ``` -
+
+ --- #### `Constant Heading` @@ -476,9 +505,9 @@ The begin pose is the origin (0,0) with a heading of $\frac{\pi}{2}$. - [`.lineToY()` Video Playground](https://rr.brott.dev/playground/?539e8ead2f501b29) - [`.splineTo()` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) - [`.splineTo() (default)` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) -- [`.splineToConstantHeading` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) -- [`.splineToLinearHeading` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) -- [`.splineToSplineHeading` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) +- [`.splineToConstantHeading()` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) +- [`.splineToLinearHeading()` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) +- [`.splineToSplineHeading(0` Video Playground](https://rr.brott.dev/playground/?a660e7b5fae2b70d) --- *Last Updated: 2024-07-02* \ No newline at end of file