Jacob Perron
Jacob Perron
This sounds like it may be related to https://github.com/eProsima/Fast-RTPS/issues/1062. I'm experiencing delays (and message drops) on the same machine when load is high. @MiguelCompany FYI. Do you think we should...
IMO, it would be nice to see such an example, though I haven't investigated if it is possible with the current API. I'm happy to review any PRs or thoughts...
@swiz23 Glad to hear it! I look forward to a pull request :)
Are you using the `foxy-devel` branch? https://github.com/ros-perception/image_transport_plugins/tree/foxy-devel
Nice catch, I think you're correct in your assessment. There's no guarantee that the topic name has inherited the node namespace. We should probably instead check if the topic prefix...
Another instance of the test failure for Citadel (from July 16th): https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering3-bionic-amd64/46 ``` 58: [ RUN ] Camera/CameraTest.VisualAt/ogre2 58: [1;32m[Msg] [0m[1;32mLoading plugin [[0m[1;32mignition-rendering-ogre2[0m[1;32m][0m[1;32m[0m 58: /var/lib/jenkins/workspace/ignition_rendering-ci-ign-rendering3-bionic-amd64/ign-rendering/test/integration/camera.cc:251: Failure 58: Expected: (nullptr) !=...
Another instance: https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering3-bionic-amd64/50/testReport/junit/(root)/Camera_CameraTest/VisualAt_ogre2/
Another instance of this test failure: https://build.osrfoundation.org/job/ignition_rendering-ci-ign-rendering5-homebrew-amd64/17/ I noticed many instances of the following logged error (I'm not sure if it's relevant): ``` [Err] [Ogre2RenderEngine.cc:467] Unable to find Ogre Plugin[/usr/local/opt/ogre2.1/lib/OGRE-2.1/RenderSystem_GL3Plus]....
I'm not sure what the best strategy is for your setup, but one idea is we could add an option to use the serial "query" mode, even though you have...