Skip to content

Commit

Permalink
fix(autoware_behavior_velocity_intersection_module): fix functionConst (
Browse files Browse the repository at this point in the history
autowarefoundation#8283)

fix:functionConst

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
  • Loading branch information
kobayu858 authored and esteve committed Aug 13, 2024
1 parent 1ec9ebc commit b92e8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class ObjectInfoManager
std::vector<std::shared_ptr<ObjectInfo>> allObjects() const;

const std::unordered_map<unique_identifier_msgs::msg::UUID, std::shared_ptr<ObjectInfo>> &
getObjectsMap()
getObjectsMap() const
{
return objects_info_;
}
Expand Down

0 comments on commit b92e8ff

Please sign in to comment.