Setting Up ZED X for ROS 2, Part 3: ROS 2 Install and Final Setup for Integration!

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • Installing ROS 2 from source and using the ZED X camera's ROS 2 driver. First look at data in Rviz & ROS!
    Previous Video: • Setting Up ZED X for R...
    ROS 2 Humble Source Build: docs.ros.org/e...
    ROS 2 Releases: github.com/ros...
    Jetson 20.04 Python3 Workaround: github.com/dus...
    Stereolabs ROS 2 Documentation: www.stereolabs...
    Stereolabs ROS 2 Driver: github.com/ste...
    Jetson Orin AGX Setup Guide: developer.nvid...
    Stereolabs: www.stereolabs...
    ZED X: www.stereolabs...
    Capture Card: store.stereola...
    Jetson Developer Kit: www.nvidia.com...

КОМЕНТАРІ • 15

  • @EliSpizzichino
    @EliSpizzichino Рік тому +2

    Very nice and useful in depth tutorial, really looking forward to see the performance outdoor!

  • @adrik5320
    @adrik5320 11 місяців тому

    Thank you so much! The python issue you mentioned on your video saved my life today!! 😊

  • @Brain_Robotics
    @Brain_Robotics 11 місяців тому

    Awesome tutorial Steven! Tks a lot.

  • @hammadsafeer4283
    @hammadsafeer4283 11 місяців тому

    thanks for this vid :)
    nicely explained!!

  • @morningtube5906
    @morningtube5906 20 годин тому

    Ros2 has some problem?. It looks it has some frame drop.

  • @arthurjeulin4171
    @arthurjeulin4171 11 місяців тому

    Great tutorial thanks a lot!

  • @josecas9099
    @josecas9099 6 місяців тому

    Paitiently awaiting that part 4 😢

  • @ktysai
    @ktysai 11 місяців тому

    Subscribed and liked! 2i is really that computational hungry? What cpu/gpu you'd recommend?

  • @josecas9099
    @josecas9099 7 місяців тому

    Hello, thanks for these videos they have helped me understand so much. Quick question, if i am setting up another workspace to introduce a px4 and wanted to make sure its “daisy chained” with both the zed and ros workspaces do i source the zed workspace only before the px4 build since that one is already daisy chained with ros or do i have to source both of them before the build?

    • @stevenmacenski3950
      @stevenmacenski3950  7 місяців тому +1

      Build workspace A -> source workspace A -> build workspace B -> source workspace B and so forth. if you source one before you build the next, then build it, anytime in the future you source the highest level workspace, you'll get the others below it. But, you do need to make sure you do this exactly right and consistently. If you delete the install/build spaces from A from scratch, you'll need to redo B onward as well.

  • @Harsh_shah1234
    @Harsh_shah1234 10 місяців тому

    How did you figure out the topic list, I am not able to get all the topics. It would be wonderful if you could share that please. I am a school student working on a project

    • @Harsh_shah1234
      @Harsh_shah1234 10 місяців тому

      Also when I try to run rviz2, I get the error like
      [INFO] [1698782554.492932043] [rviz2]: Stereo is NOT SUPPORTED
      [INFO] [1698782554.493044110] [rviz2]: OpenGl version: 4.6 (GLSL 4.6)
      [INFO] [1698782554.520700700] [rviz2]: Stereo is NOT SUPPORTED

    • @aliyoussef6568
      @aliyoussef6568 4 місяці тому

      Hi, just wanted to know if you've solved this problem and if by any chance you remember how because I'm now facing a similar issue

    • @Harsh_shah1234
      @Harsh_shah1234 4 місяці тому

      @@aliyoussef6568 Yes, I did solve the issue. Just check if you have the right version of the SDK and the wrapper. And also run your ZED_Diagnostics, In my case I had to accept the Fusion License while running the SDK. That solved my error.

    • @aliyoussef6568
      @aliyoussef6568 4 місяці тому

      Thank you, that was exactly my problem, they have updated the SDK recently so I just waited till they updated the Wrapper and everything worked fine