run curobo example realsense_reacher.py with real panda robot #414
-
Hello, I am quite amazed at the real-time obticle avoiding ability using curobo in the example demo realsense_reacher.py . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have an example workflow that does this using ROS2 (should work on Franka Panda as well): https://nvidia-isaac-ros.github.io/reference_workflows/isaac_manipulator/tutorials/tutorial_e2e.html This is also possible without ROS, but you would have to integrate camera stream, connect it to nvblox and then share the sdf data to cuRobo. And any motions generated by cuRobo will need to be sent to the robot. |
Beta Was this translation helpful? Give feedback.
We have an example workflow that does this using ROS2 (should work on Franka Panda as well): https://nvidia-isaac-ros.github.io/reference_workflows/isaac_manipulator/tutorials/tutorial_e2e.html
This is also possible without ROS, but you would have to integrate camera stream, connect it to nvblox and then share the sdf data to cuRobo. And any motions generated by cuRobo will need to be sent to the robot.