Hello,
My Sentinel drone is not outputting valid VOA measurements.
I have enabled voxl-dfs-server
, and I can see correct point clouds from stereo_front_pc
and stereo_rear_pc
using voxl-portal. I can also see correct stereo_front_disparity
and stereo_rear_disparity
.
I have set en_voa to true, and en_send_voa_to_qgc to true, and I can see OBSTACLE_DISTANCE messages in QGC but they are all 1001 when max_distance is 1000.
This is the list of items in /run/mpa:
cpu_monitor qvio_extended stereo_front_pc tracking vvpx4_fixed_pose_input
hires qvio_overlay stereo_rear voa_pc_out vvpx4_gps_raw_int
imu_apps stereo_front stereo_rear_disparity vvpx4_body_wrt_fixed vvpx4_mavlink_io
mavlink_to_px4 stereo_front_disparity stereo_rear_disparity_scaled vvpx4_body_wrt_local vvpx4_sys_status
qvio stereo_front_disparity_scaled stereo_rear_pc vvpx4_control_input vvpx4_vehicle_gps
The command voxl-inspect-points voa_pc_out
returns no data:
timestamp(ms)| # points | # bytes | 1st point | Format
According to the documentation at https://docs.modalai.com/sentinel-user-guide-using-voa/, I should be able to run
voxl-voa-server-configure
voxl-voa-to-px4
voxl-voa-client
but none of these commands are available.
-bash: voxl-voa-server-configure: command not found
Here is my version:
root@qrb5165-rb5:/run/mpa# voxl-version
--------------------------------------------------------------------------------
system-image: 1.2.1-M0054-14.1a-perf
kernel: #1 SMP PREEMPT Mon Apr 18 20:36:27 UTC 2022 4.19.125
--------------------------------------------------------------------------------
hw version: M0054
--------------------------------------------------------------------------------
voxl-suite: 0.7.0
--------------------------------------------------------------------------------
Here is my voxl-inspect-services
root@qrb5165-rb5:/run/mpa# voxl-inspect-services
Service Name | Enabled | Running | CPU Usage
---------------------------------------------------------------
docker-autorun | Disabled | Not Running |
docker-daemon | Disabled | Not Running |
modallink-relink | Disabled | Not Running |
voxl-camera-server | Enabled | Running | 83.3
voxl-cpu-monitor | Enabled | Running | 0.0
voxl-dfs-server | Enabled | Running | 144.4
voxl-imu-server | Enabled | Running | 0.0
voxl-mavlink-server | Enabled | Running | 0.0
voxl-modem | Enabled | Not Running |
voxl-portal | Enabled | Running | 0.0
voxl-px4-imu-server | Disabled | Not Running |
voxl-px4 | Enabled | Running | 0.0
voxl-qvio-server | Enabled | Running | 44.4
voxl-static-ip | Disabled | Not Running |
voxl-streamer | Enabled | Running | 22.2
voxl-tag-detector | Disabled | Not Running |
voxl-tflite-server | Disabled | Not Running |
voxl-time-sync | Disabled | Not Running |
voxl-vision-px4 | Enabled | Running | 0.0
voxl-wait-for-fs | Enabled | Completed |
Am I missing something to get Sentinel's VOA to run?
Thanks!