Skip to content

Commit

Permalink
Update read_state_from_hardware
Browse files Browse the repository at this point in the history
This has been renamed to read_state_from_state_interfaces
  • Loading branch information
fmauch authored and RobertWilbrandt committed Nov 21, 2023
1 parent 6b1c5a0 commit d77db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ur_controllers/src/scaled_joint_trajectory_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ controller_interface::return_type ScaledJointTrajectoryController::update(const

// current state update
state_current_.time_from_start.set__sec(0);
read_state_from_hardware(state_current_);
read_state_from_state_interfaces(state_current_);

// currently carrying out a trajectory
if (has_active_trajectory()) {
Expand Down

0 comments on commit d77db83

Please sign in to comment.