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 7e680a7 commit b1c1c00Copy full SHA for b1c1c00
ur_controllers/src/passthrough_trajectory_controller.cpp
@@ -607,7 +607,7 @@ bool PassthroughTrajectoryController::check_goal_tolerance()
607
return false;
608
}
609
610
- if (!active_joint_traj_.points.back().accelerations.empty()) {
+ if (!active_joint_traj_.points.back().accelerations.empty() && !joint_acceleration_state_interface_.empty()) {
611
const auto joint_acc = joint_acceleration_state_interface_[i].get().get_optional();
612
if (!joint_acc.has_value()) {
613
0 commit comments