OpenMarine

Full Version: calibrate headless?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to calibrate an IMU on a headless Pi (Zero 2W), but seems like it has to have a desktop?
pypilot_calibration localhost
failed to load pywavefront: Cannot connect to "None"
Unable to access the X Display, is $DISPLAY set properly?
could you install pypilot on a separate machine (not headless) then execute
pypilot_calibration 192.168.14.1

Or whatever the ip address of pypilot is
(2024-07-24, 03:23 AM)seandepagnier Wrote: [ -> ]could you install pypilot on a separate machine (not headless) then execute
pypilot_calibration 192.168.14.1

Or whatever the ip address of pypilot is

Yes, thanks, that works.
Using the web interface (port 8000, maybe needs to be enabled first) also works well.