Skip to content

Commit

Permalink
feature(rtc_interface): fix README
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 committed Apr 22, 2022
1 parent 8017a99 commit b5b1245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/rtc_interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ while (...) {
// Update status
rtc_interface.updateCooperateStatus(uuid, safe, distance);

if (rtc_interface.isActivated()) {
if (rtc_interface.isActivated(uuid)) {
// Execute planning
} else {
// Stop planning
Expand Down

0 comments on commit b5b1245

Please sign in to comment.