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 76de658 commit 76402a5Copy full SHA for 76402a5
ur_controllers/src/scaled_joint_trajectory_controller.cpp
@@ -83,7 +83,7 @@ controller_interface::return_type ScaledJointTrajectoryController::update(const
83
scaled_params_.speed_scaling_interface_name.c_str());
84
}
85
86
- if (get_state().id() == lifecycle_msgs::msg::State::PRIMARY_STATE_INACTIVE) {
+ if (get_lifecycle_state().id() == lifecycle_msgs::msg::State::PRIMARY_STATE_INACTIVE) {
87
return controller_interface::return_type::OK;
88
89
0 commit comments