![]() |
Re: We are going to Want a GRIP fourm
Quote:
While SampleRobot is okay for small test programs like this one, for your actual competition robot code, if you don't want to do command-based programming, I recommend you use a different template such as IterativeRobot and override only robotInit and the various autonomous/operatorControl functions. The IterativeRobot class startCompetition() function will take care of calling these functions in the right order and putting in appropriate delays to not swamp the CPU. |
Re: We are going to Want a GRIP fourm
Hello. New to vision processing.
I'm trying to deploy GRIP to my roborio but no luck. It doesn't tell me that it failed, it simply spins and there is no run button or console activity. I've tried deploying to roborio-58-frc.local and other ip addresses. As a side note I also cannot get Network table data from the outline viewer. thanks. |
Re: We are going to Want a GRIP fourm
^^^^^^
Same :-/ |
Re: We are going to Want a GRIP fourm
I honestly can't help much with deploying, maybe try checking the issues page for similar problems.
If you go to the chat you can also talk to @JLLeitschuh, who wrote the deploy code. |
Re: We are going to Want a GRIP fourm
Quote:
|
Re: We are going to Want a GRIP fourm
|
Re: We are going to Want a GRIP fourm
This may sound really stupid, but for the life of me, I can't figure out how to get the results from the "Publish ContoursReport". I don't want to deploy it onto the robot yet, but I want to be able to see what the X and Y coordinates it finds in the sample images so I can try and write a program that would make decisions on it.
|
Re: We are going to Want a GRIP fourm
Quote:
https://github.com/WPIRoboticsProjects/GRIP/issues/349 |
Re: We are going to Want a GRIP fourm
Quote:
|
Re: We are going to Want a GRIP fourm
I wonder if you could extract it from the off line Java tools install method mentioned at the end of the "Installing Eclipse (C++/Java)" set up pages.
|
Re: We are going to Want a GRIP fourm
To everyone having deployment problems, you can also try to deploy it manually:
1. Set your publish address in GRIP's settings to your RoboRIO's address (roborio-<teamnumber>.local) 2. SCP (using PuTTY pscp on Windows) app/core-1.0.0-all.jar from GRIP's install location (typically C:\Users\<username>\AppData\Local\GRIP) to your RoboRIO: Code:
pscp app\core-1.0.0-all.jar lvuser@roborio-<teamnumber>.local:/home/lvuser/GRIP.jarCode:
pscp profile.grip lvuser@roborio-<teamnumber>.local:/home/lvuser5. Start GRIP: Code:
java -jar GRIP.jar profile.grip |
Re: We are going to Want a GRIP fourm
Quote:
Quote:
Quote:
|
| All times are GMT -5. The time now is 07:14. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi