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

Save project settings in home/Robotbuilder #34

Open
SamCarlberg opened this issue Jan 19, 2017 · 2 comments
Open

Save project settings in home/Robotbuilder #34

SamCarlberg opened this issue Jan 19, 2017 · 2 comments

Comments

@SamCarlberg
Copy link
Member

This would allow teams to have their RobotBuilder project files to be used by multiple people and let it be in their version control system.

Something like

~
|_ Robotbuilder
  |_ settings
    |_ gearsbot.yml
    |_ 2017bot.yml
    |_ practicebot.yml
    |_ ...

With the settings YAML files storing workspace, wiring file, etc.

workspace: /home/sam/workspace
simulation_world_file: ...
wiring_file_location: ...
@sciencewhiz
Copy link
Collaborator

We store the robotbuilder yaml file in the root of the exported project, using a relative path to the eclipse workspace of ../. This lets us store the yaml file in git, and not worry about absolute paths.

@sciencewhiz
Copy link
Collaborator

It turns out that approach only works on windows. We just got a mac laptop setup, and it created a directory "../"

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

No branches or pull requests

2 participants