Registry / messaging / ignition-msgs5

ignition-msgs5

JSON →
library5.3.0vcpkgunverified

Middleware protobuf messages for robotics

vcpkg install ignition-msgs5
INSTALL
IMPORT
SIG · IGNITION-MSGS5
I
ignition-msgs5
messagingcppv5.3.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 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 << msg.DebugString() << std::endl; return 0; }
Debug
Known issues
breakingRequires protobuf and ignition-cmake; version 5 is legacy
fix
Use ignition-msgs8 or later for newer projects
affects: 5.*
Upgrade
Version history
5.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

ignition-msgs5 — pip install ignition-msgs5 · libregistry