hi, just now looking at this video, looking forward to be a part to all the people that will work with this infrastructure in the future
@abdulgoniraju9057 ай бұрын
Thanks a lot for this demonstration.
@volpemarroneveloce59283 ай бұрын
Cai aqui de paraquedas hahaha. Estava pesquisando sobre mudar meu curso de engenharia da computação da UFBA para controle e automação e me especializar em robótica. Teria algumas dicas/conselhos?
@sozno42222 ай бұрын
Your picture covers the Property window. Makes it hard to see what you are doing
@andrewjong24984 ай бұрын
Thanks for the helpful tutorial! What VSCode extensions do you use for ROS2 completion?
@siryeetwilliams24404 ай бұрын
same question here!
@rodrigomurilloaranda96743 ай бұрын
It was really helpful, I was able to simulate a Kinova Arm with a ROS2 node. I was wondering if you can simmulate your own robot using ROS2 nodes?
@engcaiobarros3 ай бұрын
Thank you, Rodrigo. Yes, you can.
@iamdrfly5 ай бұрын
Hi there =D have you never tried to control the robot by effort command through using the ros bridge ?
@engcaiobarros5 ай бұрын
I'm going to do it soon.
@rodrigomurilloaranda96743 ай бұрын
@@engcaiobarros I recently tried to send an effort, it didn't mentioned any errors, but the robot didn't moved at all. Is the effort command supported for Isaac SIM or not yet?
@edubob30127 ай бұрын
I have isaac sim on windows 11 and in a vmware vm i have ubuntu with ros2 humble installed and my robot in there. Is there a certain procedure to getting the link established through the ros2 bridge between isaac sim and the VM runnning ubuntu with ros2 installed? Like some configuration file or something else. or maybe configure the vm to use NAT or Bridge networking so it may see isaac sim?
@engcaiobarros5 ай бұрын
I've never tried to do it.
@engiucation3 ай бұрын
Hi, why do you give both position and velocity commands? Isn't one of these enough?
@engcaiobarros3 ай бұрын
This was intended for demonstration purposes only. Typically, position and velocity control are handled separately.
@engiucation3 ай бұрын
@@engcaiobarros thank you appreciate the clarification
@marzehmeraaj3 ай бұрын
Can you share your system specs? Or would my "RTX 4060 8GB graphics, 32 GB RAM, 1 TB NVME SSD, i7 gen 14 processor" system be able to run it. More RAM, VRAM required?
@engcaiobarros3 ай бұрын
I have an RTX 3060 GPU with 12 GB of VRAM and an i5 processor. While this setup works well for simulating smaller scenarios, it unfortunately limits my ability to handle larger and more complex simulations. However, it is sufficient for simulating the current scenario and the palletizing scenario I demonstrated in another video.
@SS-mc8qr4 ай бұрын
Hello man. Can you send me full file please. Thank you
@valuetradings87667 ай бұрын
i get this error when starting isaac sim 2024-03-27 18:38:30 [30,589ms] [Error] [carb.cudainterop.plugin] CUDA error 100: cudaErrorNoDevice - no CUDA-capable device is detected) 2024-03-27 18:38:30 [30,589ms] [Error] [carb.cudainterop.plugin] Failed to query CUDA device count. 2024-03-27 18:38:30 [30,589ms] [Error] [omni.physx.plugin] CUDA deviceOrdinal is invalid 2024-03-27 18:38:30 [30,628ms] [Warning] [omni.hydra.rtx] HydraEngine rtx failed creating scene renderer. 2024-03-27 18:38:30 [30,629ms] [Warning] [omni.hydratexture.plugin] rtx::raytracing::RaycastQueryManager is not available
@engcaiobarros5 ай бұрын
Hello! Check if your computer has the NVIDIA drivers installed through the command "nvidia-smi" in the terminal.