You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works, but for some reason I cannot get that setup path to be respected and I get errors in launch about no YAML can be found. After about 15 minutes of playing around I just copy pasted its contents into my launch file and works fine. the battery updater/estimator seem to get the setup_path correctly, and I'm not 100% sure why it is that this launch file isn't quite working (perhaps the opaque function?)
SteveMacenski
changed the title
clearpath_diagnostics launch file does not work with other setup_aths
clearpath_diagnostics launch file does not work with other setup_paths
Jun 4, 2024
This issue was likely to do with the setup_path being passed in. The path resolution was naive and expected a directory to end with a / in order to join the robot.yaml file to the directory path. I'm assuming that this was the cause of your issues and why you were able to resolve it by getting rid of the requirement on the namespace, and therefore did not need to use the opaque function to load the robot.yaml. I have made the fix in #62.
Please provide the following information:
main
Expected behaviour
Works, but for some reason I cannot get that setup path to be respected and I get errors in launch about no YAML can be found. After about 15 minutes of playing around I just copy pasted its contents into my launch file and works fine. the battery updater/estimator seem to get the setup_path correctly, and I'm not 100% sure why it is that this launch file isn't quite working (perhaps the opaque function?)
Actual behaviour
Works:
The text was updated successfully, but these errors were encountered: