• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. Dong Liu
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 43
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Dong Liu

    • D

      Can't Flash VOXL2 (Battery Capacity is Very Low)

      VOXL 2
      • • 23 May 2023, 14:04 • Dong Liu 23 May 2023, 21:42
      7
      0
      Votes
      7
      Posts
      500
      Views

      M 23 May 2023, 21:42

      Hi @Dong-Liu OK thank you for the update. Once it has been updated to the latest image, I wouldn't expect that battery error to show up in the future.... if it does please let me know!

    • D

      mpa_to_ros publish stereo left and right image in different timestamp

      Ask your questions right here!
      • • 30 Mar 2023, 17:19 • Dong Liu 3 Apr 2023, 20:30
      5
      0
      Votes
      5
      Posts
      356
      Views

      D 3 Apr 2023, 20:30

      Just tried to calibrated the stereo camera using ROS camera calibrator. Had to run the fixed voxl-mpa-to-ros. Because the ROS calibrator expects left and right to be exactly synchronized.

    • D

      how to build voxl-camera-server

      Ask your questions right here!
      • • 7 Feb 2023, 19:41 • Dong Liu 7 Feb 2023, 20:06
      2
      0
      Votes
      2
      Posts
      181
      Views

      D 7 Feb 2023, 20:06

      Found the problem 😞

      The voxl-docker script mount host /data to the container /data. But voxl-cross image has its own /data folder where /data/offline_ipk_packages/apq8096-proprietary_0.0.4.ipk is stored.

      Remove the -v /data:/data from voxl-docker script, start the docker again. This it works!

    • D

      voxl-camer-server's hires snapshot produce huge files

      Ask your questions right here!
      • • 7 Feb 2023, 00:11 • Dong Liu 8 Feb 2023, 01:56
      3
      0
      Votes
      3
      Posts
      285
      Views

      D 8 Feb 2023, 01:56

      I extract the findJpegSize function, add to voxl-camera-server. Now it will produce the correct size snapshot.

    • D

      voxl-mpa-to-ros high system usage due to repeating invoking voxl-list-pipes

      Ask your questions right here!
      • • 4 Feb 2023, 16:45 • Dong Liu 6 Feb 2023, 21:08
      4
      0
      Votes
      4
      Posts
      350
      Views

      D 6 Feb 2023, 21:08

      @Chad-Sweet I also added skip n frame feature in the camera interfaces, It is quite useful to reduce the network traffic. Do you think should submit one full request with bother features or two pull requests?

    • D

      vslam map export and import

      Ask your questions right here!
      • • 24 Oct 2022, 22:33 • Dong Liu 27 Oct 2022, 20:00
      2
      0
      Votes
      2
      Posts
      236
      Views

      S 27 Oct 2022, 20:00

      QVIO does not perform SLAM, only visual tracking to aid in stability by tracking the velocity vectors of key points through a camera.

      https://gitlab.com/voxl-public/voxl-sdk/services/voxl-mapper performs mapping and planning. Data can be imported and exported through VOXL Portal with "Load Map" / "Save Map"

    • D

      image compression API?

      Ask your questions right here!
      • • 17 Oct 2022, 14:41 • Dong Liu 24 Oct 2022, 20:02
      8
      0
      Votes
      8
      Posts
      458
      Views

      D 24 Oct 2022, 20:02

      @Eric-Katzfey Hi Eric. The jpeg compression imposes a lot of load on the CPU, especially we're using the hires camera. Is there any way you can make the HW jpeg encoding available for us to test it?

      Thanks!

    • D

      docker on voxl flight deck stop working

      Ask your questions right here!
      • • 9 Oct 2022, 04:12 • Dong Liu 9 Oct 2022, 20:42
      3
      0
      Votes
      3
      Posts
      258
      Views

      D 9 Oct 2022, 20:42

      after mkdir /data/docker and /usr/bin/docker daemon -g /data/docker, I saw there is file /data/docker/network/files/local-kv.db. So I just rm /data/network/files/local-kv.db. Now the docker daemon will start.

      But anyway I think it is better make change in /etc/systemd/system/docker-daemon.service, from

      ExecStart=/usr/bin/docker daemon -g /data

      to

      ExecStart=/usr/bin/docker daemon -g /data/docker

      So next time if we want to remove all docker images and clean up the docker, just remove everything under /data/docker.

    • D

      hires image upside down?

      Ask your questions right here!
      • • 30 Sept 2022, 16:25 • Dong Liu 24 Oct 2022, 19:54
      7
      0
      Votes
      7
      Posts
      464
      Views

      D 24 Oct 2022, 19:54

      @tom Ok, thanks!

    • D

      voxl_qvio_server version problem

      Ask your questions right here!
      • • 30 Sept 2022, 13:37 • Dong Liu 30 Sept 2022, 19:52
      9
      0
      Votes
      9
      Posts
      583
      Views

      D 30 Sept 2022, 19:52

      @Alex-Gardner Thanks!

    • D

      MAC address of the WiFI interface on RB5

      Ask your questions right here!
      • • 2 Aug 2022, 18:34 • Dong Liu 2 Aug 2022, 18:37
      2
      0
      Votes
      2
      Posts
      181
      Views

      tomT 2 Aug 2022, 18:37

      @Dong-Liu Unfortunately that is a bug with the SD865 SOM. We've had a ticket open with Qualcomm for a long time with no solution yet.

      Checkout this thread for a solution: https://forum.modalai.com/topic/794/how-to-set-up-a-static-ip-in-rb5/15?_=1659465332297

      You basically just need to create a systemd service file to set the IP on boot.

    • D

      Install voxl sdk on RB5

      Ask your questions right here!
      • • 26 Jul 2022, 18:55 • Dong Liu 27 Jul 2022, 02:06
      4
      0
      Votes
      4
      Posts
      291
      Views

      D 27 Jul 2022, 02:06

      @Chad-Sweet Thank you!

    Powered by NodeBB | Contributors