Skip to content

Commit

Permalink
fix(rtc_interface): fix build error (#8111)
Browse files Browse the repository at this point in the history
* fix

Signed-off-by: Go Sakayori <[email protected]>

* fix format

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori authored Jul 19, 2024
1 parent a156e0d commit 39c8461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planning/autoware_rtc_interface/src/rtc_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ bool RTCInterface::isForceActivated(const UUID & uuid) const
}

RCLCPP_WARN_STREAM(
getLogger(), "[isForceActivated] uuid : " << to_string(uuid) << " is not found" << std::endl);
getLogger(),
"[isForceActivated] uuid : " << uuid_to_string(uuid) << " is not found" << std::endl);
return false;
}

Expand Down

0 comments on commit 39c8461

Please sign in to comment.