baalexander / rosnodejs

A ROS client library using node.js
http://baalexander.github.com/rosnodejs/
MIT License
36 stars 8 forks source link

Resolve Node namespaces #4

Open baalexander opened 12 years ago

baalexander commented 12 years ago

Currently, Node names are simply resolved to root if they are not currently namespaced. More intelligent namespace resolving must be added based on the Node's address.

A general Namespace module is probably a good idea as namespace resolving happens across the project.