-
Notifications
You must be signed in to change notification settings - Fork 63
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
Question about ROS Message Frame 3D Points #91
Comments
Yes. It is correct for the ros_openpose/scripts/visualizer.py Lines 46 to 69 in 21e6c3e
Hope it helps! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just wanted to clarify the components of the ros messgae frame specifically, the geometry_msgs/Point32 point. My assumption is that these are the 3D coordinates of the skeleton points detected by openpose in the x,y,z world coordinate frame and that these points are ordered the same way as openpose, namely
Is this correct?
The text was updated successfully, but these errors were encountered: