From b4f118adfa9b9ac175138f46789b43731221ae03 Mon Sep 17 00:00:00 2001 From: Matt Hogan Date: Fri, 13 Sep 2024 20:16:54 -0600 Subject: [PATCH] DOC: Decided on different language in the use-case discussion --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1b80e46..4657b8b 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ have a vehicle like a ship, airplane, or off-road vehicle on a fixed course. The inaccurate GPS unit, and it is your job to ensure that the vehicle stays on course. This makes your job much harder if you want to minimize the trip duration and vehicle fuel to maximize the number of trips possible for the day. Fortunately, the envector_ package can help you 1) aggregate measurements to estimate the mean position, 2) interpolate -the next expected position in a fixed time interval, and 3) ensure that the vehicle is staying on-track by minimizing +the next expected position in a fixed time interval, and 3) determine if the vehicle is veering off-course by measuring the cross-track distance from the intended path. These use cases and more are well supported by the envector_ package. We encourage you to check out the diff --git a/docs/index.rst b/docs/index.rst index 0c22d36..bdbff63 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ have a vehicle like a ship, airplane, or off-road vehicle on a fixed course. The inaccurate GPS unit, and it is your job to ensure that the vehicle stays on course. This makes your job much harder if you want to minimize the trip duration and vehicle fuel to maximize the number of trips possible for the day. Fortunately, the envector_ package can help you 1) aggregate measurements to estimate the mean position, 2) interpolate -the next expected position in a fixed time interval, and 3) ensure that the vehicle is staying on-track by minimizing +the next expected position in a fixed time interval, and 3) determine if the vehicle is veering off-course by measuring the cross-track distance from the intended path. These use cases and more are well supported by the envector_ package. We encourage you to check out the