Open francois-keith opened 11 years ago
I would favor to
Please do not move the humanoid_motion_planners.
Even if this is not perfect by now, the goal is to have external users take the laas.rosinstall
file and be able to run rosdep install
and rosmake
/ catkin
on it and be able to use our software from there. De facto, it excludes software with closed dependency such as this one.
Also don't forget that laas.rosinstall
is watched by ROS to generate the documentation on Fuerte release on ros.org
website.
I would favor the solution of having one rosinstall file per required account.
I.e. one for stuff on trac.laas.fr
, one for the LIRMM, one for closed-source github.
It will ease the dispatch on the install-sot side and it is not difficult to validate that everything is at its right place by just looking at the url...
Ok I did not see the dependency to Kineo. Thus I agree with the splitting by file.
There is one inconsistency: the laas-private.rosinstall points towards public github.com repos which depends upon private repositories. What is the point in letting them on github if there is no open-source alternative ?
Because we will make it happen one day... ;)
Seriously, now that we have a private subscription, we really have no reason to host any repos on private servers anymore. If possible, I really would like to have a hpp organization, and migrate once and for all everything here even if there is some repos with closed source dependencies.
Hello
The repositories contained in
laas-private.rosinstall
are located on several repositories:git@github.com:jrl-umi3218/hrp2
requires an account on the private part of jrl-umi3218git://github.com/laas/humanoid_motion_planners.git
is in fact publicgit://github.com/laas/vslam_stereo_visibility.git
requires an account on the laas internal server:So, this raises some issues when running the
github.com/stack-of-tasks/install-sot
script. Since laas-private.rosinstall is used if one has an account on the private part of jrl-umi3218, but not necessarily to the laas internal server, all rthe repositories cannot be downloaded and the rosinstall command crashes.So here are the questions:
git://github.com/laas/humanoid_motion_planners.git
into laas.rosinstall?Regards