Forum: Java
15-06-2012, 16:44
|
|
Replies: 2
Views: 839
Re: Labview to Java
Could you be more specific about that error message (like a copy and paste)?
Also, how exactly are you trying to deploy code to the robot?
|
Forum: Java
09-06-2012, 20:27
|
|
Replies: 4
Views: 1,823
|
Forum: Java
09-06-2012, 19:46
|
|
Replies: 13
Views: 3,108
Re: Multitasking in Java
Commands don't use threads. They are scheduled.
When the user's code runs the Scheduler's run() method, the scheduler iterates through a list of active commands and calls execute() on each one...
|
Forum: Programming
01-06-2012, 22:17
|
|
Replies: 7
Views: 2,032
Re: Driverstation in Linux
I think there was an experimental driver station here:
https://github.com/robotpy/robotpy/tree/2012/sim
I have no idea whether it works though.
EDIT: Or maybe it wasn't there. I think it was...
|
Forum: Python
11-05-2012, 00:27
|
|
Replies: 2
Views: 2,101
Re: NI Vision Python wrappers
Neat!
So, does this mean that the best way to process images (finding targets and such) with RobotPy is to send the images to the driver's station, process them there, and then send the result back...
|
Forum: Off-Season Events
30-04-2012, 17:25
|
|
Replies: 132
Views: 35,594
|
Forum: General Forum
29-04-2012, 23:34
|
|
Replies: 79
Views: 14,044
|
Forum: General Forum
28-04-2012, 19:24
|
|
Replies: 267
Views: 60,420
Re: Einstein 2012
If they admit it is a field problem, we could just have no winner..
(If it is a field problem.)
|
Forum: General Forum
08-04-2012, 17:16
|
|
Replies: 373
Views: 84,842
|
Forum: Programming
06-04-2012, 00:36
|
|
Replies: 23
Views: 4,859
Re: A work around for Linux users
It'd be nice to be able to do all FRC programming tasks in Linux. Unfortunately, the LabVIEW-based Driver's Station, cRio Imaging Tool, and others make that difficult.
I know someone was working on...
|
Forum: Java
24-02-2012, 19:04
|
|
Replies: 2
Views: 571
Re: Driver Statn and Inputs
It seems like your code that was sending to the driver station was delaying your iterative loop for some reason. Was teleop completely broken? Also, was it RobotDrive that was giving you the delay...
|
Forum: Rules/Strategy
10-02-2012, 17:51
|
|
Replies: 3
Views: 1,641
What does Stop Build Day mean?
Stop Build Day is Tuesday, February 21st.
The manual says, "All teams must cease work on their robot on or before Stop Build Day... Note that Stop Build Day is a specific date, so you may work on...
|
Forum: Python
05-02-2011, 00:51
|
|
Replies: 15
Views: 2,917
Re: Python's Legality
Official GDC response: http://forums.usfirst.org/showthread.php?t=16448
Pretty much identical to most of the assumptions made in this thread and in the RobotPy FAQ.
|
Forum: Programming
17-01-2011, 02:26
|
|
Replies: 15
Views: 1,301
Re: Integrating the Accelerometer
I have the same question. Will encoders work for measuring distance while using mecanum wheels?
I'm also worried about having the robot correctly oriented so that gyro angle zero is exactly...
|
Forum: Python
12-01-2011, 02:04
|
|
Replies: 4
Views: 1,248
|
Forum: Python
11-01-2011, 20:29
|
|
Replies: 11
Views: 1,401
Re: RobotPy 2011.1
Great! That addition will be a huge help in convincing my team that we won't lose much by switching to Python.
|
Forum: Python
11-01-2011, 18:41
|
|
Replies: 11
Views: 1,401
Re: RobotPy 2011.1
Cool.
So the camera stuff hasn't been put in yet? (It sounds like the camera could be important this year.)
What did that change?
|
Forum: Python
10-01-2011, 04:11
|
|
Replies: 37
Views: 4,984
Re: RobotPy 2010.beta2
Does wpilib still work if the code is not in StartCompetition()?
If so, that could work! Something like this (if done away from user code in boot.py) http://pastebin.com/iqZjYni0
Though, that...
|
Forum: Programming
10-01-2011, 03:18
|
|
Replies: 17
Views: 1,386
|
Forum: Python
10-01-2011, 03:13
|
|
Replies: 37
Views: 4,984
Re: RobotPy 2010.beta2
Waiting for new code would be good. However, if possible, it shouldn't be done in robot.py. I like the fact that run() exists because it lets you see what the code is doing (unlike in C++, where they...
|
Forum: Python
10-01-2011, 01:13
|
|
Replies: 37
Views: 4,984
Re: RobotPy 2010.beta2
Full robot reboot as in a power cycle? That seems like it could be improved (though, timely release of the first 2011 release is probably more important). The advantage of quickly reloading code...
|
Forum: Programming
09-01-2011, 20:18
|
|
Replies: 17
Views: 1,386
Re: removed classes from wpilib
What? That seems odd. I was looking through the C++ documentation that detailed all of the classes, and RobotDrive was included. And I'm sure it's not an outdated version because it includes the new...
|
Forum: Python
09-01-2011, 04:59
|
|
Replies: 15
Views: 2,917
Re: Python's Legality
Uhm, Johnson has copyright, so I think we can establish that he created RobotPy. Someone really has to ask about using Python in Q&A, though I think it's extremely unlikely that they will say no.
|
Forum: C/C++
08-11-2010, 22:25
|
|
Replies: 7
Views: 2,362
|
Forum: Programming
08-11-2010, 21:38
|
|
Replies: 6
Views: 1,945
Re: C++ Windows Form Application Help
If you want to use C++, you could use a GUI library/framework like Qt or wxWidgets. These are probably much better than the mentioned Microsoft solutions, though they probably have a learning curve...
|