mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_Math: Spelling fix
This commit is contained in:
parent
06a93c8512
commit
0c48848d31
@ -737,7 +737,7 @@ void SCurve::add_segments(float L)
|
|||||||
// Am - maximum constant acceleration
|
// Am - maximum constant acceleration
|
||||||
// Vm - maximum constant velocity
|
// Vm - maximum constant velocity
|
||||||
// L - Length of the path
|
// L - Length of the path
|
||||||
// t2_out, t4_out, t6_out are the segment durations needed to achieve the kinimatic path specified by the input variables
|
// t2_out, t4_out, t6_out are the segment durations needed to achieve the kinematic path specified by the input variables
|
||||||
void SCurve::calculate_path(float tj, float Jm, float V0, float Am, float Vm, float L, float &Jm_out, float &t2_out, float &t4_out, float &t6_out)
|
void SCurve::calculate_path(float tj, float Jm, float V0, float Am, float Vm, float L, float &Jm_out, float &t2_out, float &t4_out, float &t6_out)
|
||||||
{
|
{
|
||||||
// init outputs
|
// init outputs
|
||||||
|
Loading…
Reference in New Issue
Block a user