Mat198

Results 3 issues of Mat198

### Description How can I remap the joint_states topic to use move group interface getCurrentState() on ROS2 C++? It's asked [here](https://answers.ros.org/question/352459/how-to-change-default-joint_states-topic-in-c-script/) without answer for C++. ### Environment * ROS Distro:...

help wanted
humble
main

### Description The hybrid_planning_container is duplicated when creating a ComposableNodeContainer. It's seen related to the global planner node. The node name is not duplicated when I remove the global planner...

bug

### Description Create a function to save parameters to a file inside a C++ node. Something like `node->save_parameters(path);'. This can be useful when the parameters are changed inside a callback...

enhancement