ros_service_examples icon indicating copy to clipboard operation
ros_service_examples copied to clipboard

rosdemo_mp3 missing

Open godfreap opened this issue 10 years ago • 4 comments

I could be crazy, but I'm not seeing rosdemo_mp3 in here, and it seems like a pretty necessary part of the whole thing...

godfreap avatar Sep 29 '15 12:09 godfreap

I think you have to create a package by

cd catkin_ws/src
catkin_create_pkg rosdemo_mp3

Then, you can clone this code inside this "rosdemo_mp3" directory.

zshn25 avatar Oct 26 '15 11:10 zshn25

Hi guys,

@godfreap, you were totally right. The package's repository name (and thus its cloned directory name) didn't reflect the ROS package name. This shouldn't be a bigger problem in Catkin (and rosbuild as far as I can recall), but for consistency (and to prevent confusion) I fixed that. All entries now properly reference the package as ros_service_examples.

Also, I cleaned up the code, added BSD headers and so forth.

If you encounter anything else, I'll try to fix that asap.

fairlight1337 avatar Oct 26 '15 12:10 fairlight1337

Also, let me know when this fixes your problem; then we can close the issue.

fairlight1337 avatar Oct 26 '15 12:10 fairlight1337

Okay, a couple more fixes restored the functionality, too. This should be a rather up to date version now.

fairlight1337 avatar Oct 26 '15 12:10 fairlight1337