humanoid-path-planner / hpp-doc

Documentation for project Humanoid Path Planner
https://humanoid-path-planner.github.io/hpp-doc
ISC License
29 stars 23 forks source link

Add installation from binaries instructions. #48

Closed jmirabel closed 5 years ago

jmirabel commented 5 years ago

I added instructions to install from binaries. This will help solving some issues like #47 #45 #39 #43 (this is not an exhaustive list).

I also chose to remove the duplicated list of dependencies. It will help maintaining the list without making it less readable.

It also fixes #22, which should have been addressed already...

jmirabel commented 5 years ago

@nim65s If you have some time, could you validate the binary instructions ?

nim65s commented 5 years ago

You can add robotpkg-osg-dae, robotpkg-hpp-environments, robotpkg-hpp-universal-robot, robotpkg-romeo-description, and robotpkg-ros-baxter-common , which are not required dependencies of robotpkg-hpp-tutorial, but which could still be useful.

Also, iai_maps is not yet available as a binary, even if most of hpp-benchmarks demos rely on it.

jmirabel commented 5 years ago

@florent-lamiraux I think the binary installation instructions have been deleted when updating HPP.

florent-lamiraux commented 5 years ago

After the latest release, I cleaned up the repository. branches "master" and "future" had diverged. I thus "push -f" future into master. The old "master" is now "old-master". I think this latter branch contains the commits you are looking for.

I will try to introduce those commit into "devel" and "future" using the following rule:

jmirabel commented 5 years ago

I understand and agree with those rules. However, I don't think they apply to binary releases... Maybe we should put the binary installation instruction somewhere else...