gz-python icon indicating copy to clipboard operation
gz-python copied to clipboard

Python bindings for gz-msgs and gz-transport

Results 7 gz-python issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

Add overloaded request method to the transport Node interface. Depends on upstream PR: https://github.com/gazebosim/gz-transport/pull/386

enhancement

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...

bug

@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...

support

Check and fix the Bazel build after the migrating the project names from ignition to gazebo.

bug

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...

bug