how to plot element in poseArray?

asked 2019-12-12 10:02:02 -0500

linshiyuan gravatar image

Hi, I am trying trying to plot each pose data in poseArray (/myPoseArray/poses[0]/postion), but in rqt plot it shows nothing. I can see the data in topic monitor. It looks fine. I try to use rostopic echo, I can get all the array data print out with /myPoseArray/poses . But I can't print specific one using /myPoseArray/poses[0]/postion or /myPoseArray/poses[0]/postion/x . Any ideas what could go wrong? Thanks in advance.

edit retag flag offensive close merge delete