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

Game must be launched from project root directory. #85

Open
2 tasks
aarontabor opened this issue Mar 27, 2017 · 1 comment
Open
2 tasks

Game must be launched from project root directory. #85

aarontabor opened this issue Mar 27, 2017 · 1 comment

Comments

@aarontabor
Copy link
Collaborator

Description

Currently, relative paths are used within the code-base of Momo, meaning that when the application is launched from anywhere besides the project root directory, important configuration files will not be found.

Proposed Solution

  • identify all areas where relative paths are an issue
  • change occurrences to use absolute paths (e.g., by prefixing with sketchPath())
@aarontabor
Copy link
Collaborator Author

aarontabor commented Mar 27, 2017

One place where this is currently an issue is with calibration file locations...

The saveTable() and loadTable() builtins implicitly prefix all input arguments with data/, so this complicates things a little.

UPDATE: version 2.4 of the MyoProportional library address this specific occurrence of the problem.

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

1 participant