STDR Simulator should publish to the /clock topic, as other simulators do (Gazebo, etc), using simulated time (setting the param use_sim_time to true). This will enable the ability to run the simulation faster-than-real-time.
The clock server should be placed inside stdr_server and provide a way to change the rate. Also, stdr_gui should provide a graphical way to adjust the rate.
STDR Simulator should publish to the
/clock
topic, as other simulators do (Gazebo, etc), using simulated time (setting the paramuse_sim_time
totrue
). This will enable the ability to run the simulation faster-than-real-time.The clock server should be placed inside
stdr_server
and provide a way to change the rate. Also,stdr_gui
should provide a graphical way to adjust the rate.