navigation
navigation copied to clipboard
Use YAML::BadConversion exception to catch undefined and invalid YAML parameters
This pull request addresses issue https://github.com/ros-planning/navigation/issues/1010
- Use YAML::BadConversion exception to catch undefined and invalid YAML parameters.
Setting,
resolution: "0.050000"
within the .yaml
Allows the current method to parse the resolution, is this acceptable?