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

We updated the `ign topic` and `ign service` commands to use standalone executables in #216. We should do the same for the `ign log` command defined in the `log` component:...

enhancement
help wanted

## Environment * OS Version: Ubuntu 20.04 * Source or binary build? source build of ign-transport in Focal GitHub action ## Description * Expected behavior: test passes * Actual behavior:...

bug
tests

As the title states, when trying to call a method like [Advertise](https://ignitionrobotics.org/api/transport/9.0/classignition_1_1transport_1_1Node.html#a04d6c8e855cfdfe972e6399cc4e3a767) with a lambda function callback to create a service, the lambda function must be created before the `Advertise`...

enhancement
help wanted

## Environment * OS Version: Ubuntu 18.04 * Source or binary build? Binary, however, I ended up using source for debugging: **Binary**, `ignition-transport7_7.5.1` **Source**: - branch `ign-transport7`. - commit name:...

bug

**Original report ([archived issue](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/issues/104)) by Louise Poubel (Bitbucket: [chapulina](https://bitbucket.org/%7B5cfa2075-477b-4ded-bdb9-8d2479544ec4%7D/), GitHub: [chapulina](https://github.com/chapulina)).** ---------------------------------------- # Description We haven't verified that the command line tools work on Windows, and on [pull request #375](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-transport/pull-requests/375)...

Windows

## Environment * OS Version: debian Buster * debbuild for 9.1.0 ## Description * Expected behavior: expect debbuild to succeed * Actual behavior: it fails ## Steps to reproduce 1....

bug
help wanted

I'd expect that there can only be one "responser" for each advertised service. But that's not true. Taking code from the examples: ``` $ ./responser_oneway & [1] 10281 $ sleep...

documentation
good first issue

Test failure output: ``` C:\Jenkins\workspace\ignition_transport-ci-ign-transport8-windows7-amd64\ws\ign-transport\test\integration\twoProcsSrvCallWithoutOutput.cc:123 Expected: (elapsed2)

🏰 citadel
tests
Windows

https://build.osrfoundation.org/job/ignition_transport-ci-ign-transport8-bionic-amd64/27/testReport/junit/(root)/ignTest/TopicPublish/ Error message: ``` /var/lib/jenkins/workspace/ignition_transport-ci-ign-transport8-bionic-amd64/ign-transport/src/ign_TEST.cc:337 Expected equality of these values: g_topicCBStr Which is: "bad_value" "good_value" ``` I was not able to identify which merge caused this, so I'm inclined to...

help wanted
🏰 citadel
tests

There's a use-case in which we want to have an Ignition Gazebo instance running inside a Docker container and communicate with the host machine through the `ignition-transport` layer. One of...

question