-
Notifications
You must be signed in to change notification settings - Fork 61
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
Can't find RPI image #998
Comments
I wanted to ask the same question too as @alessandrogenoni, is there any |
Hi, this project has taken a bit of a break and a few things have degraded. It's back in development now, will post new downloads shortly. Thanks :) |
@fnoop Any update as to when the links will be live again? None of the downloads seem to be working at the moment |
Hi, I've hit a few snags getting the software updated - there have been some major changes to the way some of the components are built and configured. Actively working on it, will try and get a new release out ASAP. |
@fnoop I know you guys are probably super busy working hard on the next version of Maverick OS, but any update on when the next version of Maverick will be available? Are you posting updates anywhere that I can follow? Thanks for all the great work you and your team are doing! Really appreciate it! |
Hi @RotorBoy2020 - I've got stuck on two problems currently! They're both fairly big problems to do with completely new build systems for two major components (gstreamer and ROS). I'll do my best to get a release out by this weekend. |
Thank you! We really appreciate your hard work! |
Quick update: I've got a (desktop) VM build finally updated and running, and I'm now doing a full raspberry build. This takes a day or so just for the silent build and will no doubt need some raspberry specific fixes. But it's on it's way :) |
I have a 3B+ to test on if needed... it's sole purpose in life is Maverick, so let me know if I can help! |
Apologies for delay, there have been quite a few updates/changes to some of the underlying components that took a while to work out. I've uploaded a new image for Raspberry Pi (multi-cpu, ie not the zero or pi1/2): It's not perfect by any means but any feedback gratefully received! |
First impression: it works! I'll keep poking around and configuring (gotta get some hardware in before I can actually fly it... the voltage regulator I had isn't stable enough to run a Pi in flight) and let you know if I come across anything I can't resolve. Thanks so much for all your work! It does not go unappreciated! |
@mishaturnbull great start :) It doesn't look like you've got a camera hooked up - do you have one? It would be great to get feedback on:
Both these were really horrible to implement technically, so it would be really good to get some feedback on how easy or not easy it is to use in person, with any suggestions of how to improve it! |
Yup, at the moment no camera... I have one on an Octopi I can pull off it... since that printer is now in a permanently-dark room, the camera doesn't do much good there :) I did in fact load the CA cert shortly after this screencap. It was almost perfectly in-line with the instructions given -- only one minor difference: when Firefox downloaded the image, the "import" button was greyed out. I re-downloaded it, this time using the 'save file' option instead of 'open in Firefox', then went to my settings and imported it. It worked fine that way. I suspect, however, that this is not your fault -- I've made some very in-depth changes to my browser, and this is likely the outcome of one of those... That said, here's what I've noticed with the certificate loaded:
To be honest, the first thing I did next was dump a metric ton of dataflash logs into the inbox folder (about 2GB). From there, I was hoping I'd be able to peek at something in Grafana, but it doesn't look like any of the dashboards have come up yet. It's very possible the importer is still chewing through that data, though... any way I can check on that process? Thanks again for all the work! |
Hey @mishaturnbull - thanks for the feedback!
I've raised #1018 for Grafana over SSL. I'll update the CA loading page thanks (#1019), I'm sure the browsers have changed a bit since I first did it! Great it mostly worked for you! The autodiscovery is interesting - is your computer on the same network as the Pi? Maverick sets up avahi to serve mdns requests - basically zeroconf broadcasts requests over multicast and various Avahi devices on the network listen to requests and answer if they recognise the request. It would be unusual for a local router/hub/switch to filter those requests (albeit not impossible). Can you try restarting avahi and then try again as soon after restarting avahi as possible?
What OS is your computer running? |
Glad I can help somehow! :) I've run through the update process as instructed, and am going to let it marinate on the logs overnight (I did a
The autodiscovery is still a little bit my-network-related IMO, though, since also between tests I've installed and configured a network-wide Pihole server that's now handling all my DNS. But... it works! I'm running Linux on my laptop as my daily driver -- unfortunately (or fortunately) I don't have a Windows box I can test on. Thanks again! |
It's had about 16 hours to chew on the data... unfortunately, I'm still not seeing any tables appearing in Grafana :( I pulled the two databases you mentioned to purge, and linked them below if you want to look at it for analysis. Not going to link directly to GitHub in case I accidentally put something in there that should be redacted... this way I can pull it after the fact :) Taking a brief look at the mavlog meta, it looks like only one of the logs was processed successfully, although I don't know how to find more information on the errors. The Grafana database was a little overwhelming, although it did appear to have some dashboards listed in the dashboards table. (I did reboot as well to see if that had any effect - it did not) Thanks! |
I'm getting a 403 on the grafana.db :). Could you post ~/var/log/analysis/maverick-mavlogd.log, or at least have a look at it yourself for any obvious errors?
|
Oops, my bad... didn't check the permissions. Should be fixed now! This is what I see logging into Grafana: maverick-mavlogd.log appears to have a few different errors - a couple InfluxDB timeouts, a parse error, and a KeyError all in the mix. (I checked the permissions on this one :) ) Thanks again!! |
Huh that's odd - the databases look good except the flight dashboard is empty. I can see the starred dashboards, maybe you need to restart grafana or reload/relogin to grafana to see them?
Then touch one of the logs and have a look again in the maverick-mavlogd.log. |
Unfortunately, same results. New log file should be at maverick-mavlogd-2.log. This time, it looks like a KeyError in the importer process relating to the particular log... it opens fine for me in APMPlanner2.0 and in some other log analyzer that uses the DFReader class as well. I have noticed a few other things while digging around, first off that mavlogd seems to be stopped when Grafana is started. The order of commands to restart both is as follows:
It doesn't seem to affect anything other than running an extra command... but I'm wondering if there's a negative interaction somewhere. There's also this message that appears in
That seems to be the only message from Grafana in that log file, but I haven't yet managed to correlate it to a cause (i.e. does it get written to log when I go to the Grafana webpage or when I trip the event to start mavlogd reading the log?) Again, thanks for all your help! (I hope this comment works... Github won't allow me to preview it for some reason) |
Hmm, the log is importing just fine - ignore the IndexError (I've raised #1021 to track that). It immediately shows up in my flight log dashboard and I can see the data (although I also clearly need to update the import to recent Ardupilot fields - I haven't actually used recent firmware). |
Since the grafana issue was mostly solved in gitter I'll close this issue in favour of more specific ones. |
Hi! I tried downloading maverick from the website (https://goodrobots.github.io/maverick/current/#/?id=installation) for a Raspberry Pi only to find that the link is broken and redirects to a generic page where no file is present.
Where are the images?
Thank you!
The text was updated successfully, but these errors were encountered: