[cartographer_ros_msgs] Message dependency fixup (#882)

* add missing std_msgs dependency
* use full message identifier to match be consistent with the other messages from this package
master
Mikael Arguedas 2018-05-30 09:59:16 +02:00 committed by Christoph Schütte
parent 00b0144736
commit 46cfb7dfad
5 changed files with 6 additions and 4 deletions

View File

@ -18,6 +18,7 @@ project(cartographer_ros_msgs)
set(PACKAGE_DEPENDENCIES
geometry_msgs
std_msgs
)
find_package(catkin REQUIRED COMPONENTS message_generation ${PACKAGE_DEPENDENCIES})
@ -45,7 +46,7 @@ add_service_files(
generate_messages(
DEPENDENCIES
geometry_msgs
${PACKAGE_DEPENDENCIES}
)
catkin_package(

View File

@ -13,4 +13,4 @@
# limitations under the License.
std_msgs/Header header
LandmarkEntry[] landmark
cartographer_ros_msgs/LandmarkEntry[] landmark

View File

@ -13,4 +13,4 @@
# limitations under the License.
std_msgs/Header header
SubmapEntry[] submap
cartographer_ros_msgs/SubmapEntry[] submap

View File

@ -31,6 +31,7 @@
<buildtool_depend>catkin</buildtool_depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<build_depend>message_generation</build_depend>

View File

@ -17,4 +17,4 @@ int32 submap_index
---
cartographer_ros_msgs/StatusResponse status
int32 submap_version
SubmapTexture[] textures
cartographer_ros_msgs/SubmapTexture[] textures