-
Notifications
You must be signed in to change notification settings - Fork 266
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
only aruco take off error #492
Comments
Hi! You can't fly in offboard position mode with optical flow turned off and aruco vpe turned off, since the drone doesn't have the position source. |
@okalachev thanks ~! I'm using ipython3 control but land position is strange |
What do you mean land position is strange? Please, provide more details on that and, if possible, the flight logs. |
@okalachev It seems to be a camera problem. Existing clover rpi camera outputs 40 fps, but jetson camera outputs 30 fps max. Could this be why the optical flow isn't working properly? |
@okalachev aruco.launch aruco_detect If not set to false, aruco detection will not work. |
No, there is no hard requirement to optical flow camera fps to work, 30 FPS is OK.
You can use an automated tool that checks your Clover's configuration and prints a full report: |
@okalachev Sorry, misdirection. in the latest version param name="use_map_markers" value="true" <- set to true aruco detection will not work. |
You can use the above checking tool to diagnose some problems. Also there is a log in |
@okalachev Hello, is there a way to land on the Aruco Maker I want? |
You can use |
@okalachev Entering Land() to the place where the aircraft first take off. Has this ever happened? |
@lgh5054, can you please reformulate your question? I don't get it. |
@okalachev When entering land(), it does not land at the current location, but RTLs to the home point from which it first took off. |
No, it should not work this way. Maybe it just drifted away for some reason when it was landing? |
@okalachev i'm using v 1.14.0 relrease firmware and did you have to line tracking code? I see clover youtube but not found code |
Sorry, this code was not written by us, you can try to contact its author https://t.me/tenessinum to get it. |
@okalachev Hello Okalachev Found the problem. When operating optical flow, even if you hold the drone with your hand and move its position, rviz will initialize it to 0,0,0 coordinates. optical flow problem or px4 1.14.0 firmware problem? |
Hello Long time no see @okalachev
I am using px4 1.12.3 version firmware. Optical flow is set to false and I am testing using ipython
set it like this
navigate(x=0, y=0, z=1.0, speed=0.5, frame_id='body', auto_arm=True)
Give the take off command. The gas initially rises and then loses position.
aruco.launch file
The text was updated successfully, but these errors were encountered: