NiryoRos
The NiryoRos class inherits the attributes and functions of roslibpy.Ros. It allows the connection of the program to the ROS Master of the robot via roslibpy. It adds an overlay to manage the versions of the robot and a recognition of the API by the robot which is necessary for the use of certain functions.
- class NiryoRos(ip_address='127.0.0.1', port=9090)[source]
Connect to your computer to ros:
ros_instance = NiryoRos("127.0.0.1") # Simulation ros_instance = NiryoRos("10.10.10.10") # Hotspot ros_instance = NiryoRos("169.254.200.201") # Ethernet
Based on the roslibpy ROS client: https://roslibpy.readthedocs.io/en/latest/reference/index.html#roslibpy.Ros