File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 77#include < config_utilities/validation.h>
88#include < glog/logging.h>
99
10- #include < memory>
11-
1210#include < visualization_msgs/msg/marker.hpp>
1311#include < visualization_msgs/msg/marker_array.hpp>
1412
@@ -22,8 +20,8 @@ void declare_config(GtRoomPublisher::Config& config) {
2220
2321GtRoomPublisher::GtRoomPublisher (const Config& config)
2422 : config(config), nh_(ianvs::NodeHandle::this_node(config.ns)) {
25- room_publisher_ =
26- nh_. create_publisher <visualization_msgs::msg::MarkerArray>( " topic_name " , 1 );
23+ room_publisher_ = nh_. create_publisher <visualization_msgs::msg::MarkerArray>(
24+ " gt_room_boundaries " , 1 );
2725}
2826
2927std::string GtRoomPublisher::printInfo () const { return config::toString (config); }
You can’t perform that action at this time.
0 commit comments