ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. TPSetati
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 31
    • Best 1
    • Controversial 0
    • Groups 0

    TPSetati

    @TPSetati

    1
    Reputation
    7
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    TPSetati Unfollow Follow

    Best posts made by TPSetati

    • MAVROS/C++ tutorial

      Good day

      I have a Sentinal drone and working on operating it with RS via MAVROS, but for starters I am working on getting the Gazebo simulator working first on a separate machine running Ubuntu 18.04 LTS and ROS1 Noetic.

      Working through the MAVROS tutorial, I noticed 2 things:

      1. The MAVROS Offboard Control C++ tutorial (https://docs.px4.io/main/en/ros/mavros_offboard_cpp.html) seems incomplete. Unlike the Python tutorial on the next page, the C++ tutorial does not explain the process of adding the launch file and adapting the CMakeLists.txt file to the project to get the simulator to run as depicted.

      2. Something seems amiss when I try working through the tutorial on Sending a Custom Message from MAVROS to PX4 (https://docs.px4.io/main/en/ros/mavros_custom_messages.html). I add the custom lines to both common.xml files in the PX4-Autopilot/src/modules/mavlink/mavlink/message_definitions/v1.0 and workspace/src/mavlink/message_definitions/v1.0, but I notice that when I build the project, the custom lines in the PX4-Autopilot/src/modules/mavlink/mavlink/message_definitions/v1.0/common.xml are removed, and an error is generated with the mavlink_receiver.cpp (in PX4-Autopilot/src/modules/mavlink) where MAVLINK_MSG_ID_KEY_COMMAND is not declared in this scope.
        Could I be running the tutorial incorrectly?

      posted in ROS
      T
      TPSetati

    Latest posts made by TPSetati

    • RE: VOXL2 bricked and not entering forced Fastboot

      We'll have to take a look on our side then. Could we receive the schematics of the board and perhaps the source code for the qualcomm so we can test?

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      We flew the drone and had a semi-hard landing (I say semi-hard because we've had harder landings but the drone got back to flying easily). When we went in to check the drone, nothing was physically damaged. We just noticed that the WiFi was off.

      We thought cycling the power would work, as it usually did, but this was not the case now. When trying to connect via ADB and noticed it didn't work, that's when we knew something was wrong.

      We tried fastbooting the board, and that also was not working. So we realized that this problem is deeper than just a bricked board.

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      The add-on board we have connected is the WiFi board with its Fastboot button. The only SW2 I have spotted is the one depicted on https://docs.modalai.com/voxl2-qdl/.

      Before the system image got corrupted, everything worked fine and no buttons or switches were engaged. I am finding it weird that it seems that the board went into EDL mode upon corruption with no changes made to the hardware.

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      Our setup is similar to that on https://docs.modalai.com/voxl2-d0006/. All of this is on a Sentinel drone.

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      @TPSetati I am just realizing that the VOXL2 board was already in QDL mode before I switched SW2 to the ON position. Even if I switch it back to off, it remains in QDL mode. Is there another switch that could be causing this?

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      I ran thesudo apt remove --purge modemmanager command to uninstall it, but there was nothing to uninstall according to the output

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      When the board is disconnected, the qdl command can detect that nothing is connected Screenshot from 2023-04-17 15-03-44.png

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      Good day

      Thank you for your response and for showing me another solution to try. I am trying the QDL route, but have hit a speed bump.

      SW2 has been switched to on and the host PC recognizes that the VOXL2 is in QDL mode
      Screenshot from 2023-04-17 10-37-56.png

      I downloaded the system image on the QDL page and unzipped it. When running the sudo qdl command, nothing happens.
      Screenshot from 2023-04-17 10-35-25.png

      What could the issue be here?

      posted in VOXL 2
      T
      TPSetati
    • RE: VOXL2 bricked and not entering forced Fastboot

      Screenshot from 2023-04-13 16-04-25.png
      Apologies, I realized the error on my part. Here is the correct output

      posted in VOXL 2
      T
      TPSetati
    • VOXL2 bricked and not entering forced Fastboot

      Re: VOXL2 bricked

      Good day

      I am facing the bricked VOXL2 issue and forcing fastboot is not working.
      After following the instruction to force a fastboot, I connect the USB cable to the host PC. Running dmesg -wH shows:Screenshot from 2023-04-13 10-02-23.png

      lsusb also confirms the Qualcomm device is connected
      Screenshot from 2023-04-13 10-14-21.png

      Unfortunately fastboot devices still gives no output
      Screenshot from 2023-04-13 10-16-09.png

      posted in VOXL 2
      T
      TPSetati