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.
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!
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.