G.A. vd. Hoorn
G.A. vd. Hoorn
#264 was merged. Should / can this be merged?
Isn't this #188?
@ChrisTimperley: what is the status of this PR (and the other ones)?
This bit: ``` Invoking generate_messages() without having added any message or service file before. ``` is likely the cause of the header inclusion error later on (no msgs specced ->...
Could as well be another instance of the problem where we're *mysteriously* missing dependencies even though all should be resolved by `rosdep` (the thing we're trying to address with #150).
> I used the time of the fix, as usual (actually rounded to the next hour, in this case). Why did you round the stamp?
Understood. Retrieving the timestamp should be as simple as `get_issue_creation_date.py https://github/link/to/issue/or/pull_request`. I know the name of the script only includes `issue`, but it works for PRs as well.
Probably https://github.com/vcstools/vcstools/issues/147.
Isn't this what we have `missing-dependencies` for?
> > Isn't this what we have `missing-dependencies` for? > > It is, but I believe that `console_bridge` is not a Catkin package -- rather, it's a pure CMake package...