Micromelon-Robotics / mm-pymodule

Python module for communication with and control of Micromelon Robots and simulated robots in the Micromelon Robot Simulator
MIT License
7 stars 2 forks source link

Cannot connect to simulator #4

Open Something231 opened 2 months ago

Something231 commented 2 months ago

Describe the bug

You cannot connect to simulator using the py module with BLE value of 9000, which is opposite of what is expected

To Reproduce

from micromelon import *
rc = RoverController()
rc.connectBLE(9000) 
rc.startRover() 

Results in:

TimeoutError: Robot not found - Scan timed out

Desktop (please complete the following information):

Additional context

Add any other context about the problem here.

CaptainDeathead commented 2 months ago

Have you tried it on linux?