Mavlink communication
-
Hi,
We had a C program running on our VOXL 1 that has always worked, including on image-version
3.8.0with voxl-suite0.7.0. But on the newest version4.0.0with voxl-suite1.0.0, it doesn't work.The program receives mavlink messages using MPA and voxl-mavlink-server. It is based on the voxl-vision-px4 module that handles mavlink IO to/from PX4 (https://forum.modalai.com/post/5026).
When we flash the image on the VOXL, the mavlink program still works. But once we use
opkg updateandopkg upgrade, it doesn't work any more.Did anything change in a recent update that could have an effect on this program, like something below?
#define PIPE_SERVER_NAME "i2c-mavlink" #define VOXL_IO_CH 9 #define I2C_MAVLINK_CH 4 #define I2C_MAVLINK_PIPE_NAME "mavlink_to_px4" #define VOXL_IO_NAME "voxl_i2c_mavlink" #define VOXL_IO_LOCATION (MODAL_PIPE_DEFAULT_BASE_DIR VOXL_IO_NAME "/")``` Thanks in advance! -
Hi,
We had a C program running on our VOXL 1 that has always worked, including on image-version
3.8.0with voxl-suite0.7.0. But on the newest version4.0.0with voxl-suite1.0.0, it doesn't work.The program receives mavlink messages using MPA and voxl-mavlink-server. It is based on the voxl-vision-px4 module that handles mavlink IO to/from PX4 (https://forum.modalai.com/post/5026).
When we flash the image on the VOXL, the mavlink program still works. But once we use
opkg updateandopkg upgrade, it doesn't work any more.Did anything change in a recent update that could have an effect on this program, like something below?
#define PIPE_SERVER_NAME "i2c-mavlink" #define VOXL_IO_CH 9 #define I2C_MAVLINK_CH 4 #define I2C_MAVLINK_PIPE_NAME "mavlink_to_px4" #define VOXL_IO_NAME "voxl_i2c_mavlink" #define VOXL_IO_LOCATION (MODAL_PIPE_DEFAULT_BASE_DIR VOXL_IO_NAME "/")``` Thanks in advance!
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login