ros_service_examples icon indicating copy to clipboard operation
ros_service_examples copied to clipboard

Mp3InventoryService.h no such file

Open gerardoberni opened this issue 8 years ago • 9 comments

When I tried to build with catkin_make, it told me that there is no such file as Mp3InventoryService.h captura de pantalla 2017-01-03 17 24 47

gerardoberni avatar Jan 03 '17 23:01 gerardoberni

I have the same problem here. :(

binxxx avatar Jan 20 '17 03:01 binxxx

Hey,

sorry for not being very responsive on this right now (got a pretty important deadline coming up). I'll look into this as soon as I find the time.

Cheers

fairlight1337 avatar Jan 22 '17 18:01 fairlight1337

how is this issue now? I'm a new ROS user and faced with the same issue when creating a message and service in ROS.

louis-xu-ustc avatar May 18 '17 20:05 louis-xu-ustc

[rospack] Error: package 'ros_service_examples' not found

xiongdemao avatar Oct 19 '17 12:10 xiongdemao

default

xiongdemao avatar Oct 19 '17 12:10 xiongdemao

Hi ,

Edit ros_service_examples/CMakeLists.txt downloaded from repo here .

Add two lines in the end of CMakeList.txt

add_dependencies(mp3_inventory ros_service_examples_gencpp) add_dependencies(mp3_controller ros_service_examples_gencpp)

It works fine in ROS Lunar .

KevKzTW avatar Nov 28 '17 09:11 KevKzTW

@xiongdemao

You should create a catkin workspace with sub directory src first .

Something examples is like catkin_ws |-devel └src   └ros_service_examples

Please follow ROS tutorial to create workspace and download code to right place . ROS official

KevKzTW avatar Nov 28 '17 09:11 KevKzTW

@KevKzTW Thank you! It works also on kinetic!

airuchen avatar Apr 18 '18 20:04 airuchen

@KevKzTW Thanks, it works also on melodic

giuliano-97 avatar Aug 04 '19 10:08 giuliano-97