Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions manifest.xml

This file was deleted.

19 changes: 19 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>opengv</name>
<version>0.0.0</version>
<description>
OpenGV is a collection of computer vision methods for solving geometric vision problems.
</description>
<maintainer email="[email protected]">Laurent Kneip</maintainer>
<license>FreeBSD</license>

<buildtool_depend>cmake</buildtool_depend>

<build_depend>eigen</build_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>