ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. labkit
    3. Topics
    L
    • Profile
    • Following 0
    • Followers 1
    • Topics 3
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by labkit

    • L

      Using Mocap with ROS 2 for Starling 2

      Starling & Starling 2
      • • • labkit
      5
      0
      Votes
      5
      Posts
      601
      Views

      Ricardo MetralR

      I am having the exact same issue, if by any chance you see this @lakbit can you let me know if you found a solution since this thread?

    • L

      "Serial Port Closed!" and other HITL Errors

      Starling & Starling 2
      • • • labkit
      17
      0
      Votes
      17
      Posts
      1186
      Views

      L

      @Eric-Katzfey Issue is mostly resolved. There were two main errors to fix. The first was that the cable that I was using needed to have its RX and TX wires swapped as Vinny pointed out. The second was that Docker Desktop needed to be uninstalled and replaced with only the core Docker CE Engine. After doing this, the HITL seems to be up and running on the alternate Linux computer I tested with. On the original computer, the "Serial port closed error" is no longer present although there does seem to be a graphics issue when attempting to run the Gazebo image with graphics.

      8d0e6ab0-9969-4fb4-853c-4879b46992bf-image.png

      Once this is fixed I think it should be all ready to perform simulations.

    • L

      ROS2 Foxy Not Preinstalled and ROS1 Melodic Not Standard

      Starling & Starling 2
      • • • labkit
      2
      0
      Votes
      2
      Posts
      287
      Views

      Zachary Lowell 0Z

      @labkit it is part of the SDK but not installed on the kernel - on you voxl2 please run the following:

      sudo apt-get install voxl-ros2-foxy sudo apt-get install voxl-microdds-agent sudo apt-get install voxl-mpa-to-ros2 voxl-configure-mpa-to-ros2

      Once this is done you should be ready to use ros2 by running source /opt/ros/foxy/setup.bash as well as export ROS_HOME=/opt/ros/foxy

      Hope this helps. Also ensure that for the voxl-configure-mpa-to-ros2 line you have an active internet connection on the voxl2 as this requires some pip installs.

      Thanks!
      Zach