You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: moveit_ros/planning/trajectory_execution_manager/include/moveit/trajectory_execution_manager/trajectory_execution_manager.h
+18
Original file line number
Diff line number
Diff line change
@@ -193,24 +193,42 @@ class MOVEIT_TRAJECTORY_EXECUTION_MANAGER_EXPORT TrajectoryExecutionManager
193
193
/// longer than expected, the trajectory is canceled
194
194
voidenableExecutionDurationMonitoring(bool flag);
195
195
196
+
/// Get the current status of the monitoring of trajectory execution duration.
197
+
boolExecutionDurationMonitoring() const;
198
+
196
199
/// When determining the expected duration of a trajectory, this multiplicative factor is applied
0 commit comments