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 34ec02e commit 5a111e3Copy full SHA for 5a111e3
joint_trajectory_controller/src/joint_trajectory_controller.cpp
@@ -959,14 +959,12 @@ controller_interface::CallbackReturn JointTrajectoryController::on_activate(
959
if (read_state_from_command_interfaces(state))
960
{
961
state_current_ = state;
962
- state_desired_ = state;
963
last_commanded_state_ = state;
964
}
965
else
966
967
// Initialize current state storage from hardware
968
read_state_from_state_interfaces(state_current_);
969
- read_state_from_state_interfaces(state_desired_);
970
read_state_from_state_interfaces(last_commanded_state_);
971
972
0 commit comments