p9fj35fl6/Gazebo_exercise/thirdparty_pkg/ign-math
AIRC exercise 5fd6736eb6 add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
..
.hg add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
cmake add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
doc add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
examples add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
include add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
src add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
test add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
tools add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
.hgignore add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
.hgtags add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
AUTHORS add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
CMakeLists.txt add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
COPYING add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
Changelog.md add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
LICENSE add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
NEWS add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
README.md add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
appveyor.yml add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
bitbucket-pipelines.yml add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
codecov.yml add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +08:00
configure.bat add thirdparty package:ign-math,protobuf 2019-05-24 10:05:19 +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