Robot localization timestamp crash
I'm trying to use the ekf_localization_node in ROS2, but it is crashing because of "different time sources" when subtracting timestamps. I'm using the node-clock timestamp for the messages (inside the node: this->now()). The only solution that worked, was to use the simulated time. Is there a possibility to use the "real"-time or do I always have to use the sim-time?