We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db7e99 commit d88cab0Copy full SHA for d88cab0
hydra_ros/src/backend/gt_room_publisher.cpp
@@ -39,7 +39,7 @@ void GtRoomPublisher::call(uint64_t, const RoomFinder& rf) const {
39
const std::vector<double> greens{1, .8, .6, .4, .2};
40
const std::vector<double> blues{.4, .2, 0, 1};
41
42
- for (auto room : rf.room_extents_.room_bounding_boxes) {
+ for (auto room : rf.room_extents.room_bounding_boxes) {
43
for (auto box : room) {
44
visualization_msgs::msg::Marker m;
45
m.header.frame_id = "map";
0 commit comments