File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1029,8 +1029,8 @@ void RCSotController::localStandbyVelocityControlMode(
1029
1029
assert (aJoint.getName () == joint_name);
1030
1030
if (first_time)
1031
1031
if (verbosity_level_ > 1 ) {
1032
- ROS_INFO (" Control joint %s (id %d) to %f\n " , joint_name. c_str () ,
1033
- idJoint, aJoint.getPosition ());
1032
+ ROS_INFO (" Velocity control mode: control joint %s (id %d) to %f\n " ,
1033
+ joint_name. c_str (), idJoint, aJoint.getPosition ());
1034
1034
}
1035
1035
}
1036
1036
}
@@ -1055,8 +1055,8 @@ void RCSotController::localStandbyPositionControlMode() {
1055
1055
assert (aJoint.getName () == joint_name);
1056
1056
if (first_time)
1057
1057
if (verbosity_level_ > 1 ) {
1058
- ROS_INFO (" Control joint %s (id %d) to %f\n " , joint_name. c_str () ,
1059
- idJoint, aJoint.getPosition ());
1058
+ ROS_INFO (" Position control mode: control joint %s (id %d) to %f\n " ,
1059
+ joint_name. c_str (), idJoint, aJoint.getPosition ());
1060
1060
}
1061
1061
}
1062
1062
}
You can’t perform that action at this time.
0 commit comments