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

Subscribing to a field within the pose topic #20

Closed
sdorman opened this issue Jun 18, 2018 · 1 comment
Closed

Subscribing to a field within the pose topic #20

sdorman opened this issue Jun 18, 2018 · 1 comment

Comments

@sdorman
Copy link

sdorman commented Jun 18, 2018

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?

@protobits
Copy link
Contributor

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.

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

No branches or pull requests

2 participants