Go to Post Mmmmm, First Choice day. I can already taste the latency. - ttldomination [more]
Home
Go Back   Chief Delphi > Search Forums
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

Showing results 1 to 25 of 30
Search took 0.00 seconds.
search: Posts Made By: Slix
Forum: Java 15-06-2012, 16:44
Replies: 2
Views: 839
Posted By Slix
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
Posted By Slix
Re: Deploying a FRC Java project via command line interface?

I think what you're looking for is ant. Netbeans uses the ant build system to build and deploy the code to the robot. Netbeans just uses ant commands, which are already defined to do the tasks you...
Forum: Java 09-06-2012, 19:46
Replies: 13
Views: 3,108
Posted By Slix
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
Posted By Slix
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
Posted By Slix
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
Posted By Slix
Re: 2012 I.R.I. - Updated Event Information

Is this open to the public?
Forum: General Forum 29-04-2012, 23:34
Replies: 79
Views: 14,044
Posted By Slix
Re: The communication tides are shifting...

Why is that?

From what I understand, the current smart dashboard is just sending keys and values over the network to the laptop.
Forum: General Forum 28-04-2012, 19:24
Replies: 267
Views: 60,420
Posted By Slix
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
Posted By Slix
Re: Funny things to ask for on the PA system

This year at Wisconsin, I asked for the elements of harmony.

Someone else on my team asked for a taser.
Forum: Programming 06-04-2012, 00:36
Replies: 23
Views: 4,859
Posted By Slix
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
Posted By Slix
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
Posted By Slix
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
Posted By Slix
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
Posted By Slix
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
Posted By Slix
Re: Winpdb Remote Debugger ported to RobotPy

Sounds like this will really help! Unfortunately, I can't try it out on our robot until Monday. D:
Forum: Python 11-01-2011, 20:29
Replies: 11
Views: 1,401
Posted By Slix
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
Posted By Slix
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
Posted By Slix
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
Posted By Slix
Re: removed classes from wpilib

I looked at this years WPILib manual that has doxygen documentation of all the classes. I saw RobotDrive included.
Forum: Python 10-01-2011, 03:13
Replies: 37
Views: 4,984
Posted By Slix
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
Posted By Slix
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
Posted By Slix
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
Posted By Slix
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
Posted By Slix
Re: Is Windriver/C++ going to be provided this year?

Okay, that's good to hear! Thanks!
Forum: Programming 08-11-2010, 21:38
Replies: 6
Views: 1,945
Posted By Slix
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...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT -5. The time now is 09:28.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi