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

metrics: make tf metrics configurable for x,y,z,r,p,y #106

Open
floweisshardt opened this issue Dec 31, 2019 · 1 comment
Open

metrics: make tf metrics configurable for x,y,z,r,p,y #106

floweisshardt opened this issue Dec 31, 2019 · 1 comment

Comments

@floweisshardt
Copy link
Owner

it should be possible to configure the tf_length_X-metrics to only take translation/rotation around x axis into account.

Possible configuration examples are:

tf_length_translation/tf_distance_translation:

  • default: calculate for all axes (x, y, z in root_frame)
  • xyz: same as default
  • x: only calculate for x
  • y: only calculate for y
  • z: only calculate for z
  • xz: only calculate for x and z

tf_length_rotation/tf_distance_rotation:

  • default: calculate for all axes (roll, pitch, yaw in root_frame)
  • xyz: same as default
  • x: only calculate for roll
  • y: only calculate for pitch
  • z: only calculate for yaw
  • xz: only calculate for roll and yaw
@fmessmer
Copy link
Collaborator

fmessmer commented Jan 4, 2020

why not use some kind of "bitmask"?
i.e. bit 0 stands for x, bit 1 stands for y and bit 2 stands for z?
3 = 011 -> xy
5 = 101 -> xz
etc...

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