gz-python
gz-python copied to clipboard
Python bindings for gz-msgs and gz-transport
When trying to compile the project, I encountered a fatal error related to a missing header file python/google/protobuf/proto_api.h. This is causing the build to fail. ## Steps to Reproduce: Clone...
Upstream changes to `pybind11_protobuf` have caused this project to not build (see #23 and #24). This PR fixes the build and brings the library into alignment with changes in Gazebo...
Add overloaded request method to the transport Node interface. Depends on upstream PR: https://github.com/gazebosim/gz-transport/pull/386
The binding library for `gz-transport` has a dependency on shared libraries generated by the`pybind11_protobuf` project. These are not being resolved at runtime causing the issue raised in #18. ## Tasks...
@gnanukoth I've posted your request here in case others are interested. It turns out to be a bit more complicated on 20.04, mainly because the default versions of some of...
Check and fix the Bazel build after the migrating the project names from ignition to gazebo.
Some message types are not discovered when published using the Bazel build. This is not particular to Python, but also occurs for the C++ examples (so it does not appear...