You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: localization/yabloc/validation/lanelet2_overlay_monitor/include/lanelet2_overlay_monitor/lanelet2_overlay_monitor.hpp
+4-4
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@
32
32
#include<pcl/point_cloud.h>
33
33
#include<pcl/point_types.h>
34
34
35
-
namespaceyabloc::overlay
35
+
namespaceyabloc::lanelet2_overlay
36
36
{
37
-
classOverlay : publicrclcpp::Node
37
+
classLanelet2Overlay : publicrclcpp::Node
38
38
{
39
39
public:
40
40
using Pose = geometry_msgs::msg::Pose;
@@ -46,7 +46,7 @@ class Overlay : public rclcpp::Node
46
46
using Image = sensor_msgs::msg::Image;
47
47
using Float32Array = std_msgs::msg::Float32MultiArray;
48
48
49
-
Overlay();
49
+
Lanelet2Overlay();
50
50
51
51
private:
52
52
common::StaticTfSubscriber tf_subscriber_;
@@ -79,4 +79,4 @@ class Overlay : public rclcpp::Node
0 commit comments