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: multi_time_trajectory_controller/include/multi_time_trajectory_controller/multi_time_trajectory_controller.hpp
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,7 @@ class MultiTimeTrajectoryController : public controller_interface::ControllerInt
336
336
ControllerFeedbackMsg last_odom_feedback_;
337
337
ControllerReferenceMsg last_reference_;
338
338
ControllerReferenceMsg last_reliable_reference_;
339
+
bool current_state_initialized_{false};
339
340
using JointTrajectoryPoint = control_msgs::msg::AxisTrajectoryPoint;
340
341
341
342
// Command subscribers and Controller State publisher
@@ -350,6 +351,8 @@ class MultiTimeTrajectoryController : public controller_interface::ControllerInt
0 commit comments