m4nh / skimap_ros

Ros implementation of Skimap
GNU General Public License v3.0
267 stars 101 forks source link

About include files #5

Closed GilgameshD closed 7 years ago

GilgameshD commented 7 years ago

when I am using this package, I find that there is no file called <skimap_ros/SkimapIntegrationService.h>, but it is included in one head file. So I don't know where to find it.

m4nh commented 7 years ago

@GilgameshD This is the ROS Service auto generated file from:

add_service_files( FILES SkimapIntegrationService.srv )

are there any errors/warnings in "catkin_make" command ?

m4nh commented 7 years ago

@GilgameshD issue now is resolved. Please confirm it if you can

GilgameshD commented 7 years ago

I am sorry that I am not familiar with ROS, and thanks for you help. I will close the issue now.