• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login

    ROS2 bag /qvio

    ROS
    3
    4
    146
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Aapo_Rei
      last edited by 24 Oct 2024, 05:13

      Hi! I'm using ros2 bag for a project. For now I have successfully recevied and used Imu, image and pointcloud data. Because inaccuracy of imu I would like to use qvio data.
      Is there way of ros2 bag recording qvio?

      /qvio topic publish 2 different messages - PoseStamped and odometry I haven't found any working command for recording qvio. Is there any? I would prefer PoseStamped.

      M 1 Reply Last reply 24 Oct 2024, 19:57 Reply Quote 0
      • M
        Moderator ModalAI Team @Aapo_Rei
        last edited by 24 Oct 2024, 19:57

        @Aapo_Rei Hi Aapo, all of the source code is open so folks can extend to suit their needs. We're happy to take merge requests. You could start by looking here: https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-to-ros2/-/blob/master/colcon_ws/src/voxl_mpa_to_ros2/src/interface_manager.cpp?ref_type=heads

        1 Reply Last reply Reply Quote 0
        • Z
          Zachary Lowell 0 ModalAI Team
          last edited by 24 Oct 2024, 22:03

          @Moderator said in ROS2 bag /qvio:

          @Aapo_Rei Hi Aapo, all of the source code is open so folks can extend to suit their needs. We're happy to take merge requests. You could start by looking here: https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-to-ros2/-/blob/master/colcon_ws/src/voxl_mpa_to_ros2/src/interface_manager.cpp?ref_type=heads

          Reply

          @Aapo_Rei I am a bit confused by your question as qvio technically is a position in space or a combination or PoseStamped and Odometry - so what exactly are you trying to record from qvio that is not in the ros2 message?

          A 1 Reply Last reply 25 Oct 2024, 05:17 Reply Quote 0
          • A
            Aapo_Rei @Zachary Lowell 0
            last edited by 25 Oct 2024, 05:17

            @Zachary-Lowell-0 Thanks for the reply!
            I ment that I can't record qvio data same way as the other msgs. Trying to record qvio gives me error code like below.

            Screenshot from 2024-10-25 07-58-07.png

            Still the data can be view like this "ros2 topic echo /qvio geometry_msgs/msg/PoseStamped" And I thought you cloud record this same data, but haven't found a way.
            My question is - is there working way to record ros2 bag for qvio and what is it? I'm asking before I start making ros2 node for that.

            1 Reply Last reply Reply Quote 0
            1 out of 4
            • First post
              1/4
              Last post
            Powered by NodeBB | Contributors