Skip to content

Commit d77db83

Browse files
fmauchRobertWilbrandt
authored andcommitted
Update read_state_from_hardware
This has been renamed to read_state_from_state_interfaces
1 parent 6b1c5a0 commit d77db83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_controllers/src/scaled_joint_trajectory_controller.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ controller_interface::return_type ScaledJointTrajectoryController::update(const
129129

130130
// current state update
131131
state_current_.time_from_start.set__sec(0);
132-
read_state_from_hardware(state_current_);
132+
read_state_from_state_interfaces(state_current_);
133133

134134
// currently carrying out a trajectory
135135
if (has_active_trajectory()) {

0 commit comments

Comments
 (0)