dartros
dartros copied to clipboard
Need explantion of args parameter in initNode method
The example shows that args is passed to the initNode but it is not clear what this is supposed to be.
Future<void> main(List<String> args) async {
final nh = await dartros.initNode('ros_node_1', args);
...
Please can you provide some guidance.