Announcing the release of v2.0 of the GetSurreal Lidar Controller
What’s Different from v1.2 to v2.0?
The new Lidar Controller v2.0 now supports both the Neato BotvacĀ seriesĀ 65, 70e, 75, D75, 80, D80, 85, D85 and XV Series Lidars.
We brought back the breakout pins to allow for powering and communicating to the Teensy without requiring a USB cable.
The 8-Bit, 16 Mhz Teensy 2.0 has been replaced with a 32-Bit, 48 Mhz Teensy LC.
The same firmware is coded to work with the Teensy LC as well as the Teensy 2.0
the lidar.py script does not work… I am getting an error
File “/usr/lib/python3.5/asyncio/events.py”, line 632, in get_event_loop
return get_event_loop_policy().get_event_loop()
File “/usr/lib/python3.5/asyncio/events.py”, line 578, in get_event_loop
% threading.current_thread().name)
RuntimeError: There is no current event loop in thread ‘Thread-2’.
can anyone help please?
Did switching to python2.7 resolve your issue?