Unitree Qmini
About Qmini using DDS (Data Distribution Service)
Author
Tony Wang
Date Published
Purpose of Network Interface Configuration
The networkInterface parameter is used to initialize the DDS (Data Distribution Service) communication system that enables the robot to communicate over the network. Here's how it works:
1. DDS Communication Setup : The network interface string is passed to the `G1` constructor, which then calls:
1ChannelFactory::Instance()->Init(0, networkInterface);