ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. kailyGen
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    kailyGen

    @kailyGen

    0
    Reputation
    4
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kailyGen Unfollow Follow

    Latest posts made by kailyGen

    • RE: Disable GPS and compass

      Good tip. For anyone testing without the GPS module attached, setting SYS_HAS_MAG=0 and EKF2_MAG_TYPE=5 seems to be the key part since the compass is on the GPS board. I was also looking at some compass-related references on 123compass.org while trying to understand the magnetometer side of it.

      posted in Starling & Starling 2
      K
      kailyGen
    • RE: GPS documentation

      More detailed GPS documentation would definitely help, especially for troubleshooting setup issues and understanding configuration differences between modules. Saves a lot of guesswork during integration.

      posted in VOXL Accessories
      K
      kailyGen
    • RE: Avoidance

      You might also want to look into combining depth sensing with a simple occupancy grid or voxel map instead of relying only on direct obstacle detection. It usually gives smoother avoidance behavior, especially in tighter spaces. I had better results once I started filtering noisy sensor data too.

      posted in GPS-denied Navigation (VIO)
      K
      kailyGen
    • RE: Hi-res IMX214 (M0024-2) Pink Hue Issue

      That pink hue usually ends up being related to white balance or ISP tuning rather than the sensor itself. I’ve also seen it happen under certain lighting conditions where the auto settings overcompensate a bit.
      Might be worth checking the raw output vs processed output to narrow it down. If the RAW image looks fine, then it’s probably somewhere in the color pipeline.
      Also, for comparing the tint between frames, I’ve used https://colorpickerimage.org/ before to inspect the actual RGB values in different areas of the image. Makes it easier to confirm whether the pink cast is consistent or only affecting highlights/shadows.

      posted in Image Sensors
      K
      kailyGen
    • RE: Adding more cameras to VIO

      Adding more cameras can definitely improve robustness, but synchronization and calibration become super important once you go beyond the default setup. Even small timestamp offsets between sensors can throw VIO off pretty badly. I’d also keep an eye on bandwidth and CPU usage because extra camera streams add up fast on embedded systems.

      posted in GPS-denied Navigation (VIO)
      K
      kailyGen
    • RE: Power Module

      You might also want to double check the current rating of the power module versus the full load from your setup. A lot of weird reboot or brownout issues end up being power related, especially once extra peripherals get added. Keeping the wiring short and using a stable regulator helps too.

      posted in 3D Models
      K
      kailyGen
    • RE: Adding a new camera sensor

      One thing that helped me before was comparing the device tree and driver setup against an already supported sensor with similar specs. A tiny mismatch in clocks or I2C config can stop the sensor from initializing properly.

      posted in Video and Image Sensors
      K
      kailyGen
    • RE: Single camera config

      If you're still having trouble getting that single sensor to initialize, double-check that your voxl-camera-server.conf file is strictly set to only enable that specific physical port. Sometimes the server tries to look for the default stereo pair and throws an error if it doesn't find both.
      It also helps to run voxl-inspect-cam -a just to see if the hardware is even being detected at the system level before diving deeper into the JSON settings.

      posted in Video and Image Sensors
      K
      kailyGen
    • RE: Unable to setup compass

      I have the same problem before — turns out the compass setup finally worked after I did a full sensor recalibration in QGroundControl and made sure the GPS/compass was facing the right direction. Worth a try if you haven’t done that yet!
      You can also try this tool for free. https://123compass.org/

      posted in VOXL 2
      K
      kailyGen