Skip to content
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

PX4 Fails to ARM #17

Open
ftondolo opened this issue Dec 23, 2024 · 1 comment
Open

PX4 Fails to ARM #17

ftondolo opened this issue Dec 23, 2024 · 1 comment

Comments

@ftondolo
Copy link

Upon running the docker container the PX$ appears to run into an issue where depending on execution it will state that either Barometer 0 or Compass 0 or both are missing, preventing arming. This is a different issue from the pre-existing and resolved arming PX4 issue. What might be wrong?

@monemati
Copy link
Owner

@ftondolo You can boot up the docker and only run PX4 and check if it is okay without anything else is running:

cd ~/PX4-Autopilot
PX4_SYS_AUTOSTART=4002 PX4_GZ_MODEL_POSE="268.08,-128.22,3.86,0.00,0,-0.7" PX4_GZ_MODEL=x500_depth ./build/px4_sitl_default/bin/px4

If there is still issues, check your PX4 version (mine was 1.15), these are from my latest docker which I built:

  • PX4 Autopilot: v1.15
  • Micro XRCE: v3.0
  • ROS 2: Humble
  • Gazebo: Harmonic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants