Microsecond simulation time step for stageros [closed]
Looking into some sample .world files, I can see that interval_sim value can be set in milliseconds. It seems to be working fine for 100 ms. But when I make it 0.1 ms, it doesn't seem to be running that fast. I am publishing strings via ros topics (by changing code in stageros.cpp) to test how fast it can publish. Either ros publishing or stageros cannot seem to cross the millisec boundary.
Any suggestions, experiences, fixes regarding running stageros simulation (without gui) in the microseconds range?