Skip to content

Commit

Permalink
fix: fix includes
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Dec 14, 2023
1 parent 71f8b15 commit a0d380c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "traffic_light_visualizer/traffic_light_map_visualizer/node.hpp"
#include "traffic_light_visualization/traffic_light_map_visualizer/node.hpp"

#include <rclcpp/rclcpp.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "traffic_light_visualizer/traffic_light_map_visualizer/node.hpp"
#include "traffic_light_visualization/traffic_light_map_visualizer/node.hpp"

#include <lanelet2_extension/utility/message_conversion.hpp>
#include <lanelet2_extension/utility/query.hpp>
Expand Down

0 comments on commit a0d380c

Please sign in to comment.