Skip to content

Commit

Permalink
"room_is_oriented" attribute added
Browse files Browse the repository at this point in the history
  • Loading branch information
GeraGrind96 committed Jan 29, 2024
1 parent 6b47cfb commit b2dde0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/include/dsr/core/types/type_checking/dsr_attr_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ REGISTER_TYPE(ultrasound_y_pos, std::reference_wrapper<const std::vector<float>>
* */
REGISTER_TYPE(delimiting_polygon_x, std::reference_wrapper<const std::vector<float>>, false);
REGISTER_TYPE(delimiting_polygon_y, std::reference_wrapper<const std::vector<float>>, false);
REGISTER_TYPE(room_is_oriented, bool, false);

/* * * * * * * * * * *
* MELEX-RODAO ATTR *
Expand Down

0 comments on commit b2dde0d

Please sign in to comment.