RoboMaster-SDK
RoboMaster-SDK copied to clipboard
KeyError: 'broadcast' when update to sdk robomaster-0.1.1.65
I have updated to robomaster-0.1.1.65, in ubuntu 20.04 through
pip3 install --upgrade robomaster
And also git pull the source code to test the examples.
Seems now I cannot execute all the scripts in multi_drone cos it will report
KeyError: 'broadcast'
when retrieve the broadcast address from ipinfo. In tool.py line 106.
So I downgraded to robomaster-0.1.1.63.
In Ubuntu 21.10 and robomaster-0.1.1.65 I also got the same error:
Traceback (most recent call last):
File "/home/drezew/tmp/drones/main.py", line 86, in
I have updated to robomaster-0.1.1.65, in ubuntu 20.04 through
pip3 install --upgrade robomaster
And also git pull the source code to test the examples.
Seems now I cannot execute all the scripts in multi_drone cos it will report
KeyError: 'broadcast'
when retrieve the broadcast address from ipinfo. In tool.py line 106.So I downgraded to robomaster-0.1.1.63.
@tianb03 So now,rmtt_ros can not use?
I have updated to robomaster-0.1.1.65, in ubuntu 20.04 through
pip3 install --upgrade robomaster
And also git pull the source code to test the examples. Seems now I cannot execute all the scripts in multi_drone cos it will reportKeyError: 'broadcast'
when retrieve the broadcast address from ipinfo. In tool.py line 106. So I downgraded to robomaster-0.1.1.63.@tianb03 So now,rmtt_ros can not use?
Simply downgrade to 0.1.1.63 and everything will be fine for rmtt_ros