Skip to content

Commit d88cab0

Browse files
committed
fixup
1 parent 7db7e99 commit d88cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra_ros/src/backend/gt_room_publisher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void GtRoomPublisher::call(uint64_t, const RoomFinder& rf) const {
3939
const std::vector<double> greens{1, .8, .6, .4, .2};
4040
const std::vector<double> blues{.4, .2, 0, 1};
4141

42-
for (auto room : rf.room_extents_.room_bounding_boxes) {
42+
for (auto room : rf.room_extents.room_bounding_boxes) {
4343
for (auto box : room) {
4444
visualization_msgs::msg::Marker m;
4545
m.header.frame_id = "map";

0 commit comments

Comments
 (0)