NVIDIA-ISAAC-ROS / isaac_ros_pose_estimation

Deep learned, NVIDIA-accelerated 3D object pose estimation
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
142 stars 21 forks source link

How to use this ros_pose_estimation package with realsense D435/D415 camera. #20

Closed Avi241 closed 1 year ago

Avi241 commented 1 year ago

Thanks you for this great contribution. I would like to know how we can use dope pose estimation with realsense D435i/D415 camera, how to build the realsense package in docker container and what all necessary changes are required. It will be really helpful if someone can help me with this.

jaiveersinghNV commented 1 year ago

Have you had the chance to work through the Quickstart yet? This quickstart will ensure that you can run the DOPE pose estimation node inside your Isaac ROS development environment.

Then, you can use the tutorial here to add RealSense support inside your container. The DOPE quickstart uses images that are fed in from a sample rosbag; simply replace this input topic with one of the camera feeds on your RealSense camera, and you should start seeing estimated poses.

If you encounter any specific issues along the way, please describe them in this thread and we'll be happy to help you.