Unreal Engine 5 and ROS2: A Powerful Combination for Robotics Simulation

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • НаукаНаука

Комментарии • 49

  • @roboage1027
    @roboage1027  Год назад +2

    If you like my content, you can support my channel. I will greatly help me to develop more interesting projects 😀
    To support channel:
    PayPal:www.paypal.com/donate/?hosted_button_id=XHXABEQL94444
    Patreon:www.patreon.com/robo_age
    Buy me a coffee: bmc.link/roboage21Y

  • @ВладШевченко-ц7т
    @ВладШевченко-ц7т Год назад +4

    Very cool! I was waiting for the second part. Thanks a lot!

  • @HereIsLuo
    @HereIsLuo Год назад +3

    Oh my god! It's so cool! Thank you, looking forward to your next video!

  • @keepfighting8402
    @keepfighting8402 Год назад +3

    Tank you for the video!

  • @msuegajnriorpenda9745
    @msuegajnriorpenda9745 Год назад +4

    Really cool video! I have plans on using unreal engine for its photorealism too. What Ubuntu version did you install your Ros humble on. Did you use Ubuntu 22 or Ubuntu 20? Thanks for the great content!

    • @roboage1027
      @roboage1027  Год назад +1

      Thank you for your comment. I use Ubuntu 22

  • @ВладШевченко-ц7т
    @ВладШевченко-ц7т Год назад +2

    Thanks, good video

  • @mescalinum
    @mescalinum Год назад +2

    Very nice! Thanks for sharing. I would have used a simple messaging system similar to ROS, like ZeroMQ which is available to a lot of languages. The use of shared memory segments looks a bit tricky and low level.

  • @vikavr5641
    @vikavr5641 Год назад +2

    Very nice 🎉🎉🎉

  • @yuier2883
    @yuier2883 Месяц назад

    Best Tutorial, Thanks

  • @svitlana1367
    @svitlana1367 Год назад +5

    Video is very good 👍 Tank you 🇺🇦

  • @kot2905
    @kot2905 Год назад +2

    Цікаве рішення! Просто і ефективно.

  • @phantomside
    @phantomside 4 дня назад

    how can you use camera path data in unreal to to execute to actual robot

  • @hydrawq
    @hydrawq Месяц назад

    amazing content!
    i have a doubt
    is it possible to make Barcode scanner in unreal engine, like ingame
    Like how we do using ROS and gazebo?

  • @KillerRobotz
    @KillerRobotz 3 месяца назад

    this is amazing !

  • @hasanozfidan8208
    @hasanozfidan8208 8 месяцев назад

    do you using any plugins for ROS. For example rclUE ?

  • @WTBLOUU
    @WTBLOUU 4 месяца назад

    Very cool!!!! But how did you add the camera? I couldn't find it in the previous videos.

    • @roboage1027
      @roboage1027  4 месяца назад

      Thank you for your comment! I use uscenecapturecomponent2d as a camera. Its just an ordinary component which you can add to actor class and place it wherever you want.

  • @martinkaras775
    @martinkaras775 4 месяца назад

    Amazing! Does this solution support headless mode? I want to capture photorealistic environment with my agent (reinforcement learning).

    • @roboage1027
      @roboage1027  4 месяца назад +1

      Yes, I believe. Unreal engine redefines all standard C++ libraries. So I suppose, this solution should work in headless mode too.

  • @pruthviraj_mane
    @pruthviraj_mane 4 месяца назад

    Thank you. Can we implement existing ROS-Gazebo (ros1) simulation into the UE5 world ?

    • @roboage1027
      @roboage1027  4 месяца назад

      I think you should recreate your gazebo world in unreal engine

  • @reinzler4090
    @reinzler4090 4 месяца назад

    Thanks for video, can u please share your GitHub rep with this project?

  • @nospamarinointhechatarino4247
    @nospamarinointhechatarino4247 Год назад +1

    Why do you use gazebo as physics engine in UE5? UE5 has physics engine itself doesn’t it?Sorry that I’m new to ROS, but want to build the environment to simulate robotics in UE5.

    • @roboage1027
      @roboage1027  Год назад +1

      I'll certainly try Unreal Engine's built in physics engine in future videos . I don't know, which one is better actually. Thank you for your comment.

  • @enstein_industries
    @enstein_industries 6 месяцев назад

    what is in the visibility control

  • @AzharKhan-cy5kt
    @AzharKhan-cy5kt 8 месяцев назад

    Do you have github where is all the libraries if i want to experiment with it?

  • @lempreuretiavina
    @lempreuretiavina 7 месяцев назад

    Impressive!
    So you were able to install and use unreal engine on linux?

    • @roboage1027
      @roboage1027  7 месяцев назад

      Thank you! But it's not difficult. There's linux version of UE5. You can download it just like windows version.

  • @СашаЯковенко-ы6в
    @СашаЯковенко-ы6в Год назад +1

    👍

  • @samidjennane5133
    @samidjennane5133 8 месяцев назад

    Hello thanks alot for the video, just wanted to ask a question, should i be a pro at unreal engine 5 (C++) to use it for robotics simulations, or just learning the basics with blueprints will be enough to build complex simulations, ps: bare in mind that i will integrate everything with ros2,

    • @roboage1027
      @roboage1027  8 месяцев назад

      Hi! Thank you for your comment. I think you should be quiet proficient in Unreal Engine. And I'd advise you to use C++ for your projects. I studied UE for game development and I use all the tools that I've learnt for game development in my robotics projects as well .

  • @Mr30friends
    @Mr30friends Год назад

    Did you experiment with sockets at all before going with the shared memory solution?

    • @roboage1027
      @roboage1027  Год назад

      No. What are the advantages?

    • @Mr30friends
      @Mr30friends Год назад

      @@roboage1027 In my non-expert opinion, sockets are probably easier for beginners and better for separating everything into distinct components.
      So I am thinking of using them to achieve something similar to your application.
      But your solution looks pretty straight forward too so now you got me wondering...
      I am mostly asking in case you had actually tried them but they didn't work for you. Then it would be good to know what their shortcomings were compared to shared memory.

    • @roboage1027
      @roboage1027  Год назад

      @@Mr30friends Thank you for advice! Let me know, how your solution will work. I actually don't stick to shared memory only. I just wanted to setup communication between Unreal Engine and ROS somehow without dealing with third party library integration.

    • @Mr30friends
      @Mr30friends Год назад

      @@roboage1027 I'll stay in touch. Awesome channel by the way.

  • @fawadkhan8905
    @fawadkhan8905 Год назад

    what is the key difference between an unreal engine and a gazebo?

    • @roboage1027
      @roboage1027  Год назад

      I use Uinreal mainly because it is possible to create photorealistic environments in it, which is good for things like deep reinforcement learning. Gazebo is good for physics simulation. Though Unreal Engine has its own physics engine. I didn't check which one is better.

    • @fawadkhan8905
      @fawadkhan8905 Год назад +1

      @@roboage1027 First, I would like to thank you, so I am working on human robot collaboration in the construction industry, and I just come to know as watched your this video that unreal engine is great for 3D reconstruction. But my final goal is to make a digital twin for safe and secure human robot interaction. Could you put light on this please, this is my PhD research focus.

    • @roboage1027
      @roboage1027  Год назад

      @@fawadkhan8905 I'm working on the similar problem. I'll definitely move in this direction. So stay tuned for more videos 😁

    • @fawadkhan8905
      @fawadkhan8905 Год назад

      @@roboage1027 thank you and the least I could do is smashed the subscribe and like button, In addition, shared with others, thanks!

  • @yacinekhaledhefied7037
    @yacinekhaledhefied7037 4 месяца назад

    Why do we need a gazebo as a physics engine when the unreal engine already has a powerful physics engine?

    • @roboage1027
      @roboage1027  4 месяца назад

      Hi! UE5's physics engine is no very good. It is more suited for games performance and not for accurate physics simulation.

  • @christianmoreno7390
    @christianmoreno7390 11 месяцев назад

    Hello! If I were to pay you $$, could you help me integrate ROS2 with UE5? Willing to pay a good amount of money for help. There doesn’t seem to be any resources online using Python. Any advice?

    • @roboage1027
      @roboage1027  11 месяцев назад

      Hello! I can try to help you. Can you explain me in more detail what is your project. You can write me in Instagram. robo_age - int's me in Instagram.

  • @icesec2678
    @icesec2678 Год назад +1

    Nice video?