Skip to content

Commit e96e708

Browse files
authored
Decrease recommended velocity / accel starting values (#1792)
* velocity / accel starting values * grammar * reduce acceleration to be more conservative
1 parent 4743f2f commit e96e708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/software/pathplanning/pathweaver/creating-pathweaver-project.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ To create a PathWeaver project, click on "Create project" and then fill out the
3434

3535
**Export Unit:** The units to be used when exporting the paths and waypoints. If you are planning to use WPILib Trajectories, then you should choose :guilabel:`Always Meters`. Choosing :guilabel:`Same as Project` will export in the same units as :guilabel:`Length Unit` above.
3636

37-
**Max Velocity:** The max speed of the robot for trajectory tracking. This does not need to be the maximum attainable speed of the robot, but just the max speed that you want to run trajectories at.
37+
**Max Velocity:** The max speed of the robot for trajectory tracking. The kitbot runs at ~10 :math:`ft/sec` which is ~3 :math:`m/sec`.
3838

39-
**Max Acceleration:** The max acceleration of the robot for trajectory tracking. This does not need to be the maximum attainable acceleration of the robot, but just the max acceleration that you want to run trajectories at.
39+
**Max Acceleration:** The max acceleration of the robot for trajectory tracking. Using a conservative 1 :math:`m/sec^2` is a good place to start if you don't know your drivetain's characteristics.
4040

4141
**Wheel Base:** The distance between the left and right wheels of your robot. This is used to ensure that no wheel on a differential drive will go over the specified max velocity around turns.
4242

0 commit comments

Comments
 (0)