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
We need to add tests parsing different --ros-args to the CM node to be able to propagate to the controllers. This will be needed to properly add testing to the changes in #1712
The text was updated successfully, but these errors were encountered:
I’d like to take on this issue and focus on adding tests for the function ControllerManager::determine_controller_node_options, where the --ros-args are processed and propagated to the controllers, I believe.
What I see that the function ensures:
Handling of __ns (namespace) and __node arguments to avoid conflicts.
Correct passing of parameter files through --ros-args.
Propagation of use_sim_time from the Controller Manager to the controllers.
So I plan to write tests covering:
Node remapping (__ns, __node).
Parameter file parsing.
Could you let me know if there are any additional test cases you'd like to include?
Thanks @saikishor for the update! I'll take a look at the tests in #1713.
If I spot anything that could use more coverage, I'll let you know. Otherwise, I'll move on to another task.
We need to add tests parsing different --ros-args to the CM node to be able to propagate to the controllers. This will be needed to properly add testing to the changes in #1712
The text was updated successfully, but these errors were encountered: