Registry / utility / gz-math

gz-math

JSON →
library8.2.1vcpkgunverified

Math API for robotic applications

vcpkg install gz-math
INSTALL
IMPORT
SIG · GZ-MATH
G
gz-math
utilitycppv8.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gz/math.hh
#include <gz/math.hh>

Use vector math from Gazebo Math

#include <gz/math.hh> #include <iostream> int main() { gz::math::Vector3d v(1.0, 2.0, 3.0); std::cout << "Vector: " << v << "\n"; std::cout << "Length: " << v.Length() << "\n"; return 0; }
Debug
Known issues
gotchaVersioned CMake target (gz-math8) depends on major version
fix
Use find_package(gz-math8 REQUIRED) and link to gz-math8::gz-math8
affects: >=8.0.0
Upgrade
Version history
8.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

gz-math — pip install gz-math · libregistry