ros-controls/ros2_controllers
Joint State Broadcaster print warning when unable to remap the interface properly
Aperta
#1776 aperta il 25 giu 2025
good first issue
Metriche repository
- Star
- (810 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Joint State Broadcaster
In the Joint_state_broadcaster, when we use the map_interface_to_joint_state parameter, when the interface is not found, when the remapped interface is not found, then it rolls back to the default one. When it chooses the default one, it would be nice to have a warning printed to notify the user that the remapping is not happening on certain joints.
Moreover, when there is not even the default interface (position, velocity, effort), then it should also print that it is not present and NaN's will be obtained in the respective field.