ros-naoqi / naoqi_driver

c++ bridge based on libqi
Apache License 2.0
51 stars 93 forks source link

Naoqi 2.9 compatibility #152

Closed mbusy closed 2 years ago

mbusy commented 2 years ago

Enable the connection of the driver to robots running naoqi 2.9 and greater. When launching the driver, the username and password of the robot can be specified (only required for robots running naoqi 2.9 and greater)

roslaunch naoqi_driver naoqi_driver.launch nao_ip:=<ip> nao_port:=<port> network_interface:=<interface> username:=<name> password:=<passwd>