Skip to content

Some questions about the thrust calculation #2

Description

@Orca-bit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions