Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

C

CY-1992

@CY-1992
Unfollow Follow
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Building new docker image error - Cmake version not good
    C CY-1992

    @marian Try to use base image arm64v8/ubuntu:20.04 in Dockerfile. It has the latest cmake version.

    FROM arm64v8/ubuntu:20.04
    
    Software Development

  • How to Build mavsdk_server from new source
    C CY-1992

    @PIRON-PI You don't need mavsdk-server if you use C++.

    Ask your questions right here!

  • Multiple UDP connections on port 14551
    C CY-1992

    voxludp.png
    @Eric-Katzfey Based the docs, I thought multiple UDP connections can be established with voxl-vision-px4

    VOXL

  • Multiple UDP connections on port 14551
    C CY-1992

    Hi,
    I am using MAVSDK python and pymavlink in my project. I used the following code

    await drone.connect(system_address= "udp://:14551" )
    mavutil.mavlink_connection('udpin:0.0.0.0:14551')
    

    It throws an error "address is already in use". Can two local processes simultaneously have access to PX4 via the same port 14551?. The documentation shows voxl supports up to 16 simultaneous UDP connections.

    VOXL
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups