Hi all,
I was wondering if anyone has thought of extending roslibjs so it could also be used from within a Node.js application, rather than just the browser?
I have a need in a ROS project to communicate with an external database via an existing Node.js driver. I know I can implement a WebSockets rosbridge JSON based client, but it occurs to me that roslibjs has a lot of functionality built in to it that I'd like access to. (Not to mention saving me a bunch of time.)
I've done this before for my own JavaScript library, so am confident I could rejig roslibjs for use within Node.js. I was wondering if anyone had beaten me to it though? No point duplicating effort if it has already been done somewhere.
FYI The database is MarkLogic [1] (who I work for), and the library is MLJS [2] (my own MarkLogic Node.js and browser API layer).
Thanks in advance,
Adam.