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
I am exclusively trying to echo the x,y,z positions of the whycon poses in ROS, but I don't understand the formatting for executing this. With a standard geometry_msgs/PoseArray, you would simply type:
rostopic echo /whycon/poses/position.x to get only the x positions. However, this does not work with whycon.
Do you know what the proper formatting to echo x,y,z positions without orientations?
The text was updated successfully, but these errors were encountered:
I'm not sure if that is possible with any syntax on the command line. You would have to write your own node to retrieve the information you need.
Please use ROS answers for ROS related question and only use Issues here to report bugs.
I am exclusively trying to echo the x,y,z positions of the whycon poses in ROS, but I don't understand the formatting for executing this. With a standard geometry_msgs/PoseArray, you would simply type:
rostopic echo /whycon/poses/position.x to get only the x positions. However, this does not work with whycon.
Do you know what the proper formatting to echo x,y,z positions without orientations?
The text was updated successfully, but these errors were encountered: