Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display detected object 3D coordinate marker in rviz using Realsense D455 #2706

Closed
TapleFlib opened this issue Apr 22, 2023 · 5 comments
Labels

Comments

@TapleFlib
Copy link

How to display marker and get the position in 3D space of detected object using D455?
I want it to be like this video : https://www.youtube.com/watch?v=iJWHRW7sZW8
Are there example code for this?

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Apr 23, 2023

Hi @TapleFlib You could use darknet_ros - which uses YOLO v3 - in combination with darknet_ros_3d to obtain the 3D coordinate. darknet_ros is run first to obtain 2D information and then darknet_ros_3d is run secondly to obtain 3D information.

@TapleFlib
Copy link
Author

I'll try Thankyou !

@TapleFlib TapleFlib reopened this Apr 23, 2023
@TapleFlib
Copy link
Author

Is it enough to only use darknet_ros_3d without darknet_ros ? or both are required ? I'm planning to send the position of object to robot arm.

@MartyG-RealSense
Copy link
Collaborator

I have not personally used darknet_ros but a RealSense user at IntelligentRoboticsLabs/gb_visual_detection_3d#15 (comment) stated that they were able to launch darknet_ros_3d without launching darknet_ros first.

@TapleFlib
Copy link
Author

I see, thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants