daohu527 / pycyber

apollo cyber python package
Apache License 2.0
16 stars 1 forks source link

Initializing cyber node without using environment variable #8

Closed YuqiHuai closed 2 years ago

YuqiHuai commented 2 years ago

Hi, thank you for the amazing tools!

I want to ask you if it is possible to use CYBER_IP as a parameter when initializing (e.g. cyber.init(cyber_ip='111.222.333.444')), rather than using an environment variable.

export CYBER_IP=127.0.0.1
daohu527 commented 2 years ago

As pycyber is a wrap of apollo cyber, cyber does not currently support this assignment method. Therefore I do not intend to support the above interfaces unless necessary!

YuqiHuai commented 2 years ago

Cool! Thanks for answering!