Skip to content

Commit

Permalink
add uuid dependency (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taichi Higashide authored and taikitanaka3 committed Dec 1, 2021
1 parent b05b580 commit e994fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages/autoware_auto_perception_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"geometry_msgs"
"sensor_msgs"
"std_msgs"
"unique_identifier_msgs"
ADD_LINTER_TESTS
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "autoware_auto_perception_msgs/msg/ObjectClassification.idl"
#include "autoware_auto_perception_msgs/msg/Shape.idl"
#include "autoware_auto_perception_msgs/msg/PredictedObjectKinematics.idl"
#include "unique_identifier_msgs/msg/UUID.idl"

module autoware_auto_perception_msgs {
module msg {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "autoware_auto_perception_msgs/msg/ObjectClassification.idl"
#include "autoware_auto_perception_msgs/msg/Shape.idl"
#include "autoware_auto_perception_msgs/msg/TrackedObjectKinematics.idl"
#include "unique_identifier_msgs/msg/UUID.idl"

module autoware_auto_perception_msgs {
module msg {
Expand Down

0 comments on commit e994fa4

Please sign in to comment.