We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it should be possible to configure the tf_length_X-metrics to only take translation/rotation around x axis into account.
tf_length_X
x
Possible configuration examples are:
tf_length_translation/tf_distance_translation:
xyz
y
z
xz
tf_length_rotation/tf_distance_rotation:
The text was updated successfully, but these errors were encountered:
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...
Sorry, something went wrong.
No branches or pull requests
it should be possible to configure the
tf_length_X
-metrics to only take translation/rotation aroundx
axis into account.Possible configuration examples are:
tf_length_translation/tf_distance_translation:
xyz
: same as defaultx
: only calculate for xy
: only calculate for yz
: only calculate for zxz
: only calculate for x and ztf_length_rotation/tf_distance_rotation:
xyz
: same as defaultx
: only calculate for rolly
: only calculate for pitchz
: only calculate for yawxz
: only calculate for roll and yawThe text was updated successfully, but these errors were encountered: