ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. howard
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 23
    • Posts 59
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by howard

    • H

      modifying voxl-mapper

      Ask your questions right here!
      • • • howard
      23
      0
      Votes
      23
      Posts
      1717
      Views

      N

      @Matthew-Booker
      This worked! Thank you

    • H

      Change home position in Voxl-mapper

      Ask your questions right here!
      • • • howard
      13
      0
      Votes
      13
      Posts
      815
      Views

      ?

      Hey @ahmed-mustahid,

      pipe_client_send_control_cmd is a function provided by libmodal-pipe that you could use from another C/C++ application (not within voxl-mapper) to send commands, thats likely why you didn't see it.

      As for the syntax of the plan to command, messages are constructed as such:

      const msg = "plan_to: " + (pos[0] + plan_pt.position.x) + "," + (pos[1] + plan_pt.position.y) + "," + (pos[2] + plan_pt.position.z);

      i.e. message starts with "plan_to: ", and is followed by a comma separated (X,Y,Z) point.
      If you can follow this syntax you should be able to send commands using whichever method works best in your workflow.

    • H

      Error in sending trajectory to voxl-vision-px4

      Ask your questions right here!
      • • • howard
      8
      0
      Votes
      8
      Posts
      556
      Views

      H

      @Matthew-Booker will do that, thank you!!

    • H

      ERROR: received unreasonably large camera frame size

      Ask your questions right here!
      • • • howard
      3
      0
      Votes
      3
      Posts
      241
      Views

      H

      @Chad-Sweet No, I didn't try changing any code
      Should I try reinstalling voxl-mpa-to-ros ?

    • H

      connecting Voxl cam and pixhawk cube

      Ask your questions right here!
      • • • howard
      8
      0
      Votes
      8
      Posts
      491
      Views

      H

      @Zachary-Lowell thanks a lot, will surely try

    • H

      how to set home position as local for mavros?

      Ask your questions right here!
      • • • howard
      1
      0
      Votes
      1
      Posts
      129
      Views

      No one has replied

    • H

      Recording video from stereo camera

      Ask your questions right here!
      • • • howard
      3
      0
      Votes
      3
      Posts
      240
      Views

      H

      Okay thank you

    • H

      RTL not working in VIO

      Ask your questions right here!
      • • • howard
      1
      0
      Votes
      1
      Posts
      166
      Views

      No one has replied

    • H

      SET_POSITION_TARGET_LOCAL_NED invalid

      Ask your questions right here!
      • • • howard
      1
      0
      Votes
      1
      Posts
      128
      Views

      No one has replied

    • H

      VOA in QGC

      Ask your questions right here!
      • • • howard
      8
      0
      Votes
      8
      Posts
      432
      Views

      H

      @Alex-Gardner okay, will try enabling dfs server
      Thank you

    • H

      Return mode during VIO

      Ask your questions right here!
      • • • howard
      1
      0
      Votes
      1
      Posts
      144
      Views

      No one has replied

    • H

      x&y values zero in odometry

      Ask your questions right here!
      • • • howard
      10
      1
      Votes
      10
      Posts
      673
      Views

      Adrian HidalgoA

      @DarkKnightCH I believe Cliff answered that but in case it was missed: "z is fusing baro+vision and why you get z and no xy"

    • H

      Problem with the exposure of cameras

      Ask your questions right here!
      • • • howard
      3
      0
      Votes
      3
      Posts
      232
      Views

      H

      I am just using voxl-cam and the issue is with tracking camera .

    • H

      generate a map using pointclouds

      Ask your questions right here!
      • • • howard
      4
      0
      Votes
      4
      Posts
      260
      Views

      ?

      @keil,

      Errors referencing the tf ringbuffer in voxl-mapper typically mean there is an issue getting position data back from the voxl-vision-px4 service. Please read through the user guide before getting started, as you will need a few other services active in order to use voxl-mapper without errors.

    • H

      Voxl cam to qgc

      Ask your questions right here!
      • • • howard
      4
      0
      Votes
      4
      Posts
      243
      Views

      ?

      @keil said in Voxl cam to qgc:

      voxl-camera-server | Enabled | Not Running | Not Running

      Hi,

      It looks like the camera server has encountered an error when trying to start since it's enabled but not running, this is usually due to either a misconfiguration or a hardware issue. Can you show what journalctl -u voxl-camera-server and cat /etc/modalai/voxl-camera-server.conf look like. These are the camera server logs and config file respectively.

    • H

      How can I connect FPV cameras to voxl2?

      Ask your questions right here!
      • • • howard
      2
      0
      Votes
      2
      Posts
      167
      Views

      Chad SweetC

      Some options are:

      https://docs.modalai.com/voxl-uvc-server/
      https://docs.modalai.com/voxl-libgphoto2/

    • H

      Voxl cam to external flight controller

      Ask your questions right here!
      • • • howard
      3
      0
      Votes
      3
      Posts
      251
      Views

      H

      HELLO,
      As mentioned above I made a cable to connect VOXL to Pixhawk cube. How can I verify if the UART is working?
      Thank you

    • H

      Cooling fan for Voxl cam on board

      VOXL-CAM
      • • • howard
      3
      0
      Votes
      3
      Posts
      238
      Views

      H

      okay,Thank you

    • H

      Query regarding connecting bigger ESCs

      ESCs
      • • • howard
      15
      0
      Votes
      15
      Posts
      761
      Views

      astro_philA

      @astro_phil
      px4 version: 1.14.0-2.0.68

    • H

      Connecting the Wifi adapter with voxl2

      VOXL 2
      • • • howard
      2
      0
      Votes
      2
      Posts
      243
      Views

      modaltbM

      Hi @Swaroop-B-Deshpande ,

      There's other add-on boards that could be used, but I'm guessing you are looking for a non-add on board solution and want to use USB?

      Right now, the only way to get to USB if through an add-on board.