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
This makes me concerned about using or even supporting rmw_fastrtps_cpp if something this simple is flaky.
Some options local to drake-ros:
(a) Keep this pattern, just warn when rmw_cyclonedds_cpp is not in use whenever testing diverges.
(b) Only ever allow rmw_cyclonedds_cpp, at least for our testing in drake-ros (and usage in Anzu).
In #285, I had to workaround testing expectations based on the effective RMW implementation being used:
drake-ros/drake_ros/drake_ros/test/core_test.py
Lines 122 to 169 in 5e8b52e
This makes me concerned about using or even supporting
rmw_fastrtps_cpp
if something this simple is flaky.Some options local to
drake-ros
:(a) Keep this pattern, just warn when
rmw_cyclonedds_cpp
is not in use whenever testing diverges.(b) Only ever allow
rmw_cyclonedds_cpp
, at least for our testing indrake-ros
(and usage in Anzu).\cc @adityapande-1995 @calderpg-tri @IanTheEngineer
The text was updated successfully, but these errors were encountered: