Open mohammad-h-b opened 3 years ago
Are you using a rosbag?
If you are, then make sure you set the clock flag: rosbag play ... --clock
If you aren't, then make sure you disable sim_time in the launch file of kimera_vio_ros_realsense_IR.launch.
Just search for use_sim_time
flag and set it to false
.
I'm not using rosbag. the use_sim_time
is set to false by default in the launch file:
<!-- Set use_sim_time to true if you use rosbag with clock argument -->
<arg name="should_use_sim_time" default="false"/>
Description: I've installed Kimera (semantics & vio-ROS) and also have an Intel Realsense D435i and followed the steps of getting kimera_semantics working in real-time using D435i camera; however, for some reason I don't get the semantic map (I'm not sure if it relates to my another issue #129)
Command:
Console output:
Please give also the following information: