Hi,
I have a problem trying to connect the program with the simulator.
I cloned the Rover project in Ubuntu and I run python drive_rover.py. Later, I run the simulator in autonomous mode and, although it is supposed to move, it doesn't receive any value. In the terminal I receive accepted connections but not connected. Any idea about what might be happening? I tried in Ubuntu and Windows and I had the same problem.
NOT recording this run ...
(8074) wsgi starting up on http://0.0.0.0:4567
(8074) accepted ('127.0.0.1', 34455) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.007183
(8074) accepted ('127.0.0.1', 40725) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000445
(8074) accepted ('127.0.0.1', 46413) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000522
(8074) accepted ('127.0.0.1', 38921) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000523
(8074) accepted ('127.0.0.1', 39253) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000489
Thank you in advance
Hi,
I have a problem trying to connect the program with the simulator.
I cloned the Rover project in Ubuntu and I run python drive_rover.py. Later, I run the simulator in autonomous mode and, although it is supposed to move, it doesn't receive any value. In the terminal I receive accepted connections but not connected. Any idea about what might be happening? I tried in Ubuntu and Windows and I had the same problem.
NOT recording this run ...
(8074) wsgi starting up on http://0.0.0.0:4567
(8074) accepted ('127.0.0.1', 34455) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.007183
(8074) accepted ('127.0.0.1', 40725) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000445
(8074) accepted ('127.0.0.1', 46413) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000522
(8074) accepted ('127.0.0.1', 38921) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000523
(8074) accepted ('127.0.0.1', 39253) 127.0.0.1 - - [09/Dec/2018 13:32:02] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.000489
Thank you in advance