Is there a way to test out a program without the robot ? (Brain Graphics mainly)

So i made this program for the brain, to choose auton etc… is there a program that could output what the v5 brain would?

Also i tried out RMS but i get bunch of errors that shouldn’t be

1 Like

I am not sure you understand what is being asked. He wants a way to simulate a V5 brain. This functionality is possible with RMS using mimics and with PROS using the LVGL simulator but not possible with VCS.

1 Like

Oops
sorry will delete…

one of my team does not have the robot, but does have brain and is testing out code…

hence the confusion.

Do you know if there is a vcs one coming?

What are the errors?

VCS has been missing basic features for months. It literally hasn’t been updated once since its public release.

I wouldn’t count on getting any new features in VCS anytime soon.

It cant recognize some objects in classes like Brain.Screen.pressed or Brain.Screen.released,

Which are kinda crucial for what I’m trying to do

You’re making me sad:(

There are some small differences in the VCS and RMS APIs, and you have found one of the few. We do not have the event-based callback hookups that VCS does at the moment. You could write your own thread to generate those events, however, like this example. If you replaced the references to a limit switch with, say, Brain.Screen.pressing() it should work for what you’re trying for.

1 Like

Thank you for your help!

1 Like