ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Unable to run voxl-mavlink-server

    Starling & Starling 2
    2
    8
    488
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      juancangaritan
      last edited by

      Hi,
      We are trying to set up a starling drone following the developer Boot-camp, but we haven't been able to get that the voxl-mavlink-server service runs. Even it fails at executing a 'service factory_enable'. Can you help us with this issue?
      voxl-inspect-service --version output
      Screenshot from 2023-12-14 13-38-19.png
      Trying to restore to default file
      Screenshot from 2023-12-14 13-36-38.png
      Trying to get the service configuration
      Screenshot from 2023-12-14 13-36-17.png

      tomT 1 Reply Last reply Reply Quote 0
      • tomT
        tom admin @juancangaritan
        last edited by

        @juancangaritan It seems as though you have a package mismatch somewehere. Can you run voxl-version and post the output here?

        J 1 Reply Last reply Reply Quote 0
        • J
          juancangaritan @tom
          last edited by

          @tom Hi Tom, thanks for your response. I decide to flash a new image to solve the package mismatch, but now I'm unable to install Ros melodic.

          Screenshot from 2023-12-14 19-10-38.png

          Trying to install ROS output
          Screenshot from 2023-12-14 19-12-18.png

          I'm not sure if this issue is due to the package manager version or is there something here I'm missing?

          tomT 1 Reply Last reply Reply Quote 0
          • tomT
            tom admin @juancangaritan
            last edited by

            @juancangaritan Okay it looks like you're running a pre-release version of the SDK now, which is still under test but is looking good at this point.

            If you run apt-get update are you able to install?
            Are you following a specific ros guide from us?

            J 1 Reply Last reply Reply Quote 0
            • J
              juancangaritan @tom
              last edited by

              @tom Yes, i'm following the ROS Installation on VOXL 2 guide.
              Following your instructions, i'm getting this output:

              Screenshot from 2023-12-14 19-42-19.png

              Screenshot from 2023-12-14 19-42-41.png

              We still unable to install Ros
              Screenshot from 2023-12-14 19-42-55.png

              tomT 1 Reply Last reply Reply Quote 0
              • tomT
                tom admin @juancangaritan
                last edited by

                @juancangaritan Weird, I don't know why the source isn't there by default, try this:

                sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
                
                sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
                
                sudo apt update
                
                apt install -y ros-melodic-ros-base ros-melodic-image-transport
                
                J 1 Reply Last reply Reply Quote 0
                • J
                  juancangaritan @tom
                  last edited by

                  @tom Thank you, it works!
                  Screenshot from 2023-12-14 20-06-30.png

                  Ros is running
                  Screenshot from 2023-12-14 20-08-13.png

                  tomT 1 Reply Last reply Reply Quote 0
                  • tomT
                    tom admin @juancangaritan
                    last edited by

                    @juancangaritan Thanks for trying that out! I'll update that docs page

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Powered by NodeBB | Contributors