Open jinchengde opened 4 years ago
Describe the bug During the stage of RunwayTakeoffState::TAKEOFF, vehicle can't keep roll level.
To Reproduce Steps to reproduce the behavior:
Additional context during the RunwayTakeoffState::TAKEOFF, vehicle should be keep level to prevent overturn https://github.com/PX4/Firmware/blob/master/src/modules/fw_pos_control_l1/runway_takeoff/RunwayTakeoff.h#L60
I‘m not clear why we don't control roll during takeoff stage https://github.com/PX4/Firmware/blob/master/src/modules/fw_pos_control_l1/runway_takeoff/RunwayTakeoff.cpp#L158
I suggest do the roll control if vehicle start to climb up(RunwayTakeoffState::TAKEOFF) it looks better if we start to control roll if RunwayTakeoffState::TAKEOFF but not CLIMBOUT
It looks like set RWTO_NAV_ALT as 0 to avoid that
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
Describe the bug During the stage of RunwayTakeoffState::TAKEOFF, vehicle can't keep roll level.
To Reproduce Steps to reproduce the behavior:
Additional context during the RunwayTakeoffState::TAKEOFF, vehicle should be keep level to prevent overturn https://github.com/PX4/Firmware/blob/master/src/modules/fw_pos_control_l1/runway_takeoff/RunwayTakeoff.h#L60
I‘m not clear why we don't control roll during takeoff stage https://github.com/PX4/Firmware/blob/master/src/modules/fw_pos_control_l1/runway_takeoff/RunwayTakeoff.cpp#L158
I suggest do the roll control if vehicle start to climb up(RunwayTakeoffState::TAKEOFF) it looks better if we start to control roll if RunwayTakeoffState::TAKEOFF but not CLIMBOUT