Skip to content

fixed AllocateTime#3

Open
kintzhao wants to merge 1 commit into
zm0612:mainfrom
kintzhao:patch-1
Open

fixed AllocateTime#3
kintzhao wants to merge 1 commit into
zm0612:mainfrom
kintzhao:patch-1

Conversation

@kintzhao

Copy link
Copy Markdown

triangle motion, 0.5a(0.5t)^2 = 0.5s
so, segment_t = 2
std::sqrt(delta_dist / max_accel_);

triangle motion,  0.5*a*(0.5*t)^2 = 0.5s  
so,  segment_t = 2*std::sqrt(delta_dist / max_accel_);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant