[ros-diffs] [tkreuzer] 65391: [FREELDR] Remove explicit comparisons with TRUE i.e. if (BooleanValue == TRUE) -> if (BooleanValue) (and not !BooleanValue as accidentally written in the previous commit message!)...