ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. bgaudel
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 21
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by bgaudel

    • RE: TELEM port in RB5 drone?

      @tom I tried with UART/I2C port in Qualcomm Flight RB5 5G Drone that didn't work. But it works in J1010 port of voxl flight board.

      posted in Qualcomm Flight RB5 5G Drone
      B
      bgaudel
    • RE: TELEM port in RB5 drone?

      @bgaudel Hello @tom, I want to connect RFD900x from the available UART port on rb5 drone, when I plug it it didn't work. The same RFD900x radio modem works fine in this board. Is it possible to use the

      posted in Qualcomm Flight RB5 5G Drone
      B
      bgaudel
    • TELEM port in RB5 drone?

      Is it possible to use URAT/I2C or SPI or any other port as TELEM port in RB5 drone? I want to integrate Gimbal and RFD900x with the rb5 drone, any help would be appreciated.

      posted in Qualcomm Flight RB5 5G Drone
      B
      bgaudel
    • Stereo camera and UVC server compatiability

      Does uvc-server supports stereo (like ZED) camera?

      it shows up two id's Bus 002 Device 010: ID 2b03:f780 and Bus 001 Device 006: ID 2b03:f781
      and neither of them works.

       voxl-uvc-server -d -v 0x2b03 
      Enabling debug messages
      voxl-uvc-server starting
      Image resolution 640x480, 30 fps chosen
      Vendor ID 0xf780 chosen
      UVC initialized
      uvc_find_device failed for f780:0000
      UVC exited
      voxl-uvc-server ending
      
      posted in Ask your questions right here!
      B
      bgaudel
    • RE: gimbal integration

      Where can I find TELEM 1 port in RB5 drone?

      posted in Qualcomm Flight RB5 5G Drone
      B
      bgaudel
    • RE: qvio error: IMU_MISSING STALLED

      @bgaudel when I configure the voxl-configure-qvio, I didn't get voxl-configure-qvio factory_enable_imu_px4 option.

      abd5cfd6-0893-4010-8047-992e0d7ac56e-image.png

      posted in Qualcomm Flight RB5 5G Drone
      B
      bgaudel
    • qvio error: IMU_MISSING STALLED

      The qvio is not showing any data.
      6d41326b-e37c-4ded-bf4d-f4175d81f0cf-image.png

      7029c0b7-0c7c-4bde-980e-3bbed5a3aa20-image.png

      8752dedb-0283-4641-aaf5-dd4ee2d4be16-image.png

      qvio was working before, but now we got the error. All voxl-camera-server, voxl-px4-imu-server and ```voxl-qvio-server`` are running.

      The output of systemctl status * looks alright:

      b2708732-fa11-4e60-921f-f044555bdbf8-image.png
      079dbb02-cec6-4cc2-9570-e0ef2f264025-image.png
      6d295c67-2a69-42f4-aeca-f3d85c822ce3-image.png

      But, I found the imu_server error in systemctl status voxl-px4

      15276287-0b80-499f-961c-335da978fb47-image.png

      I did systemctl restart voxl-px4 that fixed the problem with px4 as well.
      81a0f0a0-1e96-413c-94b1-b4ea68207263-image.png

      After this,
      e8d06b04-3238-460d-b211-917abb5ac9ad-image.png

      And I tried to see the qvio data again, but it still throws the imu error.

      f286d95b-6c6f-4a72-ba2f-ee416054aadf-image.png

      I had also done the voxl-configure-mpa before. How can I fix this?

      posted in Qualcomm Flight RB5 5G Drone
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom Here is the output of these commands:
      3e07e160-442a-40be-ae73-57ba29ae9950-image.png

      f8d2007c-d9d2-460c-9ae0-67104798f960-image.png

      6e99702d-9fca-48bf-b69a-ee649933411d-image.png
      0a85071d-b6eb-46b4-bf3e-3ab3d99a5674-image.png

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom yes, still not able to connect with QGC

      The output of voxl-px4 command is:

      00caa24f-a0e0-4580-b12e-ea176577e680-image.png
      Does this look okay? What other settings and files should I pay attention for?

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom /etc/modalai/voxl-vision-px4 file seems empty.

      44af8df3-9c26-47dd-8dc1-cf7127c8234c-image.png

      0da6de83-6daf-4440-bf42-ac83a459a7c5-image.png

      but /etc/modalai/voxl-vision-px4.config have data as:

      rb5:/$ cat /etc/modalai/voxl-vision-px4.conf
      /**
       * VOXL Vision PX4 Configuration File
       *
       * version: don't touch this, used to keep track of changing config file formats
       *
       * ##############################################################################
       * ## Networking
       * ##############################################################################
       *
       * qgc_ip:
       *         Manually inform voxl-vision-px4 of the IP address of your QGC Ground
       *         Controller by providing the IP address of your ground station computer
       *         in the “qgc_ip” field of the config file. This field is also configured
       *         as one of the first questions in the configuration wizard.
       *         If you wish to rely on QGC to initiate the connection to VOXL you can
       *         leave this field as-is, blank, or “NULL”. Mavlink data is sent to this
       *         IP on port 14550 by default, but this can be changed with the
       *         qgc_udp_port_number config value.
       *
       * en_secondary_qgc:
       *         Enable manually setting a second QGC ground station IP address.
       *
       * secondary_qgc_ip:
       *         IP address for optional second QGC connection. Note that many more mavlink
       *         connections can be made as long as they are initialized by the other device.
       *
       * qgc_udp_port_number:
       *         Port to use for manual and automatic QGC connections, default 14550
       *
       * udp_mtu:
       *         Max size of UDP packet to send to QGC. Multiple mavlink messages will be
       *         combined into one UDP packet to reduce network traffic. Set this to 0 to
       *         send one UDP packet for every mavlink message. Default is 512 which
       *         allows several mavlink messages per UDP packet.
       *
       * en_localhost_mavlink_udp:
       *         If you are running MAVROS/MAVSDK onboard VOXL and wish to open access to
       *         PX4 through a localhost UDP port simply ensure the follow feature is
       *         enabled. This is set to true by default. This will allow one local process
       *         to communicate with PX4 via port 14551 by default, NOT 14550 which is
       *         reserved for connections outside the board. These separation prevents
       *         conflicts between the two sockets. Both MAVROS and MAVSDK can be
       *         configured to use this port.
       *
       * localhost_udp_port_number:
       *         Port number for localhost UDP socket, default 14551
       *
       * ##############################################################################
       * ## VIO
       * ##############################################################################
       *
       * en_vio:
       *         Enable processing of VIO data from MPA to be sent to PX4 as mavlink
       *         odometry messages. Enabled by default.
       *
       * vio_pipe:
       *         Which pipe to subscribe to VIO data. Must be a standard libmodal-pipe
       *         vio_data_t type. Default is qvio
       *
       * en_send_vio_to_qgc:
       *         Enable sending of VIO odometry messages to QGC for debug.
       *         Note PX4 also sends odometry messages to QGC, so look for
       *         the messages in mavlink-inspector marked as from component 197
       *
       * en_reset_vio_if_initialized_inverted:
       *         For VIO algorithms like qVIO that can initialize in any orientation
       *         and output their estimate of the gravity vector, we suggest leaving
       *         this enabled to allow vvpx4 to automatically send the reset signal
       *         back to the VIO pipe if VIO was initialized upside-down or sufficiently
       *         off-level. Helpful if the user powers on a drone while carrying it to
       *         the flight area and VIO starts too early.
       *
       * vio_warmup_s:
       *         Wait this for this amount of time of having good VIO data before
       *         actually starting to send to PX4. This helps stop EKF2 getting
       *         confused if VIO flickers in and out while struggling to init.
       *         Set to 0 to disable the feature.
       *
       * send_odom_while_failed:
       *         Off by default. Reserved for the future when PX4 supports quality field
       *
       * ##############################################################################
       * ## APQ8096-only Features
       * ##############################################################################
       *
       * en_set_clock_from_gps:
       *         Enable setting the VOXL system time to GPS time if no NTP server can be
       *         reached via network to set the time.
       *
       * en_force_onboard_mav1_mode:
       *         Force PX4 to use onboard mode for mavlink 1 channel which is the channel
       *         apq8096 (VOXL1) uses to communicate UART Mavlink with PX4. Not applicable
       *         to qrb5165-based platforms. Sets the MAV1_MODE PX4 param.
       *
       * en_reset_px4_on_error:
       *         Trigger a reboot of PX4 one some of PX4's unrecoverable errors,
       *         Not applicable to qrb5165
       *         Yaw estimate error & High Accelerometer Bias and both detected
       *
       * ##############################################################################
       * ## Misc Features
       * ##############################################################################
       *
       * horizon_cal_tolerance:
       *         Allowable standard deviation in roll/pitch values to consider the drone
       *         stable enough in flight to do a PX4 horizon calibration. Default is 0.45,
       *         you can increase this slightly if flying in a small indoor area or with
       *         a drone that does not hold still very well.
       *         See https://docs.modalai.com/calibrate-px4-horizon/
       *
       * ##############################################################################
       * ## offboard mode config
       * ##############################################################################
       *
       * offboard_mode: The following are valid strings
       *     off: VVPX4 will not send any offboard commands to PX4
       *     figure_eight: Default value, VVPX4 commands PX4 to fly a figure 8 path
       *     follow_tag: Drone will follow an apriltag around. Very dangerous, not
       *                 recommended for customer use, for ModalAI R&D only.
       *     trajectory: VVPX4 receives polynomial trajectories by pipe and commands
       *                 PX4 to follow the trajectory path. Still in development.
       *
       * follow_tag_id:
       *         Apriltag ID to follow in follow_tag mode
       *
       * figure_eight_move_home:
       *         Enable by default, resets the center of the figure 8 path to wherever
       *         the drone is when flipped into offboard mode. When disabled, the drone
       *         will quickly fly back to the XYZ point 0,0,-1.5 in VIO frame before
       *         starting the figure 8. Disabling this feature can be dangerous if VIO
       *         has drifted significantly.
       *
       * robot_radius:
       *         Robot radius to use when checking collisions within the trajectory monitor.
       * 		   The trajectory monitor is only active when in trajectory mode
       *
       * collision_sampling_dt:
       *         The time step to sample along the polynomials by when checking for collisions
       * 		   in the collision monitor.
       *
       * max_lookahead_distance:
       *         Maximum distance to look along the trajectory. Sensor data further out can be
       * 		   unrealiable so keeping this value small reduces false positives
       *
       * ##############################################################################
       * ## Fixed Frame Tag Relocalization
       * ##############################################################################
       *
       * en_tag_fixed_frame:
       *         Enable fixed frame relocalization via voa_inputs.
       *         See: https://docs.modalai.com/voxl-vision-px4-apriltag-relocalization/
       *
       * fixed_frame_filter_len:
       *         Length of the moving average filter to use for smooth relocalization
       *         when a tag is detected. Default is 5, a longer filter will result in
       *         smoother behavior when a new tag comes into view. Set to 1 to do no
       *         filtering at all and assume every tag detection is accurate.
       *
       * en_transform_mavlink_pos_setpoints_from_fixed_frame:
       *         When enabled, mavlink position_target_local_ned_t commands received on
       *         via UDP will be assumed to be in fixed frame and are then transformed
       *         to local frame before being sent to PX4. This allows offboard mode
       *         position commands from MAVROS/MAVSDK to be in fixed frame relative to
       *         voa_inputs even though PX4/EKF2 operates in local frame relative to where
       *         VIO initialized.
       *
       * ##############################################################################
       * ## Collision Prevention (VOA)
       * ## Settings for configuring data sent to PX4 for Collision Prevention
       * ##############################################################################
       *
       * en_voa:
       *         Enable processing of DFS and TOF data to be sent to PX4 as mavlink
       *         obstacle_distance messages for collision prevention in position mode.
       *
       * en_send_voa_to_qgc:
       *         Enable sending of VOA obstacle_distance messages to QGC for debug.
       *
       * voa_lower_bound_m & voa_upper_bound_m:
       *         VOA ignores obstacles above and below the upper and lower bounds.
       *         Remember, Z points downwards in body and NED frames, so the lower bound
       *         is a positive number, and the upper bound is a negative number.
       *         Defaults are lower: 0.15  upper: -0.15 Units are in meters.
       *
       * voa_memory_s:
       *         number of seconds to keep track of sensor readings for VOA
       *         default: 1.0
       *
       * voa_inputs:
       *         Array of pipes to subscribe to for use with VOA, up to 10 supported
       *         Each entry has 4 fields:
       *
       *         enabled: true or false, it's safe to leave this enabled when the pipe is missing
       *         type: can be point_cloud, tof, or rangefinder
       *         input_pipe: pipe name, e.g. stereo_front_pc, rangefinders, tof, etc
       *         frame: frame of reference, should be listed in /etc/modalai/extrinsics/conf
       *
       */
      {
      	"config_file_version":	1,
      	"qgc_ip":	"172.16.0.204",
      	"en_secondary_qgc":	false,
      	"secondary_qgc_ip":	"192.168.1.214",
      	"qgc_udp_port_number":	14550,
      	"udp_mtu":	512,
      	"en_localhost_mavlink_udp":	true,
      	"localhost_udp_port_number":	14551,
      	"vio_pipe":	"qvio",
      	"en_vio":	true,
      	"en_send_vio_to_qgc":	false,
      	"en_reset_vio_if_initialized_inverted":	true,
      	"vio_warmup_s":	3,
      	"send_odom_while_failed":	false,
      	"horizon_cal_tolerance":	0.5,
      	"offboard_mode":	"off",
      	"follow_tag_id":	0,
      	"figure_eight_move_home":	true,
      	"robot_radius":	0.300000011920929,
      	"collision_sampling_dt":	0.1,
      	"max_lookahead_distance":	1,
      	"en_tag_fixed_frame":	false,
      	"fixed_frame_filter_len":	5,
      /**
       * VOXL Vision PX4 Configuration File
       *
       * version: don't touch this, used to keep track of changing config file formats
       *
       * ##############################################################################
       * ## Networking
       * ##############################################################################
       *
       * qgc_ip:
       *         Manually inform voxl-vision-px4 of the IP address of your QGC Ground
       *         Controller by providing the IP address of your ground station computer
       *         in the �~@~\qgc_ip�~@~] field of the config file. This field is also configured
       *         as one of the first questions in the configuration wizard.
       *         If you wish to rely on QGC to initiate the connection to VOXL you can
       *         leave this field as-is, blank, or �~@~\NULL�~@~]. Mavlink data is sent to this
       *         IP on port 14550 by default, but this can be changed with the
       *         qgc_udp_port_number config value.
       *
       * en_secondary_qgc:
       *         Enable manually setting a second QGC ground station IP address.
       *
       * secondary_qgc_ip:
       *         IP address for optional second QGC connection. Note that many more mavlink
       *         connections can be made as long as they are initialized by the other device.
       *
       * qgc_udp_port_number:
       *         Port to use for manual and automatic QGC connections, default 14550
       *
       * udp_mtu:
       *         Max size of UDP packet to send to QGC. Multiple mavlink messages will be
       *         combined into one UDP packet to reduce network traffic. Set this to 0 to
       *         send one UDP packet for every mavlink message. Default is 512 which
       *         allows several mavlink messages per UDP packet.
       *
       * en_localhost_mavlink_udp:
       *         If you are running MAVROS/MAVSDK onboard VOXL and wish to open access to
       *         PX4 through a localhost UDP port simply ensure the follow feature is
       *         enabled. This is set to true by default. This will allow one local process
       *         to communicate with PX4 via port 14551 by default, NOT 14550 which is
       *         reserved for connections outside the board. These separation prevents
       *         conflicts between the two sockets. Both MAVROS and MAVSDK can be
       *         configured to use this port.
       *
       * localhost_udp_port_number:
       *         Port number for localhost UDP socket, default 14551
       *
       * ##############################################################################
       * ## VIO
       * ##############################################################################
       *
       * en_vio:
       *         Enable processing of VIO data from MPA to be sent to PX4 as mavlink
       *         odometry messages. Enabled by default.
       *
       * vio_pipe:
       *         Which pipe to subscribe to VIO data. Must be a standard libmodal-pipe
       *         vio_data_t type. Default is qvio
       *
       * en_send_vio_to_qgc:
       *         Enable sending of VIO odometry messages to QGC for debug.
       *         Note PX4 also sends odometry messages to QGC, so look for
       *         the messages in mavlink-inspector marked as from component 197
       *
       * en_reset_vio_if_initialized_inverted:
       *         For VIO algorithms like qVIO that can initialize in any orientation
       *         and output their estimate of the gravity vector, we suggest leaving
       *         this enabled to allow vvpx4 to automatically send the reset signal
       *         back to the VIO pipe if VIO was initialized upside-down or sufficiently
       *         off-level. Helpful if the user powers on a drone while carrying it to
       *         the flight area and VIO starts too early.
       *
       * vio_warmup_s:
       *         Wait this for this amount of time of having good VIO data before
       *         actually starting to send to PX4. This helps stop EKF2 getting
       *         confused if VIO flickers in and out while struggling to init.
       *         Set to 0 to disable the feature.
       *
       * send_odom_while_failed:
       *         Off by default. Reserved for the future when PX4 supports quality field
       *
       * ##############################################################################
       * ## APQ8096-only Features
       * ##############################################################################
       *
       * en_set_clock_from_gps:
       *         Enable setting the VOXL system time to GPS time if no NTP server can be
       *         reached via network to set the time.
       *
       * en_force_onboard_mav1_mode:
       *         Force PX4 to use onboard mode for mavlink 1 channel which is the channel
       *         apq8096 (VOXL1) uses to communicate UART Mavlink with PX4. Not applicable
       *         to qrb5165-based platforms. Sets the MAV1_MODE PX4 param.
       *
       * en_reset_px4_on_error:
       *         Trigger a reboot of PX4 one some of PX4's unrecoverable errors,
       *         Not applicable to qrb5165
       *         Yaw estimate error & High Accelerometer Bias and both detected
       *
       * ##############################################################################
       * ## Misc Features
       * ##############################################################################
       *
       * horizon_cal_tolerance:
       *         Allowable standard deviation in roll/pitch values to consider the drone
       *         stable enough in flight to do a PX4 horizon calibration. Default is 0.45,
       *         you can increase this slightly if flying in a small indoor area or with
       *         a drone that does not hold still very well.
       *         See https://docs.modalai.com/calibrate-px4-horizon/
       *
       * ##############################################################################
       * ## offboard mode config
       * ##############################################################################
       *
       * offboard_mode: The following are valid strings
       *     off: VVPX4 will not send any offboard commands to PX4
       *     figure_eight: Default value, VVPX4 commands PX4 to fly a figure 8 path
       *     follow_tag: Drone will follow an apriltag around. Very dangerous, not
       *                 recommended for customer use, for ModalAI R&D only.
       *     trajectory: VVPX4 receives polynomial trajectories by pipe and commands
       *                 PX4 to follow the trajectory path. Still in development.
       *
       * follow_tag_id:
       *         Apriltag ID to follow in follow_tag mode
       *
       * figure_eight_move_home:
       *         Enable by default, resets the center of the figure 8 path to wherever
       *         the drone is when flipped into offboard mode. When disabled, the drone
       *         will quickly fly back to the XYZ point 0,0,-1.5 in VIO frame before
       *         starting the figure 8. Disabling this feature can be dangerous if VIO
       *         has drifted significantly.
       *
       * robot_radius:
       *         Robot radius to use when checking collisions within the trajectory monitor.
       *                 The trajectory monitor is only active when in trajectory mode
       *
       * collision_sampling_dt:
       *         The time step to sample along the polynomials by when checking for collisions
       *                 in the collision monitor.
       *
       * max_lookahead_distance:
       *         Maximum distance to look along the trajectory. Sensor data further out can be
       *                 unrealiable so keeping this value small reduces false positives
       *
       * ##############################################################################
       * ## Fixed Frame Tag Relocalization
       * ##############################################################################
       *
       * en_tag_fixed_frame:
       *         Enable fixed frame relocalization via voa_inputs.
       *         See: https://docs.modalai.com/voxl-vision-px4-apriltag-relocalization/
       *
       * fixed_frame_filter_len:
       *         Length of the moving average filter to use for smooth relocalization
       *         when a tag is detected. Default is 5, a longer filter will result in
       *         smoother behavior when a new tag comes into view. Set to 1 to do no
       *         filtering at all and assume every tag detection is accurate.
       *
       * en_transform_mavlink_pos_setpoints_from_fixed_frame:
       *         When enabled, mavlink position_target_local_ned_t commands received on
       *         via UDP will be assumed to be in fixed frame and are then transformed
       *         to local frame before being sent to PX4. This allows offboard mode
       *         position commands from MAVROS/MAVSDK to be in fixed frame relative to
       *         voa_inputs even though PX4/EKF2 operates in local frame relative to where
       *         VIO initialized.
       *
       * ##############################################################################
       * ## Collision Prevention (VOA)
       * ## Settings for configuring data sent to PX4 for Collision Prevention
       * ##############################################################################
       *
       * en_voa:
       *         Enable processing of DFS and TOF data to be sent to PX4 as mavlink
       *         obstacle_distance messages for collision prevention in position mode.
       *
       * en_send_voa_to_qgc:
       *         Enable sending of VOA obstacle_distance messages to QGC for debug.
       *
       * voa_lower_bound_m & voa_upper_bound_m:
       *         VOA ignores obstacles above and below the upper and lower bounds.
       *         Remember, Z points downwards in body and NED frames, so the lower bound
       *         is a positive number, and the upper bound is a negative number.
       *         Defaults are lower: 0.15  upper: -0.15 Units are in meters.
       *
       * voa_memory_s:
       *         number of seconds to keep track of sensor readings for VOA
       *         default: 1.0
       *
       * voa_inputs:
       *         Array of pipes to subscribe to for use with VOA, up to 10 supported
       *         Each entry has 4 fields:
       *
       *         enabled: true or false, it's safe to leave this enabled when the pipe is missing
       *         type: can be point_cloud, tof, or rangefinder
       *         input_pipe: pipe name, e.g. stereo_front_pc, rangefinders, tof, etc
       *         frame: frame of reference, should be listed in /etc/modalai/extrinsics/conf
       *
       */
      {
              "config_file_version":  1,
              "qgc_ip":       "172.16.0.204",
       *
       * voa_inputs:
       *         Array of pipes to subscribe to for use with VOA, up to 10 supported
       *         Each entry has 4 fields:
       *
       *         enabled: true or false, it's safe to leave this enabled when the pipe is missing
       *         type: can be point_cloud, tof, or rangefinder
       *         input_pipe: pipe name, e.g. stereo_front_pc, rangefinders, tof, etc
       *         frame: frame of reference, should be listed in /etc/modalai/extrinsics/conf
       *
       */
      {
              "config_file_version":  1,
              "qgc_ip":       "172.16.0.204",
              "en_secondary_qgc":     false,
              "secondary_qgc_ip":     "192.168.1.214",
              "qgc_udp_port_number":  14550,
              "udp_mtu":      512,
              "en_localhost_mavlink_udp":     true,
              "localhost_udp_port_number":    14551,
              "vio_pipe":     "qvio",
              "en_vio":       true,
              "en_send_vio_to_qgc":   false,
              "en_reset_vio_if_initialized_inverted": true,
              "vio_warmup_s": 3,
              "send_odom_while_failed":       false,
              "horizon_cal_tolerance":        0.5,
              "offboard_mode":        "off",
              "follow_tag_id":        0,
              "figure_eight_move_home":       true,
              "robot_radius": 0.300000011920929,
              "collision_sampling_dt":        0.1,
              "max_lookahead_distance":       1,
              "en_tag_fixed_frame":   false,
              "fixed_frame_filter_len":       5,
      
      

      The qgc_ip in this file is correct IP address of my PC.

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom yes we did systemctl restart voxl-vision-px4 after modifying the config file.

      The setting of our QGC is:
      ceb59797-728d-43d4-9b38-54a0d527c1c0-image.png

      f137d7a1-3a42-4c0c-b581-68d2db03914e-image.png

      c1430128-5601-46a5-8b18-c01cb37d69b6-image.png.

      Still not able to connect with QGC. We also tried the same thing on the two different PC. Are there any settings or configurations that we especially need to take care of?

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom we tried different settings. The following is the IP setup that we have on the LAN network using a router. "qgc_ip": "172.16.0.203", is my computer IP, and the drone IP is 172.16.0.75". Also, the ping test works back and forth.

      rb5:/$ cat /etc/modalai/voxl-vision-px4.conf        
      /**
       * VOXL Vision PX4 Configuration File
       *
       * version: don't touch this, used to keep track of changing config file formats
       *
       * ##############################################################################
       * ## Networking
       * ##############################################################################
       *
       * qgc_ip:
       *         Manually inform voxl-vision-px4 of the IP address of your QGC Ground
       *         Controller by providing the IP address of your ground station computer
       *         in the “qgc_ip” field of the config file. This field is also configured
       *         as one of the first questions in the configuration wizard.
       *         If you wish to rely on QGC to initiate the connection to VOXL you can
       *         leave this field as-is, blank, or “NULL”. Mavlink data is sent to this
       *         IP on port 14550 by default, but this can be changed with the
       *         qgc_udp_port_number config value.
       *
       * en_secondary_qgc:
       *         Enable manually setting a second QGC ground station IP address.
       *
       * secondary_qgc_ip:
       *         IP address for optional second QGC connection. Note that many more mavlink
       *         connections can be made as long as they are initialized by the other device.
       *
       * qgc_udp_port_number:
       *         Port to use for manual and automatic QGC connections, default 14550
       *
       * udp_mtu:
       *         Max size of UDP packet to send to QGC. Multiple mavlink messages will be
       *         combined into one UDP packet to reduce network traffic. Set this to 0 to
       *         send one UDP packet for every mavlink message. Default is 512 which
       *         allows several mavlink messages per UDP packet.
       *
       * en_localhost_mavlink_udp:
       *         If you are running MAVROS/MAVSDK onboard VOXL and wish to open access to
       *         PX4 through a localhost UDP port simply ensure the follow feature is
       *         enabled. This is set to true by default. This will allow one local process
       *         to communicate with PX4 via port 14551 by default, NOT 14550 which is
       *         reserved for connections outside the board. These separation prevents
       *         conflicts between the two sockets. Both MAVROS and MAVSDK can be
       *         configured to use this port.
       *
       * localhost_udp_port_number:
       *         Port number for localhost UDP socket, default 14551
       *
       * ##############################################################################
       * ## VIO
       * ##############################################################################
       *
       * en_vio:
       *         Enable processing of VIO data from MPA to be sent to PX4 as mavlink
       *         odometry messages. Enabled by default.
       *
       * vio_pipe:
       *         Which pipe to subscribe to VIO data. Must be a standard libmodal-pipe
       *         vio_data_t type. Default is qvio
       *
       * en_send_vio_to_qgc:
       *         Enable sending of VIO odometry messages to QGC for debug.
       *         Note PX4 also sends odometry messages to QGC, so look for
       *         the messages in mavlink-inspector marked as from component 197
       *
       * en_reset_vio_if_initialized_inverted:
       *         For VIO algorithms like qVIO that can initialize in any orientation
       *         and output their estimate of the gravity vector, we suggest leaving
       *         this enabled to allow vvpx4 to automatically send the reset signal
       *         back to the VIO pipe if VIO was initialized upside-down or sufficiently
       *         off-level. Helpful if the user powers on a drone while carrying it to
       *         the flight area and VIO starts too early.
       *
       * vio_warmup_s:
       *         Wait this for this amount of time of having good VIO data before
       *         actually starting to send to PX4. This helps stop EKF2 getting
       *         confused if VIO flickers in and out while struggling to init.
       *         Set to 0 to disable the feature.
       *
       * send_odom_while_failed:
       *         Off by default. Reserved for the future when PX4 supports quality field
       *
       * ##############################################################################
       * ## APQ8096-only Features
       * ##############################################################################
       *
       * en_set_clock_from_gps:
       *         Enable setting the VOXL system time to GPS time if no NTP server can be
       *         reached via network to set the time.
       *
       * en_force_onboard_mav1_mode:
       *         Force PX4 to use onboard mode for mavlink 1 channel which is the channel
       *         apq8096 (VOXL1) uses to communicate UART Mavlink with PX4. Not applicable
       *         to qrb5165-based platforms. Sets the MAV1_MODE PX4 param.
       *
       * en_reset_px4_on_error:
       *         Trigger a reboot of PX4 one some of PX4's unrecoverable errors,
       *         Not applicable to qrb5165
       *         Yaw estimate error & High Accelerometer Bias and both detected
       *
       * ##############################################################################
       * ## Misc Features
       * ##############################################################################
       *
       * horizon_cal_tolerance:
       *         Allowable standard deviation in roll/pitch values to consider the drone
       *         stable enough in flight to do a PX4 horizon calibration. Default is 0.45,
       *         you can increase this slightly if flying in a small indoor area or with
       *         a drone that does not hold still very well.
       *         See https://docs.modalai.com/calibrate-px4-horizon/
       *
       * ##############################################################################
       * ## offboard mode config
       * ##############################################################################
       *
       * offboard_mode: The following are valid strings
       *     off: VVPX4 will not send any offboard commands to PX4
       *     figure_eight: Default value, VVPX4 commands PX4 to fly a figure 8 path
       *     follow_tag: Drone will follow an apriltag around. Very dangerous, not
       *                 recommended for customer use, for ModalAI R&D only.
       *     trajectory: VVPX4 receives polynomial trajectories by pipe and commands
       *                 PX4 to follow the trajectory path. Still in development.
       *
       * follow_tag_id:
       *         Apriltag ID to follow in follow_tag mode
       *
       * figure_eight_move_home:
       *         Enable by default, resets the center of the figure 8 path to wherever
       *         the drone is when flipped into offboard mode. When disabled, the drone
       *         will quickly fly back to the XYZ point 0,0,-1.5 in VIO frame before
       *         starting the figure 8. Disabling this feature can be dangerous if VIO
       *         has drifted significantly.
       *
       * robot_radius:
       *         Robot radius to use when checking collisions within the trajectory monitor.
       * 		   The trajectory monitor is only active when in trajectory mode
       *
       * collision_sampling_dt:
       *         The time step to sample along the polynomials by when checking for collisions
       * 		   in the collision monitor.
       *
       * max_lookahead_distance:
       *         Maximum distance to look along the trajectory. Sensor data further out can be
       * 		   unrealiable so keeping this value small reduces false positives
       *
       * ##############################################################################
       * ## Fixed Frame Tag Relocalization
       * ##############################################################################
       *
       * en_tag_fixed_frame:
       *         Enable fixed frame relocalization via voa_inputs.
       *         See: https://docs.modalai.com/voxl-vision-px4-apriltag-relocalization/
       *
       * fixed_frame_filter_len:
       *         Length of the moving average filter to use for smooth relocalization
       *         when a tag is detected. Default is 5, a longer filter will result in
       *         smoother behavior when a new tag comes into view. Set to 1 to do no
       *         filtering at all and assume every tag detection is accurate.
       *
       * en_transform_mavlink_pos_setpoints_from_fixed_frame:
       *         When enabled, mavlink position_target_local_ned_t commands received on
       *         via UDP will be assumed to be in fixed frame and are then transformed
       *         to local frame before being sent to PX4. This allows offboard mode
       *         position commands from MAVROS/MAVSDK to be in fixed frame relative to
       *         voa_inputs even though PX4/EKF2 operates in local frame relative to where
       *         VIO initialized.
       *
       * ##############################################################################
       * ## Collision Prevention (VOA)
       * ## Settings for configuring data sent to PX4 for Collision Prevention
       * ##############################################################################
       *
       * en_voa:
       *         Enable processing of DFS and TOF data to be sent to PX4 as mavlink
       *         obstacle_distance messages for collision prevention in position mode.
       *
       * en_send_voa_to_qgc:
       *         Enable sending of VOA obstacle_distance messages to QGC for debug.
       *
       * voa_lower_bound_m & voa_upper_bound_m:
       *         VOA ignores obstacles above and below the upper and lower bounds.
       *         Remember, Z points downwards in body and NED frames, so the lower bound
       *         is a positive number, and the upper bound is a negative number.
       *         Defaults are lower: 0.15  upper: -0.15 Units are in meters.
       *
       * voa_memory_s:
       *         number of seconds to keep track of sensor readings for VOA
       *         default: 1.0
       *
       * voa_inputs:
       *         Array of pipes to subscribe to for use with VOA, up to 10 supported
       *         Each entry has 4 fields:
       *
       *         enabled: true or false, it's safe to leave this enabled when the pipe is missing
       *         type: can be point_cloud, tof, or rangefinder
       *         input_pipe: pipe name, e.g. stereo_front_pc, rangefinders, tof, etc
       *         frame: frame of reference, should be listed in /etc/modalai/extrinsics/conf
       *
       */
      {
      	"config_file_version":	1,
      	"qgc_ip":	"172.16.0.203",
      	"en_secondary_qgc":	false,
      	"secondary_qgc_ip":	"192.168.1.214",
      	"qgc_udp_port_number":	14550,
      	"udp_mtu":	512,
      	"en_localhost_mavlink_udp":	true,
      	"localhost_udp_port_number":	14551,
      	"vio_pipe":	"qvio",
      	"en_vio":	true,
      	"en_send_vio_to_qgc":	false,
      	"en_reset_vio_if_initialized_inverted":	true,
      	"vio_warmup_s":	3,
      	"send_odom_while_failed":	false,
      	"horizon_cal_tolerance":	0.5,
      	"offboard_mode":	"off",
      	"follow_tag_id":	0,
      	"figure_eight_move_home":	true,
      	"robot_radius":	0.300000011920929,
      	"collision_sampling_dt":	0.1,
      	"max_lookahead_distance":	1,
      	"en_tag_fixed_frame":	false,
      	"fixed_frame_filter_len":	5,
      	"en_transform_mavlink_pos_setpoints_from_fixed_frame":	false,
      	"en_voa":	true,
      	"en_send_voa_to_qgc":	false,
      	"voa_upper_bound_m":	-0.15000000596046448,
      	"voa_lower_bound_m":	0.15000000596046448,
      	"voa_memory_s":	1,
      	"voa_inputs":	[{
      			"enabled":	true,
      			"type":	"point_cloud",
      			"input_pipe":	"dfs_point_cloud",
      			"frame":	"stereo_l"
      		}, {
      			"enabled":	true,
      			"type":	"point_cloud",
      			"input_pipe":	"stereo_front_pc",
      			"frame":	"stereo_front_l"
      		}, {
      			"enabled":	true,
      			"type":	"point_cloud",
      			"input_pipe":	"stereo_rear_pc",
      			"frame":	"stereo_rear_l"
      		}, {
      			"enabled":	true,
      			"type":	"tof",
      			"input_pipe":	"tof",
      			"frame":	"tof"
      		}, {
      			"enabled":	true,
      			"type":	"rangefinder",
      			"input_pipe":	"rangefinders",
      			"frame":	"body"
      		}]
      }
      
      
      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom Yes, the QGC has auto-connect over UDP enabled.

      we see the status of voxl-px4 as well,

      rb5:~$ systemctl status voxl-px4
      ● voxl-px4.service - px4
         Loaded: loaded (/etc/systemd/system/voxl-px4.service; enabled; vendor preset: enabled)
         Active: active (running) since Tue 2022-09-06 03:18:14 UTC; 11min ago
       Main PID: 2892 (voxl-px4)
          Tasks: 26 (limit: 4915)
         CGroup: /system.slice/voxl-px4.service
                 ├─2892 /bin/bash /usr/bin/voxl-px4 -d
                 └─2904 px4 -d -s /etc/modalai/voxl-px4.config
      
      Sep 06 03:26:44 m0052 bash[2892]: INFO  [PreFlightCheck] Failed EKF sensor bias preflight check
      Sep 06 03:26:44 m0052 bash[2892]: ERROR [muorb] SLPI: MAG #0 failed:  TIMEOUT!
      Sep 06 03:26:44 m0052 bash[2892]: INFO  [PreFlightCheck] Failed EKF sensor bias preflight check
      Sep 06 03:26:44 m0052 bash[2892]: ERROR [muorb] SLPI: MAG #0 failed:  TIMEOUT!
      Sep 06 03:26:44 m0052 bash[2892]: INFO  [PreFlightCheck] Failed EKF sensor bias preflight check
      Sep 06 03:26:44 m0052 bash[2892]: INFO  [PreFlightCheck] Failed EKF sensor bias preflight check
      Sep 06 03:26:44 m0052 bash[2892]: ERROR [muorb] SLPI: MAG #0 failed:  TIMEOUT!
      Sep 06 03:26:44 m0052 bash[2892]: INFO  [PreFlightCheck] Failed EKF sensor bias preflight check
      Sep 06 03:26:44 m0052 bash[2892]: ERROR [muorb] SLPI: MAG #0 failed:  TIMEOUT!
      Sep 06 03:26:44 m0052 bash[2892]: ERROR [muorb] SLPI: MAG #0 failed:  TIMEOUT!
      

      ==================
      the output of debugging the communication link as per https://docs.modalai.com/voxl-vision-px4-telemetry/

      rb5:/$ voxl-vision-px4 --debug_udp_recv
      Enabling UDP recv debugging
      loading our own config file
      =================================================================
      Parameters as loaded from config file:
      config_file_version:        1
      MAVLINK IO
      qgc_ip:                     NULL
      en_secondary_qgc:           0
      secondary_qgc_ip:           NULL
      qgc_udp_port_number:        14550
      udp_mtu:                    512
      en_localhost_mavlink_udp    1
      localhost_udp_port_number:  14551
      VIO
      en_vio:                     1
      vio_pipe:                   qvio
      en_send_vio_to_qgc:         0
      en_reset_vio_if_initialized_inverted: 1
      vio_warmup_s:               3.000000
      send_odom_while_failed:     0
      MISC FEATURES
      horizon_cal_tolerance:      0.500000
      OFFBOARD MODE
      offboard_mode:              off
      follow_tag_id:              0
      figure_eight_move_home:     1
      robot_radius:               0.300000
      collision_sampling_dt:      0.100000
      max_lookahead_distance:     1.000000
      FIXED FRAME RELOCALIZATION
      en_tag_fixed_frame:         0
      fixed_frame_filter_len:     5
      en_transform_mavlink_pos_setpoints_from_fixed_frame:0
      COLLISION PREVENTION (VOA)
      en_voa:                     1
      en_send_voa_to_qgc:         0
      voa_upper_bound_m:          -0.150000
      voa_lower_bound_m:          0.150000
      voa_memory_s:               1.000000
      voa_input #0
          enabled:            1
          type:               point_cloud
          input_pipe:         dfs_point_cloud
          frame:              stereo_l
      voa_input #1
          enabled:            1
          type:               point_cloud
          input_pipe:         stereo_front_pc
          frame:              stereo_front_l
      voa_input #2
          enabled:            1
          type:               point_cloud
          input_pipe:         stereo_rear_pc
          frame:              stereo_rear_l
      voa_input #3
          enabled:            1
          type:               tof
          input_pipe:         tof
          frame:              tof
      voa_input #4
          enabled:            1
          type:               rangefinder
          input_pipe:         rangefinders
          frame:              body
      =================================================================
      loading extrinsics config file
      loading horizon cal file
      existing instance of voxl-vision-px4 found, attempting to stop it
      starting geometry module
      starting px4 monitor
      starting px4 mavlink
      Waiting to connect to voxl-mavlink-server
      Connected to voxl-mavlink-server
      starting udp mavlink
      Adding manual QGC IP address to udp connection list: NULL
      WARNING: invalid qgc_ip, this is fine if you don't want to use it
      starting fixed pose input
      starting vio manager
      Connected to VIO pipe: qvio
      updating to use imu: imu_px4
      done updating transforms to use imu: imu_px4
      starting tag manager
      starting voa manager
      Connected to voxl-tag-detector
      Connected to pipe: stereo_front_pc
      Connected to pipe: stereo_rear_pc
      starting horizon cal module
      Init complete
      WARNING: connected to voxl-mavlink-server but no messages from PX4
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      Added new UDP connection to 172.16.0.203
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      UDP recv msg ID:   0 sysid:255 from port: 14550 IP: 172.16.0.203 
      

      Is there any specific configuration or installation that we need to do for px4 or QGC after installing the VOXL SDK image on a rb5 drone?

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom Indeed, I have previously utilized the same computer without any issues, and the connection was established successfully. It is perplexing since I have not implemented any firewall restrictions on the PC. I am uncertain about the underlying cause of this connectivity problem.

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom Yes I am able to ping the drone from GS and vice versa shown in the image below.

      This one is ping my PC from drone:
      dbda4815-2716-4246-9a98-c1b9e159c358-image.png

      This is ping drone from my PC (my qgc):

      mypc@mypc:~/mypc$ ping 172.16.0.143
      PING 172.16.0.143 (172.16.0.143) 56(84) bytes of data.
      64 bytes from 172.16.0.143: icmp_seq=1 ttl=64 time=27.0 ms
      64 bytes from 172.16.0.143: icmp_seq=2 ttl=64 time=50.9 ms
      64 bytes from 172.16.0.143: icmp_seq=3 ttl=64 time=71.3 ms
      64 bytes from 172.16.0.143: icmp_seq=4 ttl=64 time=94.7 ms
      64 bytes from 172.16.0.143: icmp_seq=5 ttl=64 time=118 ms
      ^C
      --- 172.16.0.143 ping statistics ---
      5 packets transmitted, 5 received, 0% packet loss, time 4005ms
      rtt min/avg/max/mdev = 27.039/72.410/118.097/31.966 ms
      
      
      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom Thank you so much. After reflashing the drone and enabling the required services, we attempted to establish a connection with the QGC. However, we encountered an issue as the connection could not be established.

      These are the activated services in our drone.
      629ddb37-688b-4774-a98d-38a071254ed7-image.png

      we used voxl-configure-vision-px4 to connect drone with QGC

      52dbd0c9-2406-4cf8-96b2-566fee5627de-image.png

      How we can establish the connection between QGC and Drone?

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom thanks for the reply and sorry for the confusion but I think we have an RB5 drone; we used sw3 on the 5G add-on and enabled the fast boot to install the system image with VOXL SDK 0.9.5 as per instructions in this link. We get the following warning [INFO] {system::0xC2F5D7000} partition returned size {0xD3B5D7000}, expected {0xC2F5D7000} in the first process. I was wondering if it is safe to proceed with this instruction:

      Image Version:     1.4.1
      [INFO] Found fastboot device
      [WARNING] This system image flash is intended only for the following
                platform: RB5 Flight (m0052) 
      
                Make sure that the device that will be flashed is correct.
                Flashing a device with an incorrect system image will lead
                the device to be stuck in fastboot.
      
      Would you like to continue with the RB5 Flight (m0052) system image flash?
      1) Yes
      2) No
      #? 1
      [INFO] {system::0xC2F5D7000} partition returned size {0xD3B5D7000}, expected {0xC2F5D7000}
      [WARNING] Partition layout was found to be incorrect, this requires
                flashing the full partition table. Flashing the partition
                table will also flash every partition causing all data on
                the device to be lost.
      
      When doing a full flash, make sure to backup any important files
      
      Would you like to continue with the full wipe/flash now?
      1) Yes
      2) No
      #? 
      
      

      thank you

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom adb and fastboot are not working in our drone, we need to get access to SW 1 as per this instruction, how can we access to that in our drone that has modem 5G on top of voxl 2, do we need to disassemble the entire board?

      drone.png

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      Hey @tom, I could really use your help with this. We're working on a project with tight deadlines, and I was wondering if you could assist us in fixing the issue. It would be awesome if you could provide virtual support. I really appreciate any help you can provide.

      posted in Sentinel
      B
      bgaudel
    • RE: adb is not working after tflite deployment.

      @tom Thank you for your reply, but that didn't work,

      $ adb kill-server
      $ adb shell
      * daemon not running; starting now at tcp:5037
      * daemon started successfully
      error: no devices/emulators found
      

      We tried with different computers, and still not working.

      posted in Sentinel
      B
      bgaudel