![]() |
Re: So, who has a custom dashboard?
There is a VI to save the images at a predetermined rate, to JPG files. Seems to work well.
|
Re: So, who has a custom dashboard?
We've done quite a bit of customizing. Bigger vision window, orientation compass, kicker strength indicator, status lights. Simplified the overall look for easy viewing. Pretty easy when using Labview to program.
|
Re: So, who has a custom dashboard?
Quote:
|
Re: So, who has a custom dashboard?
Quote:
On that topic, I looked where the dashboard should be saving camera images and found only a single image back from when I was getting the camera to work. I checked the Dashboard and the code seems to be intact. |
Re: So, who has a custom dashboard?
Quote:
we are using our ZomB dashbaord (http://www.chiefdelphi.com/forums/sh...ad.php?t=82612) and right now I am adding the smashTCP video to it so we can stream video: http://www.chiefdelphi.com/forums/sh...ad.php?t=82422 (and my version doesn't need .net 4, It uses .net 2!) |
Re: So, who has a custom dashboard?
As many of you know, I'm currently in the process of making one. I've ran into a roadblock though. After working with the UI for several weeks, I went today to test the networking only to find that FIRST had completely changed the protocol around. If anybody could get me up-to-date documentation on the dashboard protocol, I would be extremely grateful.
|
Re: So, who has a custom dashboard?
While for competition we have a stable custom labview Dashboard(robot-side code is all Java), we've been experimenting with a java swing dashboard:
http://code.google.com/p/grtframewor...CDashboard.jar |
Re: So, who has a custom dashboard?
How do you make the custom dashboard look for the camera feed?
|
Re: So, who has a custom dashboard?
should you be able to get the camera feed with just a specialized java swing image container?
|
Re: So, who has a custom dashboard?
For my team, I am Using the Demo Dashboard as a base, but I have completely modified it to only contain info that our drivers want during the match, such as two bars to compare our what our drivers set for our kicking distance, to that of what the robot is currently set to kick at. This makes it simple for the drivers to see when the Kicker is in the correct position. We have Booleans for certain necessary features. We also display What state our Autonomous and Kicker state machines are currently in, Using enumerations from our C code.
Quote:
|
Re: So, who has a custom dashboard?
Quote:
|
Re: So, who has a custom dashboard?
They didn't completely change it around - that was me being a bit reactionary and frustrated that it changed when I went to test it. The user data used to be in the following order: User string (as in a string of text you could add), Error string, and then the rest of the user data. This is in contrast to the current setup with high-priority data, then the error string, then the low-priority data. I have it working (to my knowledge anyways - I still need to do some more testing with the robot) thanks to Eric Haskins and his documentation. You can check out my first release at the bottom of this page. There's a few bugs in the initial release that I noted on page 4 -they're already fixed and I'll have the next release out in a day or so.
|
Re: So, who has a custom dashboard?
Quote:
What was the practical difference that impacted your code? -Joe |
Re: So, who has a custom dashboard?
We have a custom dashboard of which the main purpose is to reduce lag and increase the size of the vision
|
| All times are GMT -5. The time now is 23:21. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi