Skip to content

Commit

Permalink
update get_state to get_lifecycle_state
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam committed Sep 25, 2024
1 parent 81a2d23 commit e87c631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_kss_rsi_driver/src/hardware_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ return_type KukaRSIHardwareInterface::read(const rclcpp::Time &, const rclcpp::D
if (server_->recv(in_buffer_) == 0)
{
RCLCPP_ERROR(rclcpp::get_logger("KukaRSIHardwareInterface"), "No data received from robot");
this->on_deactivate(this->get_state());
this->on_deactivate(this->get_lifecycle_state());
return return_type::ERROR;
}
rsi_state_ = RSIState(in_buffer_);
Expand Down

0 comments on commit e87c631

Please sign in to comment.