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
The current cartographer_ros node.cc uses rmw_qos_profile_default as QoS profile for all sensor messages. It might be more appropriate to use rmw_qos_profile_sensor_data profile. @Karsten1987
Yes, that may be the case. When I did the initial port, I was having some trouble with that, but that was probably an error on my part. I'd welcome a pull request that did that, but I'd want to see some results from testing before we merged.
The current cartographer_ros node.cc uses
rmw_qos_profile_default
as QoS profile for all sensor messages. It might be more appropriate to usermw_qos_profile_sensor_data
profile.@Karsten1987
cartographer_ros/cartographer_ros/cartographer_ros/node.cc
Lines 444 to 475 in d4c62f7
The text was updated successfully, but these errors were encountered: