ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, I have same question now, but I read the code, and found that command is written into pointer cmd_, and this pointer is defined when the constructor of JointHandle is called.
Then the class, JointHandle, will be registered, so I think this is the way that controller builds connection with the hardware interface.
I'm not sure what I said above is correct, but I think it may help.