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

ROS Parameters #10

Merged
merged 4 commits into from
Apr 26, 2023
Merged

ROS Parameters #10

merged 4 commits into from
Apr 26, 2023

Conversation

luis-camero
Copy link
Collaborator

Every sensor has it's own ros_parameters dictionary through which any parameter can be set.

The parameters that are understood by the ClearpathConfig parser are in the sample config.

Any other key, value pair passed will get stored and returned with a call to get_ros_parameters.

Any changes made to sensors at run-time (i.e. after reading the config) will be reflected in the config returned by the get_ros_parameters function.

Nested parameters, i.e. rgb_camera.profile are interpreted as nested dictionaries:

{
rgb_camera: 
  {
   profile: ""
  }
}

@luis-camero luis-camero merged commit d76770e into main Apr 26, 2023
@tonybaltovski tonybaltovski deleted the ros_parameters branch July 10, 2023 16:39
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

Successfully merging this pull request may close these issues.

1 participant