Skip to content

Commit

Permalink
Merge pull request #221 from GuraMumei/master
Browse files Browse the repository at this point in the history
Fixed power limit's param init
  • Loading branch information
d0h0s authored May 5, 2024
2 parents 38a91c3 + 0b57050 commit 5c6d818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rm_common/include/rm_common/decision/power_limit.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class PowerLimit
double power_gain_{};
uint8_t expect_state_{}, cap_state_{};

bool referee_is_online_;
bool capacity_is_online_;
bool referee_is_online_{ false };
bool capacity_is_online_{ false };
};
} // namespace rm_common

0 comments on commit 5c6d818

Please sign in to comment.