apollo cyber python package
You can install pycyber via cmd below.
pip3 install pycyberThen you can open two shell windows. One receives messages via the listener command, another to send a message via the talker command.
~$ listener
# another window
~$ talker- Then you can import
pycyberin your python file.
from pycyber import cyberThere are some examples in pycyber/examples.
- Also supports some commands of cyber, such as
cyber_channel
cyber_launch
cyber_node
cyber_service
Below commands are currently not supported.
cyber_monitor
cyber_recorder
You can set cyber IP address by below command.
export CYBER_IP=127.0.0.1Here is a game about pycyber pycyber_tutorial