-
Notifications
You must be signed in to change notification settings - Fork 234
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
Loading config path from ROS2 parameter #103
Conversation
See PR #52, this was merged by them. But they secretly modified the parameter name without documentation 😉 so this isn't obvious for users who transition from ROS1. |
You're right! |
Can we PLEASE get this merged? |
…onitor Feat/latency monitor
Would like to have this merged too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in humble
We have merged your PR to the dev_opt branch. Thanks to everyone. |
close the PR. |
What's the branching policy you are using if I may ask? I see: |
@Timple |
Previously, you added a feature to load config file path from ROS1 parameter, but you omitted ROS2. This feature is necessary to properly load the configuration file, which is placed outside the package location in ROS2.
I have also added printing out information, from what path the configuration file is currently loaded.
I created pull request with my solution for that.