Skip to content

Commit

Permalink
extra linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Mar 11, 2024
1 parent 859f415 commit 636c7a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ controller_interface::return_type CartesianAdmittanceController::update(

// Publish controller state
if (admittance_->controller_state_to_msg(controller_state_msg_) != \
controller_interface::return_type::OK) {
RCLCPP_ERROR(
get_node()->get_logger(),
"Failled to retrieve Admittance rule state!");
}
else {
controller_interface::return_type::OK)
{
RCLCPP_ERROR(
get_node()->get_logger(),
"Failed to retrieve Admittance rule state!");
} else {
controller_state_msg_.header.stamp = get_node()->get_clock()->now();
state_publisher_->lock();
state_publisher_->msg_ = controller_state_msg_;
Expand Down
2 changes: 1 addition & 1 deletion cartesian_control_msgs/msg/KeyValues.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
std_msgs/Header header

string[] keys
float64[] values
float64[] values

0 comments on commit 636c7a0

Please sign in to comment.