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

rtt_rosparam: Support more primitive integral parameter #170

Open
Hugal31 opened this issue Jul 8, 2022 · 0 comments
Open

rtt_rosparam: Support more primitive integral parameter #170

Hugal31 opened this issue Jul 8, 2022 · 0 comments

Comments

@Hugal31
Copy link
Contributor

Hugal31 commented Jul 8, 2022

Add support for more primitive parameters in rtt_rosparam.

Currently, we only support those primitive integral types:

  • int
  • unsigned int
  • char
  • unsigned char

(See code fox xml -> prop and prop -> xml).

Other integral types, such as longs and shorts are missing. It would be nice to support them, and maybe add an error/warning if the value doesn't fit into the prop/xml value (this is already missing for currently supported integrals).

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