dartros
dartros copied to clipboard
A ROS1 client library for dart
This is a README which shows an overview of (and explains) the available examples. It is currently Work in Progress, so please give me some time to write up a...
Hi, I'm running the [example](https://pub.dev/packages/dartros/example) dart program and it works fine, but it never terminates. I don't know if I'm missing something obvious in Dart or ROS, but even when...
Hey Tim, thanks a lot for all the work here! Love using your lib so far! Is there a way to use dynamic reconfigure [1] through this lib? Or is...
I would like to know if you have any idea how can I convert a RosImage to a flutter image object. Thank you :)
Hi, after using the library for a while, it works pretty fine. However, there is a minor problem with initNode. Sometimes, exception will raise when there is failure in connection...
This should be possible to do through rosbridge. [roslib](https://pub.dev/packages/roslib) provides this for dart currently, but is incomplete and buggy. I'd like to provide a unified interface for web + desktop...
Is there a way to query the time? I'm very new to anything ROS and, for that matter, a total noob on all of this. I'm trying to send a...
The example shows that args is passed to the initNode but it is not clear what this is supposed to be. ```dart Future main(List args) async { final nh =...
What the issue title says. Start with cloning the dartros_ws, doing a wstool update and then document on how to test, update message generation, etc.