Skip to content

Commit

Permalink
fix ignore_orientation_
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Aug 28, 2024
1 parent fe6fcec commit 211501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fd_hardware/src/fd_effort_hi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ bool FDEffortHardwareInterface::connectToDevice()
return false;
}

ignore_orientation_ &= !dhdHasWrist(interface_ID_);
ignore_orientation_ |= !dhdHasWrist(interface_ID_);
if (ignore_orientation_) {
RCLCPP_INFO(LOGGER, "dhd : Orientation will be ignored !");
}
Expand Down

0 comments on commit 211501b

Please sign in to comment.