Skip to content

General purpose math library for robot applications.

License

Notifications You must be signed in to change notification settings

traversaro/ign-math

Repository files navigation

Ignition Math

Math classes and functions for robot applications.

Ignition Math is a component in the Ignition framework, a set of libraries designed to rapidly develop robot applications. The library defines math classes and functions used in other Ignition libraries and programs.

http://ignitionrobotics.org

Continuous integration

Please refer to the drone.io job.

Build Status

Installation

Standard installation can be performed in UNIX systems using the following steps:

  • mkdir build/
  • cd build/
  • cmake ..
  • sudo make install

Uninstallation

To uninstall the software installed with the previous steps:

  • cd build/
  • sudo make uninstall

About

General purpose math library for robot applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.2%
  • Ruby 1.6%
  • C 1.3%
  • CMake 0.8%
  • SWIG 0.5%
  • Shell 0.2%
  • Other 0.4%