Skip to content

kmarkus/microblx-kdl-types

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

microbx-kdl-types

This is a microblx type module for using basic types of the Kinematics and Dynamics Library (KDL) library.

Installation

After installing microblx run

$ mkdir build
$ cd build
$ cmake ..
...
$ make && sudo make install
...

The resulting microblx module is called kdl_types

The type headers are install under ${prefix}/kdlubx/ and can thus be included as follows:

#include <kdlubx/kdl.h>

License

microblx-kdl is licensed under BSD-3-Clause.

About

KDL types for microblx framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 43.9%
  • C 42.1%
  • C++ 14.0%