Anudeep Sekhar

Results 2 comments of Anudeep Sekhar

Make sure you unpause the gazebo simulation.

> I solved this problems temporarily by replace the mod `%` operation with the following function: > > ``` > def mod(a, b): > out = a - a //...