Skip to content

Commit

Permalink
fix(traffic_light_visualization): move header directory to match pack…
Browse files Browse the repository at this point in the history
…age name

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Dec 13, 2023
1 parent 7477e9a commit 7eff769
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
// limitations under the License.

#include <rclcpp/rclcpp.hpp>
#include <traffic_light_map_visualizer/node.hpp>

#include "traffic_light_visualizer/traffic_light_map_visualizer/node.hpp"

#include <memory>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <lanelet2_extension/utility/message_conversion.hpp>
#include <lanelet2_extension/utility/query.hpp>
#include <lanelet2_extension/visualization/visualization.hpp>
#include <traffic_light_map_visualizer/node.hpp>

#include <visualization_msgs/msg/marker_array.hpp>

Expand All @@ -25,6 +24,8 @@
#include <string>
#include <vector>

#include "traffic_light_visualizer/traffic_light_map_visualizer/node.hpp"

using std::placeholders::_1;

namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@

#include <rclcpp/rclcpp.hpp>
#include <rclcpp_components/register_node_macro.hpp>
#include <traffic_light_roi_visualizer/nodelet.hpp>

#include <memory>
#include <string>
#include <utility>

#include "traffic_light_visualizer/traffic_light_roi_visualizer/nodelet.hpp"

namespace traffic_light
{
TrafficLightRoiVisualizerNodelet::TrafficLightRoiVisualizerNodelet(
Expand Down

0 comments on commit 7eff769

Please sign in to comment.