doc review passed
This commit is contained in:
parent
3105a9f386
commit
75d02234ff
|
@ -3,16 +3,20 @@
|
|||
|
||||
Convex Mesh Generation Library
|
||||
|
||||
This package is used to auto generate convex decomposed meshes for collision and visualization of robot links.
|
||||
We are using the latest and the only version available. We plan on deprecating this package once we find a better alternative.
|
||||
This package is not provided by any of the major OS package managers, so it is downloaded as a zipped archive.
|
||||
There are local patches needed for this package to compile. No plans for submitting the patches back to the author since there appears to be no revision control for the package.
|
||||
There are no local modifications to this package.
|
||||
This package is used to auto generate convex decomposed meshes for
|
||||
collision and visualization of robot links. We are using the latest
|
||||
and the only version available. We plan on deprecating this package
|
||||
once we find a better alternative. This package is not provided by
|
||||
any of the major OS package managers, so it is downloaded as a zipped
|
||||
archive. There are local patches needed for this package to compile.
|
||||
No plans for submitting the patches back to the author since there
|
||||
appears to be no revision control for the package. There are no local
|
||||
modifications to this package.
|
||||
|
||||
</description>
|
||||
<author>John Ratcliff</author>
|
||||
<license>MIT</license>
|
||||
<review status="3rdparty" notes=""/>
|
||||
<review status="3rdparty doc reviewed" notes=""/>
|
||||
<url>http://www.amillionpixels.us/ConvexDecomposition.zip</url>
|
||||
<export>
|
||||
<cpp lflags="-L${prefix}/ConvexDecomposition/lib " cflags="-I${prefix}/ConvexDecomposition/include"/>
|
||||
|
|
|
@ -3,14 +3,16 @@
|
|||
|
||||
Mesh Conversion Utility
|
||||
|
||||
Used to generate '.iv' files from '.stl' files. This package has not been changed since 2001 and appears to be very stable. We plan on keeping this package in this revision for mesh conversions.
|
||||
This package is only available as a single source file for download.
|
||||
There are no local modifications to this package.
|
||||
Used to generate '.iv' files from '.stl' files. This package has not
|
||||
been changed since 2001 and appears to be very stable. We plan on
|
||||
keeping this package in this revision for mesh conversions. This
|
||||
package is only available as a single source file for download. There
|
||||
are no local modifications to this package.
|
||||
|
||||
</description>
|
||||
<author>John Burkardt</author>
|
||||
<license>GPL</license>
|
||||
<review status="3rdparty" notes=""/>
|
||||
<review status="3rdparty doc reviewed" notes=""/>
|
||||
<url>https://sourceforge.net/projects/ivcon/</url>
|
||||
<export>
|
||||
<cpp lflags="" cflags=""/>
|
||||
|
|
Loading…
Reference in New Issue