-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build Issue with Ardupilot computer_ctrl #19
Comments
@pfletche Thanks for testing and reporting this. I'm well; hope you're too :) I presume that you've cloned the entire repo (with Freyja will work with |
Thanks, Ajay! Yep, I did clone the entire repo. I pasted the specific error below. Looks like there are too many args in a function in AP_Generator_RichenPower.cpp. I'm now trying Guided_NoGPS. Looks like I need to change the G2_OPTIONS parameter, where does that param live exactly? I tried changing GUID_OPTIONS in ardupilot/ArduCopter/Parameters.cpp to 3: interpret thrust as thrust, but that hasn't worked. Maybe we could talk for a bit over Zoom? Let me know if that would work. $ ./waf copter In file included from /usr/include/string.h:495, Waf: Leaving directory `/home/paul/Ardupilot_Ajay_Original/ardupilot/build/sitl' |
@pfletche did you figure out where G2_options lives? I've been looking for a while and cannot find it. I would expect it to be accessible in mission planner parameters, but no luck. Thanks, |
@ajshank I just found this thread- I'm using Freyja with Arducopter v 4.5.1 on a blue cube. I'm also using Guided_noGPS mode. Since this is a later version than Arducopter v 4.1, does it require any custom firmware package, or should it work as is? Thanks for your help, |
Hi @johnthelzer, |
@johnthelzer The option in GCS is called |
@ajshank Thank you! That is very helpful. |
Hi @ajshank,
I've been unable to build (with ./waf) the computer_ctrl version of Ardupilot (maintained here) for SITL. It also doesn't seem to build for other boards. It may be that it's inconsistent with the most recent version of Ardupilot? I tried dropping the computer_ctrl files into the most recent version of Ardupilot but there are also inconsistencies.
Have you been able to build this version of Ardupilot with computer-ctrl? If not, is Freyja supported for 'Guided' mode in Ardupilot or 'Offboard' in PX4?
Hope you are well!
The text was updated successfully, but these errors were encountered: