diff --git a/fd_hardware/src/fd_effort_hi.cpp b/fd_hardware/src/fd_effort_hi.cpp index c8173a3..70fd1b0 100644 --- a/fd_hardware/src/fd_effort_hi.cpp +++ b/fd_hardware/src/fd_effort_hi.cpp @@ -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 !"); }