dartros icon indicating copy to clipboard operation
dartros copied to clipboard

Need explantion of args parameter in initNode method

Open Tahaan opened this issue 3 years ago • 1 comments

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.

Tahaan avatar Jun 03 '21 18:06 Tahaan