Describe the bug
When viewing the mavros/local_position/pose value, Even if you stay still, you lose your position.
Is this a slam problem or a connection speed problem with the pixhawk and tx2 board?
At first, it shows the correct position value, but after a while, x y is fixed at zero
There are many of these questions, but all of them have not been solved.
I installed the firmware version of px4fmu_v2 1.8.0
Pixhawk2 + jetson tx2
And ekf2_aid_mask 8 (only vision fusion)
sys_companion (921600)
ekf2_eva_Noise 0.20
ekf2_evp_Noise 0.20
ekf2_ev_delay 50.0ms
ekf2_hgt_mode baro
I watched the paramedics
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Why is the x y value initialized to zero?
Log Files and Screenshots
https://logs.px4.io/plot_app?log=18d1669c-2906-405f-ad07-a0a8757d27ae









Add screenshots to help explain your problem.
Drone (please complete the following information):
CLEAR PARAMETERS
PARAMETERS
NODES
/
mavros (mavros/mavros_node)
ROS_MASTER_URI=http://localhost:11311
process[mavros-1]: started with pid [8433]
Frame local_origin_ned exists with parent local_origin.
Frame fcu_frd exists with parent fcu.
Frame fcu exists with parent fcu_frd.
Frame mynteye_left_frame exists with parent mynteye_link.
Frame mynteye_right_frame exists with parent mynteye_left_frame.
Frame mynteye_left_rect_frame exists with parent mynteye_left_frame.
Frame mynteye_right_rect_frame exists with parent mynteye_right_frame.
Frame mynteye_disparity_frame exists with parent mynteye_left_frame.
Frame mynteye_disparity_norm_frame exists with parent mynteye_disparity_frame.
Frame mynteye_depth_frame exists with parent mynteye_left_frame.
Frame mynteye_points_frame exists with parent mynteye_left_frame.
Frame camera_imu_frame exists with parent mynteye_left_frame.
Additional context
Add any other context about the problem here.
https://logs.px4.io/plot_app?log=3875fcb0-1798-4973-8213-e9a74f420a3e#Nav-Sampling-Regularity-of-Sensor-Data
booting log
@mhkabir :)
I just figure that out.The solve is using vision position directly,don't fuse it with ekf2. My drone fly much stable now. I don't think they fuse vision by a proper way. You just need to use vision position in your out control loop
@JenaEmz Hello Jena, I am having a very similar issue. I saw that you were able to resolve it, but I dont understand your resolution. Can you expand upon that a bit?
Most helpful comment
I just figure that out.The solve is using vision position directly,don't fuse it with ekf2. My drone fly much stable now. I don't think they fuse vision by a proper way. You just need to use vision position in your out control loop