Why are topics remapped when used with controllers?
Hi all,
When using the UR5 package from ROS industrial, there is a python script called test_move.py which is used to generate a joint trajectory fed to the controllers. When this script is used remapping is used hence the command line for this script is the following:
./test_move.py follow_joint_trajectory:=arm_controller/follow_joint_trajectory
I have noticed that topics are often remapped when used with controllers. Is there any specific reason why?
Thanks,
Antoine.