Closed MartienLagerweij closed 9 years ago
Can you provide a link to the incorrect tutorial?
The master branch is out of date and shouldn't be used. I do not believe the debian for Indigo is being built from the master branch, I believe it based on the hydro-devel branch:
https://github.com/ros-gbp/common_tutorials-release/blob/master/tracks.yaml#L31
But should be built based on a version tag, right now it is this one:
https://github.com/ros/common_tutorials/tree/0.1.7
I think we will need some more details to know what problem you ran into and what the appropriate fix is to prevent others from running into.
The tutorial is the one that this source belongs to: the turtle_actionlib. It is described here: http://wiki.ros.org/turtle_actionlib
When I started the tutorial. it didn't work. I then downloaded the source to my Ubuntu 14.04 PC (using the >apt-get source< command) and found that the source uses the wrong topic name (see the diff I provided, location @@ -22,7 +22,7 @@). The hydro-devel branch is indeed the one with the correct source, but it seems not being used for Ubuntu 14.04 at the moment.
The 0.1.7 tag you provided points to a source that also uses the wrong topic.
The 0.1.7 tag you provided points to a source that also uses the wrong topic.
The hydro-devel branch however does use the topic that you have in your diff.
The commit which matches your patch went in at 3d97b7be993943142ea0938d9323f23bbfa84532. This went in after 0.1.7.
Looks like it just needs a tagging and a re-release.
Indigo 0.1.8 release is in the pipeline.
I guess this was addressed? I'm going to close this issue, but if you still need help please comment here and I can reopen it.
:+1:
The ros-indigo-turtle-actionlib ubuntu package is built with the shape_server.cpp source of the master branch. That source however results in a non-working tutorial. Using a proper source from another branch will fix this. Here is the diff of my own patch: