Skip to content

nnarain/catkin-cargo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

catkin-cargo

Build cargo based catkin packages.

How to use

Set the build type in package.xml

<?xml version="1.0"?>
<package format="2">
  <name>...</name>

  <export>
    <build_type>cargo</build_type>
  </export>
</package>

Add package to catkin workspace. Then build:

catkin build

Releases

No releases published

Packages

No packages published

Languages