Skip to content

Commit 64f4781

Browse files
Felix ExnerRobertWilbrandt
authored andcommitted
Update read_state_from_hardware
This has been renamed to read_state_from_state_interfaces (cherry picked from commit d77db83)
1 parent 76dc751 commit 64f4781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_controllers/src/scaled_joint_trajectory_controller.cpp

Lines changed: 1 addition & 1 deletion
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)