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

Building w/o private externals access #82

Open
Rahtron3030 opened this issue Feb 25, 2016 · 1 comment
Open

Building w/o private externals access #82

Rahtron3030 opened this issue Feb 25, 2016 · 1 comment

Comments

@Rahtron3030
Copy link

Could not build the controls directory without SNOPT.

I downloaded Gurobi outside of the OH build process, but there were no instructions on how to link the compiler to my external Gurobi installation.

Could not run build Director without the Controls directory and some Atlas drivers.

Spoke to Russ about setting up OpenHumanoids with a precompiled binary for SNOPT.

@wxmerkt
Copy link
Member

wxmerkt commented Feb 25, 2016

Could not build the controls directory without SNOPT.

We're compiling the public version without SNOPT and without Matlab on the Travis build server and it doesn't throw. We do not yet check whether the user has SNOPT and based on that add or remove subdirectories. So the case of a user having matlab but not SNOPT isn't handled in our build process at the moment - thanks for reporting. (Addressed by #84)

I downloaded Gurobi outside of the OH build process, but there were no instructions on how to link the compiler to my external Gurobi installation.

Correct, here's how to do it (addressed by #84):

export GUROBI_HOME=[PATH_TO]/gurobi/gurobi562/linux64
export PATH=$PATH:$GUROBI_HOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GUROBI_HOME/lib
export GRB_LICENSE_FILE=$HOME/gurobi.lic

Could not run build Director without the Controls directory and some Atlas drivers.

Sorry, I haven't tested that and cannot comment. Would you mind sharing the error output? Does it just show a blank/darkgrey screen? If so, press F8 and copy the errors there.

Spoke to Russ about setting up OpenHumanoids with a precompiled binary for SNOPT.

I personally don't know about a timeline or process for this.

Thanks! :)

wxmerkt pushed a commit that referenced this issue Feb 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants