-
Notifications
You must be signed in to change notification settings - Fork 0
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
Necessity of Autostart #1
Comments
Found an option in the config file. Sorry for the confusion |
Yes, there are multiple ways. If you want to take off by service, you can set |
Thank you, Tomas, for the detailed response. We tried to do a midair activation, but the pixhawk refused to switch to offboard. Is there any particular px4 param that must be set before the midair activation? In addition to this, we also tried to take off directly with the autostart, however, the motor-thrust behavior was concerning. We have applied the proper motor-thrust values as per the MRS documentation. Since we are not using a rangefinder, I was wondering if the behavior seen is because of that. (We are using GPS-baro) The log analysis did not raise any concerning errors either. PS: We are really excited to work with your vast framework. Thank you for making it open source and for all the support to the framework. |
@johnd2010 thanks for providing all the data! Yes the video suggest there is something wrong. I will check that soon. I would recommend to wait till I get back to you. Regarding the midair activation: No, there is nothing to be set on the PX4 side. From the PX4 Point-of-view, nothing special happens. Do you have the "tmux logs" from that flight as well? |
Thank you Tomas, The logs have been uploaded here |
Hi Tomas, We had the opportunity to try out one more time and we increased the param value max_position_difference of the land_off_tracker from 0.7 to 1.0 Upon this change, the take off was smooth. Can you please let us know if this value is reasonable or if there is a safer way to achieve this by tuning a different param ? In the context of mid air Activation, is there a default waiting period for the control switch from pos_hold to offboard? Thanks again, for all the support |
Hi,
Would it be possible to take the drone off manually, switch to pos-hold, switch to guided/offboard, and then run the MRS code as usual, essentially bypassing the autostart altogether?
The text was updated successfully, but these errors were encountered: