<div dir="ltr">Not sure exactly what it is you are asking ...<div><br></div><div>If what you want is to create a "project" buildconf, i.e. the base build configuration that all projects have for themselves, the best way is definitely to start with the standard Rock buildconf (i.e. the one you get when you bootstrap) since it gives you access to all the rock packages, as well as already builds the toolchain.</div>
<div><br></div><div>If you want to create a package set, that is a different story. There is an (undocumented) autoproj subcommand to create a new package set, which can optionally contain already existing packages. It is undocumented because not working properly in all cases. Anyways, what one would do is<br>
</div><div><br></div><div> autoproj create-set package_set_name [package package package]</div><div><br></div><div>where</div><div> - the package_set_name is the name of the new package set, as well as the directory in which the package set template is being created</div>
<div> - the packages are paths to packages already existing on disk</div><div><br></div><div>For instance, if you have created a bundle in bundles/test and want to create a "shiny" package set, you would do</div>
<div> autoproj create-set shiny bundles/test</div><div><br></div><div>Of couse, autoproj create-set --help gives you this information</div><div><br></div><div>Sylvain</div><div><br></div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Wed, Jul 2, 2014 at 6:23 PM, Carina Harrius <span dir="ltr"><<a href="mailto:carina.harrius@dfki.de" target="_blank">carina.harrius@dfki.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>
<div>
<div>
Good evening,
</div>
<div>
</div>
<div>
I have a question concerning the setup of a new buildconf, i.e. when I start creating a bundle for a new robot and need a repository including a manifest file etc. to get started with. One way of doing it would be to bootstrap an existing rock repository, but this might not be the smartest way. As I need the information for writing a new Rock tutorial, it would be great to be able to describe the "best possible way" of getting started..can anyone help me with that?
</div>
<div>
</div>
<div>
Thanks in advance and
</div>
<div>
</div>
<div>
best regards
</div><span class="HOEnZb"><font color="#888888">
<div>
Carina Harrius
</div>
</font></span></div><br>_______________________________________________<br>
Rock-dev mailing list<br>
<a href="mailto:Rock-dev@dfki.de">Rock-dev@dfki.de</a><br>
<a href="http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev" target="_blank">http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev</a><br>
<br></blockquote></div><br></div>