Skip to content

Commit

Permalink
[effort_controllers] JointGroupPositionController: Change to initRT
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Sep 4, 2020
1 parent e25a037 commit 35ccf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effort_controllers/src/joint_group_position_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ namespace effort_controllers
enforceJointLimits(current_positions[i], i);
pid_controllers_[i].reset();
}
commands_buffer_.writeFromNonRT(current_positions);
commands_buffer_.initRT(current_positions);
}

void JointGroupPositionController::update(const ros::Time& time, const ros::Duration& period)
Expand Down

0 comments on commit 35ccf33

Please sign in to comment.