You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PeoplePoseArray only has vertices information and no information about edges, so I made HumanSkeltonArray visualization.
Also, basically PeoplePoseArray is used for 2D poses in image pixel unit, not for 3D poses. (recently it is mixed ...), so I made HumanSkeltonArray for 3D poses in meter unit.
However, we can combine these two messages into one.
Do we have rviz plugin for PeoplePoseARrray?
No, because it does not have information about edges.
Do we have 2D visualizer for PeoplePoseArray or HumanSkeltonArray?
Also No.
PeoplePoseArray is quite complicated message.
Because, in 2D, the pose field have the position in image pixel unit, but in 3D, it is represented coordinates from frame id in meter unit.
I think it is better to have a flag to distinguish these two difference.
PeoplePoseArray is quite complicated message.
Because, in 2D, the pose field have the position in image pixel unit, but in 3D, it is represented coordinates from frame id in meter unit.
I think it is better to have a flag to distinguish these two difference.
Here's an easy way to do this without changing the message: It can be judged by whether the value of z in the camera coordinate system is 0.
I think it is better to have a flag to distinguish these two difference.
@iory, @knorth55 I wrote the program to publish PeoplePoseArray and looking for visualization program, for example subscribe PeoplePoseArray and Image, and display them.
https://github.com/k-okada/jsk_robot/pull/21/files#diff-f6091d0eee7c871a76be7a3de41321ec39f062678adbc2094690d9184a415b04R40-R41
BTW, I found there is PoeplePoseArray(#2115) and HumanSkeltonArray (#2437) and HumanSkeltonArray have rviz plugin
The text was updated successfully, but these errors were encountered: