Skip to content

Commit 51ace18

Browse files
author
Felix Exner
committed
Add speed_scaling_factor msg and field in JointTrajectoryControllerState
1 parent 65814d9 commit 51ace18

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

control_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ set(msg_files
3737
msg/SingleDOFState.msg
3838
msg/SingleDOFStateStamped.msg
3939
msg/SteeringControllerStatus.msg
40+
msg/SpeedScalingFactor.msg
4041
)
4142

4243
set(action_files

control_msgs/msg/JointTrajectoryControllerState.msg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ trajectory_msgs/MultiDOFJointTrajectoryPoint multi_dof_feedback
2222
trajectory_msgs/MultiDOFJointTrajectoryPoint multi_dof_error
2323
# Current output of the controller.
2424
trajectory_msgs/MultiDOFJointTrajectoryPoint multi_dof_output
25+
# The speed scaling factor the trajectory is currently being executed with
26+
float64 speed_scaling_factor
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This message contains a scaling factor to scale trajectory execution. A factor of 1.0 means
2+
# execution at normal speed, a factor of 0.0 means a full pause.
3+
# Negative values are not allowed (Which should be checked by any instance consuming this message).
4+
5+
float64 factor

0 commit comments

Comments
 (0)