You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Python bindings to gz-transport (and gz-msgs).
Alternatives considered
Use ros_gz bridge and the Python support in ROS / ROS2.
Implementation suggestion
Upstream the bindings for gz-msgs and gz-transport from https://github.com/srmainwaring/gz-python.
Additional context
From time to time there are requests for Python bindings to control the simulation. A number of the requirements can be met by using the messaging infrastructure to control and interact with the simulation.
Thanks for the implementation suggestion @srmainwaring. This is something we are hoping to address for Harmonic and having your implementation as a starting point will go a long way. We'd also like to address gazebosim/gz-msgs#113, gazebosim/gz-msgs#36, and gazebosim/gz-sim#494 which might have implications for how we implement this.
Desired behavior
Add Python bindings to
gz-transport
(andgz-msgs
).Alternatives considered
ros_gz
bridge and the Python support in ROS / ROS2.Implementation suggestion
Upstream the bindings for
gz-msgs
andgz-transport
fromhttps://github.com/srmainwaring/gz-python
.Additional context
From time to time there are requests for Python bindings to control the simulation. A number of the requirements can be met by using the messaging infrastructure to control and interact with the simulation.
The text was updated successfully, but these errors were encountered: