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т Жыл бұрын
Very cool! I was waiting for the second part. Thanks a lot!
@HereIsLuo Жыл бұрын
Oh my god! It's so cool! Thank you, looking forward to your next video!
@roboage1027 Жыл бұрын
Thank you 😊!
@keepfighting8402 Жыл бұрын
Tank you for the video!
@ВладШевченко-ц7т Жыл бұрын
Thanks, good video
@yuier28834 ай бұрын
Best Tutorial, Thanks
@msuegajnriorpenda9745 Жыл бұрын
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 Жыл бұрын
Thank you for your comment. I use Ubuntu 22
@mescalinum Жыл бұрын
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 Жыл бұрын
Very nice 🎉🎉🎉
@KillerRobotz6 ай бұрын
this is amazing !
@WTBLOUU7 ай бұрын
Very cool!!!! But how did you add the camera? I couldn't find it in the previous videos.
@roboage10277 ай бұрын
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.
@AzharKhan-cy5kt11 ай бұрын
Do you have github where is all the libraries if i want to experiment with it?
@hasanozfidan820811 ай бұрын
do you using any plugins for ROS. For example rclUE ?
@hydrawq4 ай бұрын
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?
@kot2905 Жыл бұрын
Цікаве рішення! Просто і ефективно.
@roboage1027 Жыл бұрын
Дякую!
@martinkaras7757 ай бұрын
Amazing! Does this solution support headless mode? I want to capture photorealistic environment with my agent (reinforcement learning).
@roboage10277 ай бұрын
Yes, I believe. Unreal engine redefines all standard C++ libraries. So I suppose, this solution should work in headless mode too.
@phantomside2 ай бұрын
how can you use camera path data in unreal to to execute to actual robot
@nospamarinointhechatarino4247 Жыл бұрын
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 Жыл бұрын
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_industries9 ай бұрын
what is in the visibility control
@svitlana1367 Жыл бұрын
Video is very good 👍 Tank you 🇺🇦
@Mr30friends Жыл бұрын
Did you experiment with sockets at all before going with the shared memory solution?
@roboage1027 Жыл бұрын
No. What are the advantages?
@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 Жыл бұрын
@@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 Жыл бұрын
@@roboage1027 I'll stay in touch. Awesome channel by the way.
@pruthviraj_mane7 ай бұрын
Thank you. Can we implement existing ROS-Gazebo (ros1) simulation into the UE5 world ?
@roboage10277 ай бұрын
I think you should recreate your gazebo world in unreal engine
@pruthviraj_mane29 күн бұрын
@@roboage1027 thanks for response. Also can Unreal5 send images to ROS1 over Rosbridge or any other tool ?
@roboage102725 күн бұрын
@@pruthviraj_mane No, I belive. There was rosbridge plugin for UE4. It doesn't work in UE5. Probably it is possible to write new one. But writing plugins for UE is pain in a bud in my opinion.
@reinzler40907 ай бұрын
Thanks for video, can u please share your GitHub rep with this project?
@samidjennane513311 ай бұрын
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,
@roboage102711 ай бұрын
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 .
@lempreuretiavina10 ай бұрын
Impressive! So you were able to install and use unreal engine on linux?
@roboage102710 ай бұрын
Thank you! But it's not difficult. There's linux version of UE5. You can download it just like windows version.
@СашаЯковенко-ы6в Жыл бұрын
👍
@石川元太-n9w2 ай бұрын
what you use OS Linux?
@roboage10272 ай бұрын
Ubuntu 22.04
@GenIshikawaАй бұрын
@@roboage1027 thank you! Is it difficult to integrate with Windows?
@fawadkhan8905 Жыл бұрын
what is the key difference between an unreal engine and a gazebo?
@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 Жыл бұрын
@@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 Жыл бұрын
@@fawadkhan8905 I'm working on the similar problem. I'll definitely move in this direction. So stay tuned for more videos 😁
@fawadkhan8905 Жыл бұрын
@@roboage1027 thank you and the least I could do is smashed the subscribe and like button, In addition, shared with others, thanks!
@yacinekhaledhefied70376 ай бұрын
Why do we need a gazebo as a physics engine when the unreal engine already has a powerful physics engine?
@roboage10276 ай бұрын
Hi! UE5's physics engine is no very good. It is more suited for games performance and not for accurate physics simulation.
@icesec2678 Жыл бұрын
Nice video?
@christianmoreno7390 Жыл бұрын
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 Жыл бұрын
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.