Skip to content

Commit

Permalink
Update port_drayage_worker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Jun 13, 2024
1 parent 21af52c commit 884248e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions port_drayage_plugin/src/port_drayage_worker.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2020-2022 LEIDOS.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
Expand Down Expand Up @@ -410,7 +410,7 @@ namespace port_drayage_plugin

void PortDrayageWorker::onNewGeoreference(std_msgs::msg::String::UniquePtr msg) {
// Build projector from proj string
if (georeference_ != = msg->data)
if (georeference_ != msg->data)
{
georeference_ = msg->data;
map_projector_ = std::make_shared<lanelet::projection::LocalFrameProjector>(msg->data.c_str());
Expand Down

0 comments on commit 884248e

Please sign in to comment.