We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c895 commit 1ebee52Copy full SHA for 1ebee52
joint_trajectory_controller/src/joint_trajectory_controller.cpp
@@ -193,7 +193,8 @@ controller_interface::return_type JointTrajectoryController::update(
193
};
194
195
// current state update
196
- state_current_.time_from_start.set__sec(0);
+ state_current_.time_from_start.sec = 0;
197
+ state_current_.time_from_start.nanosec = 0;
198
read_state_from_state_interfaces(state_current_);
199
200
// currently carrying out a trajectory
0 commit comments