-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add option to continue mission on FS #4731
Add option to continue mission on FS #4731
Conversation
great job guys. |
thanks for that. just to confirm, if using existing Configurator 2.1.4 then I need to manually adjust my servo mix like so servo mixsmix 0 3 0 50 0 new settings (2.2) becomes servo mixsmix 0 3 0 50 0 -1 |
Your proposed 2.2 setting matches the 2.2 wing I fly, so yes. |
Hello, The failsafe disable in waypoint mode does not work. Arming over rudder doesn't work either, by the way. FC F35 Greetings Sebastian |
By design, thanks for confirming that. |
Did you set:
to force failsafe to be ignored? |
No, I didn't know the parameter. thanks for the quick feedback. Greetings Sebastian |
Thanks for trying. And confirmation that this change does not break the default case is useful feedback. |
As promised. I tried it and it worked. Hooray! A side note that now has nothing to do with INAV: |
While watching the video recordings of the last mission I noticed something. The plane tries to climb as fast as possible to the height of the next waypoint. not linear. The return flight was even more extreme. |
here is my update - so far I failed, but will keep on trying in next few days. before I left for the trip I created WP Mission and saved it to EEPROM, I did this at home when I still had internet connection, using the iNav Configurator 2.1.4 when I arrived at my 1st location with mission already saved in EEPROM, I flew the mission with iNav 2.1, all worked as usual. then I updated my FW to 2.2 and wanted to repeat the mission, however after the FW update the mission got erased from EEPROM so I tried to re-create the mission with iNav configurator but being in remote desert area there is no chance of getting internet connection. so next thing I tried, I copied the mission from my text file in this format (I believe this is correct format for iNav) : wp#wp 6 valid I pasted the the mission in CLI of the configurator and then "save", but as we know when we run "save" command in CLI it reboots FC by default and rebooting FC erases the mission. so my question is, is there another way to save the mission with CLI command, directly to EEPROM (instead just to FC) ? if there was an easier way to create missions without internet that would be great, I had to drive 2 days to my current location to get internet connection and create new mission and tomorrow I'll drive back into the desert and hopefully fly the mission with FW 2.2, but after that mission I cannot create any new missions without internet. I have about 5 different missions saved in my text file but there seems to be no way to save it to EEPROM cheers |
There are a number of third party tools you might look at, either cached maps or command line.
|
@stronnag I'll have a look at impload for now. |
there's the mission planner for the smartphone. otherwise have a look at INAV Configurator 2.2 RC1 |
just a quick update, some recommendations and a question or two. been travelling through remote Australian deserts now for 2 weeks and had a fantastic time with the new iNav 2.2 WP Mission with failsafe_mission=off. btw. to answer my previous question above, there is an easy way to save mission to EEPROM from my pre-created text files - in CLI paste my mission points and then type "wp save", it saves my WP MIssion to EEPROM
everything worked as expected, however here are some suggestions :
anyway, all in all this feature implementation has been fantastic, let me know if it would be more appropriate to submit these as feature requests ? from my perspective the points 1), 3) and 7) should be relatively "easy" to implement if they make sense and probably most beneficial. points 5) & 6) also very beneficial if our goal is smooth footage but understand those last 2 points are somewhat complicated to implement perhaps. cheers |
@peteoz thanks for the feedback. Please consider opening new issues (if there are none yet) instead on commenting on a merged PR. |
Closes #3937. Tested by @CrazyDude1994