Closed Santti4go closed 2 years ago
PR looks good to me, but you should rebase it to the latest main branch
I just rebase it to main branch. Should I be concern about the failed check? I take a look at it and couldn't figure it out, besides the simulation is running just fine for me.
We can't merge if there are test failures.
They are all linter errors, e.g. lines exceed the max length of 100.
You should run colcon test
locally to reproduce the failures.
Done! It was just a couple of style divergence errors. Everything should be correct now.
Description
This PR is to ensure compatibility with some subscribers making reliable as QoS's default for publishers.
Fixes issue #135
More information here.
Type of change
How Has This Been Tested?
Before apply any changes I run
gazebo create3 simulation
And then I verify the
QoS profile
of certains topics withSo, before applying any changes the
Reliability
field insideQoS profile
isBEST_EFFORT
. After applying the changes the same field change toRELIABLE
Also I run the example described here before and after making changes and everything works as expected.
Checklist