You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe problem solved by the proposed feature
This TODO prevents the offboard mode working on a rover. The expected solution should not limit the offboard mode as multirotor-only.
Describe your preferred solution
I' m asking for adding att_sp.thrust_body[0] = set_attitude_target.thrust; below but I don' t know how it would affect other frame types.
This will fix that rover cannot get throttle value from attitude setpoints.
Describe possible alternatives
I don' t know if there is any other way to solve this.
The text was updated successfully, but these errors were encountered:
@SalimTerryLi thanks for raising this! Have you already tried to make this work by changing it? If so you could make a pull request that we could discuss.
julianoes
changed the title
Ask for a further improvement of a TO-DO about offboard mode
Verify offboard mode for rover
May 30, 2019
For general questions please use PX4 Discuss or Slack.
Describe problem solved by the proposed feature
This TODO prevents the offboard mode working on a rover. The expected solution should not limit the offboard mode as multirotor-only.
Describe your preferred solution
I' m asking for adding
att_sp.thrust_body[0] = set_attitude_target.thrust;
below but I don' t know how it would affect other frame types.This will fix that rover cannot get throttle value from attitude setpoints.
Describe possible alternatives
I don' t know if there is any other way to solve this.
The text was updated successfully, but these errors were encountered: