f27ddfc6ac | ||
---|---|---|
.. | ||
cmake | ||
doc | ||
examples | ||
include | ||
src | ||
test | ||
tools | ||
.gitignore | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
Changelog.md | ||
LICENSE | ||
NEWS | ||
README.md | ||
appveyor.yml | ||
bitbucket-pipelines.yml | ||
codecov.yml | ||
configure.bat |
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.
Continuous integration
This project uses appveyor for testing on Windows. It has the following build status:
This project also uses bitbucket pipelines for testing with Linux.
Test coverage reports are available at 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