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

Load Config action doesn't support TF prefix param #42

Open
smgee opened this issue Aug 19, 2020 · 0 comments
Open

Load Config action doesn't support TF prefix param #42

smgee opened this issue Aug 19, 2020 · 0 comments

Comments

@smgee
Copy link

smgee commented Aug 19, 2020

In loading a TF display or Robot Model display, I've noticed there is no entry under the 'options' struct to specify the TF Prefix. While it can be done manually, I would have expected this parameter to be exposed while loading a config file. I've tried explicitly adding it during the load action hoping it was a hidden feature, but that doesn't seem to be the case.

Does the option exist and I can't figure out the correct parameter name? Is there a reason not to include this option when loading? I would imagine the text below to be something that is possible -

  "displays": [
    {
      "isShown": true,
      "name": "Robot model",
      "options": {
        "param": "robot_description",
        "tfPrefix": "robot_prefix"
      },
      "type": "urdf"
    }
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

1 participant