How to edit full-m0052.config file?
-
Is this the contents of the file? Is correct?
#!/bin/sh # PX4 commands need the 'px4-' prefix in bash. # (px4-alias.sh is expected to be in the PATH) . px4-alias.sh uorb start muorb start # Sleep a little here. A lot happens when the uorb and muorb start # and we need to make sure that it all completes successfully to avoid # any possible race conditions. sleep 1 # IMU (accelerometer / gyroscope) # Start this first because it gets the high rate interrupts coming in to the # DSP. Without this the DSP will oversleep and miss critical timeouts. # TODO: Why is that the case? qshell icm42688p start -s sleep 1 # Load in all of the parameters that have been saved in the file param load -
@Djalma-Ribeiro And have you modified
rb5-net-checkto reflect your network's configuration:
RB5 PX4
ModalAI technical documentation for VOXL and VOXL 2 Companion Computers for PX4 and ArduPilot Obstacle Avoidance and GPS-denied navigation, assembled in the USA
ModalAI Technical Docs (docs.modalai.com)
-
@tom said in How to edit full-m0052.config file?:
rb5-flight-versions
Oh my gosh! I went to check the contents of the file and to my surprise it is not as described in the documentation!
[Unit] Description=rb5-net-check After=sscrpcd.service Requires=sscrpcd.service [Service] Type=oneshot ExecStart=/usr/bin/rb5-net-check wlan0 10.188 RemainAfterExit=yes [Install] WantedBy=multi-user.targetI changed it to 192,168 and now it connected!
-
@Djalma-Ribeiro Can you share what version of software you're running with
rb5-flight-versions?@tom said in How to edit full-m0052.config file?:
@Djalma-Ribeiro Can you share what version of software you're running with
rb5-flight-versions?I was unable to run this command.
-
@Djalma-Ribeiro Can you share what version of software you're running with
rb5-flight-versions?@tom Firmware version 1.2.2alpha from QGC.
-
@Djalma-Ribeiro Could you do an
ls /homeon your RB5 so I can see which software version is installed?@tom said in How to edit full-m0052.config file?:
@Djalma-Ribeiro Could you do an
ls /homeon your RB5 so I can see which software version is installed?linaro rb5-flight-sdk-1.0.5 testsig-util-0.2.tar.gz mavlink-routerd rb5-flight-sdk-1.1.3rb5-flight-sdk-1.1.3 = I uploaded the folder yesterday but didn't update.
It's very old? do i need to update?
-
@Djalma-Ribeiro Awesome thank you, just wanted to make sure your RB5 had the SDK loaded properly, which it does.
It's not absolutely necessary to upgrade the SDK, if you do want to you can follow the steps here: https://docs.modalai.com/Qualcomm-Flight-RB5-sdk-installation/#how-to-upgrade
One note, if you try to upgrade the SDK while PX4 is running it will fail. So in order to upgrade the SDK you would have to disable PX4 from starting
systemctl disable rb5-px4-startand then reboot your drone before upgrading your SDK.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login