RMF map not loaded when use_sim_time:=false #118
-
Hi, I recently updated the RMF submodules in my project (after ~3 months) and now the traffic map in rviz is not loaded on a physical setup. All works fine in the simulation but if I set the
and I launch it via
If I set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Sorry, I am a bit confused about your description. As what u have described in the last paragraph, it seems that when Anyway, just for your info. the |
Beta Was this translation helpful? Give feedback.
Sorry, I am a bit confused about your description. As what u have described in the last paragraph, it seems that when
use_sim_time:=true
the map appears; however whenfalse
the map will fail to show. I briefly tested it with the examplermf_demos office
world, it does work. Maybe you can provide us with an example launch file along with instructions to recreate the issue.Anyway, just for your info. the
use_sim_time
param acts slightly different while compare to ros1. In ros1,use_sim_time
is a "global" rosparam, which will be applied to all running nodes if enabled/disabled. For ros2 case,use_sim_time
is a private rosparam within a ros2 node. Therfore, you will need to ensure that all n…