Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarifying build and run instructions #6

Closed
ruffsl opened this issue Feb 13, 2017 · 1 comment
Closed

Clarifying build and run instructions #6

ruffsl opened this issue Feb 13, 2017 · 1 comment
Assignees
Labels

Comments

@ruffsl
Copy link

ruffsl commented Feb 13, 2017

Building from a fetch platform, I found I was missing a lot of runtime dependencies, that catkin build was not warning me about. Might be useful to remind users and the use of :

rosdep install --from-paths src --ignore-src --rosdistro=indigo -y

Looks like the only missing runtime dependency from the package.xml was the couchdb package,
As noted in #5

Also for runtime,
It looks like you are installing nvm locally using those creationix/nvm scripts, which is cool as it avoids the hole debian nodejs packging debocle. But it subtly adds the paths for nvm and nodejs to the tail of the user's ~/.bashrc. So you may want to remind users to resource their ~/.bashrc so the javascript executables can find nodejs before you try and roslaunch fetch_pbd_interaction.

@velveteenrobot
Copy link
Contributor

Thanks for letting us know! Hopefully fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants