https://github.com/MarkNaeem/move_base_sequence/blob/a61dc5656a58d779aee6f4b537bbaf77f90529e0/src/server.py#L152 BTW the method self.move_base_client() is never called. If it was, the program would throw runtime exception. Btw, you dont have to use "continue" keyword in order to start loop.
move_base_sequence/src/server.py
Line 152 in a61dc56
BTW the method self.move_base_client() is never called. If it was, the program would throw runtime exception.
Btw, you dont have to use "continue" keyword in order to start loop.