baalexander / rosnodejs

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

/opt/ros/jade/stacks #36

Open droofe opened 9 years ago

droofe commented 9 years ago

ros@ros:~/Desktop/igvc_viz$ nodejs app.js

events.js:72 throw er; // Unhandled 'error' event ^ Error: ENOENT, lstat '/opt/ros/jade/stacks'

when running the package in nodejs.

chfritz commented 8 years ago

I've seen this problem before. It's because your ROS_PACKAGE_PATH environment variable contains this path but it doesn't usually exist. You can try running with:

env ROS_PACKAGE_PATH="/opt/ros/jade/share nodejs app.js