ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

tl;dr: I'd send Andy Zelenak a direct mail, as the source repository has no issue tracker, and there is no other way to contact the author.


1 . I checked the issue trackers. I see "On a wiki page for a package or stack there should be a link at the bottom pointing to where to file tickets." No such luck. (Maybe I'm missing it?)

Provided the package author / maintainer has submitted the repository for indexing in the right way, clicking the Source link in the Package Summary section (at the top of the wiki page) will take you to the repository containing the sources. In this case, that link takes you to bitbucket.org/AndyZe/pid.git, which also serves as a web page for that repository (not always the case, as Subversion repositories fi don't have that automatically).

From there the issue tracker (at least for Github and Bitbucket) should be a click away.

This particular package though doesn't define the link for bugtracker in its manifest (just one for website, here - see REP-140 for more info), so that is why the PackageHeader(..) macro can't render one for you.

2 . I looked through the list of common organizations on GitHub for ROS packages. "ROS Controls" seems like the closest fit but I didn't find any hits when I searched it for "pid" so I doubt that's it.

That is a good strategy, but the pid package is a user contributed package. I guess this is hard to gauge, especially for new-comers, but most of the ros-* organisations hold packages that are either directly out of Willow Garage (long time ago), or have been moved to more centralised hosting to benefit from slightly more consistent maintenance and support. Unfortunately this package is hosted on BitBucket, so you couldn't find it by searching GitHub.

4 . I'm reporting fairly simple documentation issues so I doubt anyone would have reported them already and it seems a bit too trivial to blast the mailing list.

If by mailing list you mean ros-users, then that is good thinking: it is definitely not the place to report these kind of things to. If only for the reason that there is no guarantee that the author of a package is actually subscribed to it, and you'd be unnecessarily sending 10k+ users email about something they can't actually do anything about.

5 . I see the author for the package but I also see the warnings not to contact maintainers directly. I also know how disruptive it can be to handle individual e-mail requests like this.

I'm curious where you found that warning, I can't find it on the wiki page. Is that on a more general support page somewhere?

And in this case, I think you don't have any other option: the package does not contain a link to a bug tracker, and the source repository (bitbucket.org/AndyZe/pid.git) does not have its tracker enabled, so you cannot contact the author that way.

His email address is both on the wiki page (again under the Package Summary) and listed in the package manifest.