Registry / messaging / gz-msgs9

gz-msgs9

JSON →
library9.5.0vcpkgunverified

Middleware protobuf messages for robotics.

vcpkg install gz-msgs9
INSTALL
IMPORT
SIG · GZ-MSGS9
G
gz-msgs9
messagingcppv9.5.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.

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

Create and display a protobuf message.

#include <gz/msgs.hh> #include <iostream> int main() { gz::msgs::Vector3d msg; msg.set_x(1.0); msg.set_y(2.0); msg.set_z(3.0); std::cout << "Message created: " << msg.DebugString() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

gz-msgs9 — pip install gz-msgs9 · libregistry