ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, but support could be added.

To do this you would need to add support for npm in rosdep. A good place to start would be to look at support for pip and gem in rosdep, especially gem since it was added recently. Then you could specify npm keys in the rosdep database and in your package's package.xml and have the rosdep CLI install them for you.

One caveat with all of these cross platform package managers is that when doing binary packaging, we cannot build a .deb for example of a package which depends on something that is not installed from apt-get.