Forum: C/C++
11-09-2016, 14:25
|
|
Replies: 5
Views: 1,154
Re: FRC Toolchain for linux on Ubuntu 16.04 Xenial
I'm wanting to move programming to Linux, can someone give me an ELi5 until ubuntu 16.04/16.10 is supported?
(inb4 someone says I shouldn't be trying to do make the switch because I don't know how...
|
Forum: C/C++
01-09-2016, 20:11
|
|
Replies: 13
Views: 718
|
Forum: C/C++
30-08-2016, 19:09
|
|
Replies: 13
Views: 718
|
Forum: C/C++
30-08-2016, 10:20
|
|
Replies: 13
Views: 718
Re: Having trouble deploying code
Update:
.eclipse is indeed the culprit of the "Install New Software" button vanishing, that and the fact that the computers at school have a proxy on them (for "security" reasons).
|
Forum: C/C++
24-08-2016, 13:22
|
|
Replies: 13
Views: 718
|
Forum: C/C++
23-08-2016, 20:07
|
|
Replies: 13
Views: 718
Re: Having trouble deploying code
It may have to do with the way the compute is connected to the internet. I'll experiment when/if I can
UPDATE: Found the reason for the configs being unchanging, I think. In the home folder there's...
|
Forum: C/C++
23-08-2016, 19:44
|
|
Replies: 13
Views: 718
Re: Having trouble deploying code
I'm on the verge of madness here.
I've reinstalled Eclipse at least three times now. Every time it manages to remember the broken config from the last one. Each time, the 'Install new software'...
|
Forum: C/C++
23-08-2016, 19:12
|
|
Replies: 13
Views: 718
Re: Having trouble deploying code
Currently re-installing Eclipse. Will get back to you.
Note to self: do not allow laptops to be re-imaged unless steps are documented to restore them.
|
Forum: C/C++
23-08-2016, 18:54
|
|
Replies: 13
Views: 718
Re: Having trouble deploying code
I've been through all the documented steps. I thought the one you linked was irrelevant as our code is in c++, but I may as well do it anyway.
I just ensured the team number is correct, I'll get...
|
Forum: C/C++
23-08-2016, 18:39
|
|
Replies: 4
Views: 1,590
|
Forum: C/C++
23-08-2016, 18:22
|
|
Replies: 13
Views: 718
Having trouble deploying code
Hi!
Our team is doing a demonstration of our robot very soon and we need to deploy code onto it. I'm essentially working on a new computer, and just got the FRC plugins and NI software from the 2016...
|
Forum: C/C++
15-03-2016, 21:21
|
|
Replies: 1
Views: 544
|
Forum: C/C++
15-03-2016, 21:02
|
|
Replies: 1
Views: 544
Reading input from the SmartDashboard
Hello again.
I was wondering if anyone here knew what ways there were to get user input in the smart dashboard, and how to use them.
Looking for something besides a simple radio button.
Thanks in...
|
Forum: C/C++
13-02-2016, 15:31
|
|
Replies: 3
Views: 395
|
Forum: C/C++
13-02-2016, 15:01
|
|
Replies: 3
Views: 395
Subsystem not being recognized by commandbase
Firstly, here is our code. (https://github.com/tkdberger/3494_2016_repo)
With that out of the way, we seem to be having trouble getting our "Rollers" subsystem to be recognized by CommandBase. It is...
|
Forum: C/C++
06-02-2016, 15:51
|
|
Replies: 6
Views: 400
|
Forum: C/C++
06-02-2016, 15:43
|
|
Replies: 6
Views: 400
Re: Logical Auto?
Could you explain a bit more? This is my first time doing programming.
|
Forum: C/C++
06-02-2016, 15:38
|
|
Replies: 6
Views: 400
Logical Auto?
Anyone know if you can safely do logic in Autonomous mode?
Something like
while(condition) {
new SomeCommand;
} (assuming you are doing a command based robot, not sure how it works for others)
|
Forum: Programming
30-01-2016, 13:28
|
|
Replies: 5
Views: 947
|
Forum: Programming
25-01-2016, 19:53
|
|
Replies: 5
Views: 947
|
Forum: Programming
23-01-2016, 21:12
|
|
Replies: 5
Views: 947
Re: C++ GetPOV() not working?
Well, this is embarrassing.
It appears our robot is suffering from an issue in hardware, making it appear as though GetPOV() wasn't working. (one of our talons went on the fritz.)
I'll update this...
|
Forum: Programming
23-01-2016, 20:05
|
|
Replies: 5
Views: 947
C++ GetPOV() not working?
After following all the instructions set out (all of them), I cannot for the life of me make GetPOV() work.
Here is my code. (https://github.com/tkdberger/CommandBasedExperimantation) Please forgive...
|