G.A. vd. Hoorn

Results 1779 comments of G.A. vd. Hoorn
trafficstars

This is now possible with https://github.com/rosin-project/rosinstall_generator_time_machine/pull/8. Command line: ``` rosinstall_generator_tm.sh "2013-10-15T00:40:05Z" hydro --deps --deps-only --tar tf2_ros > deps.rosinstall ``` timestamp retrieved using: ``` ./get_issue_creation_date.py https://github.com/ros/geometry2/pull/29 ```

Removed the `time-machine` label as this is not a limitation of that script.

@wasowski: are you referring to the correct bug id? Afaict, `c8091b6` is not a mavros bug, but a `care-o-bot` one: [robust-rosin/robust/care-o-bot/c8091b6/c8091b6.bug](https://github.com/robust-rosin/robust/blob/a040948df9b7c1b0629cf0f35c6f2a1d1a4b40e2/care-o-bot/c8091b6/c8091b6.bug).

Afaik no one has done any work on that. Perhaps @ipa-jfh knows something more?

> ### Issues with time machine > > ```shell > ./docker/build.sh # Fails > cd docker && ./build.sh # Works > ``` > > It is important to be inside...

@ipa-jfh: I've actually done it somewhat differently: I've made sure the image always gets built from the `docker` sub dir. See https://github.com/rosin-project/rosinstall_generator_time_machine/commit/153b9f6138661e8c1ed70311ad742bf68785244f.

> ### Issues with bugzoo (@ChrisTimperley ) > > > Note: This script assumes that the rosinstall_generator_time_machine binary is visible from the PATH. > > Maybe more info about "add...