From 2b2fa32cd9bf50c21a368a7c51373727fdddb10b Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 6 Dec 2019 09:50:44 -0300 Subject: [PATCH] add documentation --- motors_weg_cvw300.orogen | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/motors_weg_cvw300.orogen b/motors_weg_cvw300.orogen index 34bad55..149702e 100644 --- a/motors_weg_cvw300.orogen +++ b/motors_weg_cvw300.orogen @@ -47,8 +47,18 @@ task_context 'Task', subclasses: 'iodrivers_base::Task' do # setup (and know what you are doing) property 'modbus_interframe_delay', '/base/Time' + # Control limits + # + # You may only set the speed and effort fields. Setting any other field + # will fail on configure + # + # If set, min and max speeds need to be the opposite of each other. The + # controller does not support limiting them separately property 'limits', '/base/JointLimits' + # Input command + # + # Only set the speed field input_port 'cmd_in', '/base/commands/Joints' output_port 'joint_samples', '/base/samples/Joints'