-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unable to arm in Offboard mode on hardware #23
Comments
@tirpudevk111 In order to help, you need to share more details (error messages, logs) other than the fact that it doesn't work |
@Jaeyoung-Lim Thank you for quick response, since I am able run the script successfully, the data is also sent successfully over UART to pixhawk via dds topics. It does not show any error in QGC and no error in running the script. I have done 'ros2 topic echo /fmu/out/vehiclestatus' and found that "pre_flight_checks_pass = false" as it switches to offboard mode. Can you help me find what are the preflight checks in offboard mode. |
@tirpudevk111 Preflight checks are independent of offboard. You need to be able to arm the vehicle without offboard before attempting to fly it with offboard. |
@Jaeyoung-Lim yes I have already tried arming without offboard and I am able to arm and fly but I am not able to arm once its in the offboard mode. Also it can switch to offboard mode before arming. Additionally, it does not switch to offboard mode when I arm the drone first and then switch to offboard. |
Hardware used:
Software:
Given offboard example is running on gazebo simulator very well but unable to arm in 'offboard mode' while working with hardware.
The text was updated successfully, but these errors were encountered: