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

add "--param-type" option to ros2param list. #572

Merged
merged 3 commits into from
Oct 29, 2020

Commits on Oct 29, 2020

  1. add "--param-type" option to ros2param list.

    Signed-off-by: Tomoya.Fujita <[email protected]>
    fujitatomoya authored and clalancette committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    e390641 View commit details
    Browse the repository at this point in the history
  2. Get parameter descriptors at once for a node.

    Signed-off-by: Tomoya.Fujita <[email protected]>
    fujitatomoya authored and clalancette committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c39ebce View commit details
    Browse the repository at this point in the history
  3. Make type lookup faster.

    Use a map so we don't have to continually do a search in
    the inner loop.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    174dd2f View commit details
    Browse the repository at this point in the history