Registry / serialization / ignition-msgs6

ignition-msgs6

JSON →
library6.0.0vcpkgunverified

Middleware protobuf messages for robotics

vcpkg install ignition-msgs6
INSTALL
IMPORT
SIG · IGNITION-MSGS6
I
ignition-msgs6
serializationcppv6.0.0
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.

ignition/msgs.hh
#include <ignition/msgs.hh>

Create and print a protobuf Vector3d message

#include <ignition/msgs.hh> #include <iostream> int main() { ignition::msgs::Vector3d msg; msg.set_x(1.0); msg.set_y(2.0); msg.set_z(3.0); std::cout << "Message: " << msg.DebugString() << "\n"; return 0; }
Debug
Known issues
gotchaRequires Protobuf and Ignition Math
fix
Ensure vcpkg installs ignition-msgs6 with dependencies (protobuf, ignition-math6)
affects: *
Upgrade
Version history
6.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

ignition-msgs6 — pip install ignition-msgs6 · libregistry