Skip to content
Snippets Groups Projects
Commit 3ac977cf authored by Christoph Jähne's avatar Christoph Jähne
Browse files

added more detail to explanation why only torque

parent 175a8887
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,9 @@ namespace franka_hw {
* A hardware class for a Panda robot based on the ros_control framework.
* This class is ready to be combined with other hardware classes e.g. to
* control mulitple robots from a single controller.
* Note: This class allows for torque (effort) control only (see documentation at
* https://frankaemika.github.io/docs/franka_ros.html ).
* Note: This class allows for torque (effort) control only due to the lack of synchronization
* between master controllers of different robots. For more information see the documentation at
* https://frankaemika.github.io/docs/franka_ros.html .
*/
class FrankaCombinableHW : public FrankaHW {
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment