ros_service_examples
ros_service_examples copied to clipboard
rosdemo_mp3 missing
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...
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.
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.
Also, let me know when this fixes your problem; then we can close the issue.
Okay, a couple more fixes restored the functionality, too. This should be a rather up to date version now.