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

Transport library for component communication based on publication/subscription and service calls.

Results 66 gz-transport issues
Sort by recently updated
recently updated
newest added

This change allows users to configure relays from code without having to `setenv(GZ_RELAY)`. # 🎉 New feature ## Summary This change allows users to configure relays from code without having...

🎵 harmonic

This change allows users to configure relays from code without having to `setenv(GZ_RELAY)`. # 🎉 New feature ## Summary This change allows users to configure relays from code without having...

🎵 harmonic

## Environment * OS Version: Ubuntu 22.04 * Source or binary build? `gz-transport13` ## Description * Expected behavior: I do a service request and it times out. If I then...

bug

## Desired behavior Currently, `gz service -r` requires specifying `unused: true` on requests with an `Empty` request type. This is not well documented and seems unintuitive. It would be great...

enhancement
good first issue
help wanted

## Desired behavior Many new users run into problems using Gazebo due to improper network configuration. It would be great if we can provide a tool to diagnose the problem....

enhancement
help wanted

Continuation of #463

🌱 garden

## Desired behavior `gz service -r` automatically determines the Request and Response message types. So instead of: ``` gz service -s /gazebo/worlds --reqtype gz.msgs.Empty --reptype gz.msgs.StringMsg_V -r 'unused: true' --timeout...

enhancement
good first issue
help wanted

This test used to pass consistently, but started failing since 2020-10-23 for `ign-transport8`: https://build.osrfoundation.org/job/ignition_transport-ci-ign-transport8-windows7-amd64/28/testReport/(root)/playback/ReplayStep/history/ It passes on `ign-transport9` though: https://build.osrfoundation.org/job/ignition_transport-ci-ign-transport9-windows7-amd64/1/testReport/(root)/playback/ReplayStep/history/ Failure log: ``` 79: [ RUN ] playback.ReplayStep 79: Chirping...

🏰 citadel
tests
Windows
🏯 fortress
🌱 garden
🏛️ ionic

# 🎉 New feature ## Summary Add an overloaded Request method to the class Node that accepts references to abstract request and response types, specifically the type `google::protobuf::Message`. The addition...

🌱 garden

## Environment * OS Version: Ubuntu 20.04~focal (docker container) * Binary build: ignition-fortress=1.0.3-2~focal ## Additional information * Installation method: apt-get * Package repository: http://packages.osrfoundation.org/gazebo/ubuntu-stable ## Description * Expected behavior: An...

bug