How to name a rosserial_arduino node?
How do you give a name to a rosserial_arduino node? There are several good examples, but none of them specify a name, resulting in the published topics and listeners appearing in the root namespace.
Normally, a node's name is specified with ros::init(argc, argv, "some_name");
but it doesn't look like rosserial_arduino supports this.