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

Emulator support for macOS #483

Closed
wisaac407 opened this issue Jan 26, 2020 · 5 comments
Closed

Emulator support for macOS #483

wisaac407 opened this issue Jan 26, 2020 · 5 comments
Assignees

Comments

@wisaac407
Copy link

Is your feature request related to a problem? Please describe.
Can't run the emulator on macOS.

Describe the solution you'd like
To be able to run the emulator on macOS. It looks like this has come up before (#477), so I'm wondering if there's a timeline for when this is expected to be implemented.

@HiceS
Copy link
Contributor

HiceS commented Jan 26, 2020

Hey @wisaac407 ,

Sorry I just woke up, we are actually planning some neat changes to the simulator you may be interested in. We haven't finalized the changes that we will be making but the expected timeline is that we release an early edition in the first half of the summer.

We are hard at working making prototypes for how emulation can help people in the future and currently we are defining an event system in a new engine that will be able to handle a generic set of api calls that anyone can write regardless of FRC library. The ultimate goal is to allow an extension of this api so that frc wpilib code can be translated to it easily. I was actually working on this pretty late last night and it's looking good. Currently everything we are prototyping is closed source because of some rules on how I am allowed to interact with synthesis.

Hopefully soon we will have a roadmap for everyone and I will try to post it on the github and mention anyone that has suggested improvements so they can weigh in on the proposed changes.

@HiceS HiceS added this to the Overhaul milestone Jan 26, 2020
@HiceS
Copy link
Contributor

HiceS commented Jan 26, 2020

I'm going to leave this open until I am able to post a roadmap and get some feedback to make sure that it's the same improvement you are talking about.

The new version has a pretty large emphasis on cross platform interaction as I actually work mostly on my mac.

@airsquared
Copy link

@HiceS any updates on this so far?

@HiceS
Copy link
Contributor

HiceS commented Sep 23, 2020

@matthew17754 @NickBurrell @copernicium

I think you all might be able to explain your changes and share when the beta test for the new emulator version is happening.

@lonesymmetry
Copy link
Contributor

Synthesis is undergoing a modernization which has removed the emulator present until v4.3.3. There is now a control API for the Synthesis engine, which is how robot code will be able to interact with robot models. This is the Controller module.

To use the Controller to control a robot, for now, you will need to write a script in Python or C++ that includes the controller library. Then, you can use the API to set motor voltage percents for robot models.

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

6 participants