pxmlw6n2f/ign-math
zhangshuai f27ddfc6ac add ign-math 2019-05-28 08:28:29 +08:00
..
cmake add ign-math 2019-05-28 08:28:29 +08:00
doc add ign-math 2019-05-28 08:28:29 +08:00
examples add ign-math 2019-05-28 08:28:29 +08:00
include add ign-math 2019-05-28 08:28:29 +08:00
src add ign-math 2019-05-28 08:28:29 +08:00
test add ign-math 2019-05-28 08:28:29 +08:00
tools add ign-math 2019-05-28 08:28:29 +08:00
.gitignore add ign-math 2019-05-28 08:28:29 +08:00
AUTHORS add ign-math 2019-05-28 08:28:29 +08:00
CMakeLists.txt add ign-math 2019-05-28 08:28:29 +08:00
COPYING add ign-math 2019-05-28 08:28:29 +08:00
Changelog.md add ign-math 2019-05-28 08:28:29 +08:00
LICENSE add ign-math 2019-05-28 08:28:29 +08:00
NEWS add ign-math 2019-05-28 08:28:29 +08:00
README.md add ign-math 2019-05-28 08:28:29 +08:00
appveyor.yml add ign-math 2019-05-28 08:28:29 +08:00
bitbucket-pipelines.yml add ign-math 2019-05-28 08:28:29 +08:00
codecov.yml add ign-math 2019-05-28 08:28:29 +08:00
configure.bat add ign-math 2019-05-28 08:28:29 +08:00

README.md

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

This project uses appveyor for testing on Windows. It has the following build status: appveyor badge

This project also uses bitbucket pipelines for testing with Linux.

Test coverage reports are available at Codecov:

codecov

Optional Dependencies

sudo apt-get install doxygen

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