KristofRobot
KristofRobot
Great stuff! Additionally, we could perhaps leverage this mechanism to speed up/assist validating acceptance of new patches/commits. E.g. we could create an additional meta-ros branch "unstable" (or whatever). New commits...
@esteve I tried this, using the following command: ``` python generate_meta_ros_job.py ubuntu saucy /tmp/temporary_workspace /home/kristof/meta-ros-jenkins/setup-scripts /home/kristof/OE/meta-ros beagleboard ``` (Note: I found that specifying the architecture ('i386') would generate an error,...
@esteve > This might be the git process running inside the Docker container, I'll check if that's the case. I suspect that is the case - I ran this on...
On how to test whether packages install correctly -> this can easily be tested by adding the package to the IMAGE_INSTALL parameter (either in a custom package, or in your...
On how to test whether packages run correctly - I think it probably makes sense to first try to understand how to do this manually, before automating. Personally, I haven't...
Note that I catkinized this in my fork - see https://github.com/KristofRobot/razor_imu_9dof . I launched a pull request to merge this some time ago (see #3), but retracted that after there...
@QuadRobo - Thats correct, that was because I was trying to merge things with master at the time. Just keeping it like that for now, @robotictang might want to merge/cherrypick...
@PaulBouchier I'd be fine with the solution you propose, if @robotictang indeed no longer has the cycles/willingness to support this. @robotictang What do you think? Kristof
> Would you like me to update the wiki page to point to your github repo? Sure - will also update my README to address the comment of QuadRobo above....