add robot_protocol_msgs
This commit is contained in:
parent
b3033113ea
commit
e7dc4031c6
|
|
@ -22,4 +22,7 @@ if(NOT TARGET map_msgs)
|
|||
endif()
|
||||
if(NOT TARGET visualization_msgs)
|
||||
add_subdirectory(visualization_msgs)
|
||||
endif()
|
||||
if(NOT TARGET robot_protocol_msgs)
|
||||
add_subdirectory(robot_protocol_msgs)
|
||||
endif()
|
||||
Loading…
Reference in New Issue
Block a user