Hello,
I’ve been attempting to operate my drone indoors and have applied the recommended indoor parameters. However, I’m unable to arm the quadcopter. Is there any additional setting I need to adjust?
Thank you.
Hello,
I’ve been attempting to operate my drone indoors and have applied the recommended indoor parameters. However, I’m unable to arm the quadcopter. Is there any additional setting I need to adjust?
Thank you.
What hardware do you use to aid navigation without GPS?
Which mode are you using?
We can not tell you what additional setting to set if you do not provide us with information about the ones that you did set.
Only then can you tell you about additional ones.
I am trying to use computer vision on a IMX219-83 camera to avoid obstacles with a couple of ultrasonic sensors and the mode that I am using is loiter.
Thank you for your time.
Sorry, you are right.
The options that I changed are:
[AHRS_GPS_USE] = 0
BATT_FS_LOW_ACT = LAND
FS_THR_ENABLE = 3
FENCE_ENABLE = 0
Thank you for your time.
You can’t fly indoors in a gps mode, if you don’t feed some sort of position data into the ekf.
So some indoor tracking system is necessary.
An aruco marker could be enough? Or should I implement a more complex system like beacons?
Hi again,
I’ve been testing the Stabilize mode with GPS connected because, without it, I can’t avoid the “Compass not healthy” message.
I have a couple of questions:
Is there another way to address this? I’m considering running the computer vision on the RPI5 (separate from ROS2) and using ROS solely for messaging. What do you think? Any advice?
Thank you for your time!
You need something to give the drone an idea about its position. I think it should be possible to calculate the position in relation to the aruco marker.
And yes, you need to set the EKF origin and home during initialization.
With ROS I have no clue, never really used it.
Okay, thank you so much!
I will explore the aruco idea and Visual Inertial Odometry too.