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 1b92f30 commit 483d6acCopy full SHA for 483d6ac
joint_trajectory_controller/src/joint_trajectory_controller.cpp
@@ -167,7 +167,8 @@ controller_interface::return_type JointTrajectoryController::update(
167
}
168
169
// current state update
170
- state_current_.time_from_start.set__sec(0);
+ state_current_.time_from_start.sec = 0;
171
+ state_current_.time_from_start.nanosec = 0;
172
read_state_from_state_interfaces(state_current_);
173
174
// currently carrying out a trajectory
0 commit comments