Skip to content

Commit

Permalink
new types added
Browse files Browse the repository at this point in the history
  • Loading branch information
NoeZC committed Jun 17, 2024
1 parent 5e36fc3 commit 85f5c66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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 @@ -437,6 +437,7 @@ REGISTER_TYPE(offset_xyz, std::reference_wrapper<const std::vector<float>>, fals
REGISTER_TYPE(orientation, std::reference_wrapper<const std::vector<float>>, false) /* 3-vector Orientation for the offset */
REGISTER_TYPE(tolerance, std::reference_wrapper<const std::vector<float>>, false) /* 6-vector Tolerance for the offset and orientation*/
REGISTER_TYPE(subsystem, std::string, false) /* Subsystem that will execute the intention {base, arm_0, head}*/
REGISTER_TYPE(bt_state, std::string, false) /* Subsystem that will execute the intention {base, arm_0, head}*/


/* TESTS
Expand Down
1 change: 1 addition & 0 deletions core/include/dsr/core/types/type_checking/dsr_edge_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ REGISTER_EDGE_TYPE(collision)
REGISTER_EDGE_TYPE(TARGET)
REGISTER_EDGE_TYPE(testtype_e)
REGISTER_EDGE_TYPE(current)
REGISTER_EDGE_TYPE(exit)

#endif //DSR_EDGE_TYPE_H
1 change: 1 addition & 0 deletions core/include/dsr/core/types/type_checking/dsr_node_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ REGISTER_NODE_TYPE(imu)
REGISTER_NODE_TYPE(slam_device)
REGISTER_NODE_TYPE(object)
REGISTER_NODE_TYPE(affordance_space)
REGISTER_NODE_TYPE(affordance)
REGISTER_NODE_TYPE(person)
REGISTER_NODE_TYPE(personal_space)
REGISTER_NODE_TYPE(plane)
Expand Down

0 comments on commit 85f5c66

Please sign in to comment.