Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about the thrust calculation #2

Open
Orca-bit opened this issue Dec 29, 2020 · 0 comments
Open

Some questions about the thrust calculation #2

Orca-bit opened this issue Dec 29, 2020 · 0 comments

Comments

@Orca-bit
Copy link

if (tauz >= 0) { if (fx >= 0) { //forward thrust on the left thruster will be limiting factor max_fx = (MAX_FWD_THRUST - left_thrust) * 2; fx = std::min(max_fx,fx); }
hello, when the tauz is larger than zero, the left_thrust will be negative, so why is the max_fx larger than MAX_FWD_THRUST

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

No branches or pull requests

1 participant