Go to Post Without fail, judges always come by when the spokespeople are in the bathroom, so others should be able to cover until they're back. - Jacob Bendicksen [more]
Home
Go Back   Chief Delphi > Technical > Technical Discussion
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Reply
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 03-10-2016, 16:24
Madison's Avatar
Madison Madison is offline
Dancing through life...
FRC #0488 (Xbot)
Team Role: Engineer
 
Join Date: Jun 2001
Rookie Year: 1999
Location: Seattle, WA
Posts: 5,243
Madison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond reputeMadison has a reputation beyond repute
Re: FMS-lite / cheezy-arena - having trouble getting driver station to show up

Quote:
Originally Posted by zomg254r0x View Post
Wow, the transparency on this site is wonderful. I wonder how many posts in total are deleted because they don't agree with the politics of the moderators...
Your post was deleted because you're anonymously taking pot shots at people and not offering anything useful or constructive to the dialogue.
__________________
--Madison--

...down at the Ozdust!

Like a grand and miraculous spaceship, our planet has sailed through the universe of time. And for a brief moment, we have been among its many passengers.
Reply With Quote
  #2   Spotlight this post!  
Unread 03-10-2016, 17:34
Cory's Avatar
Cory Cory is offline
Registered User
AKA: Cory McBride
FRC #0254 (The Cheesy Poofs)
Team Role: Engineer
 
Join Date: May 2002
Rookie Year: 2001
Location: Redwood City, CA
Posts: 6,778
Cory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond reputeCory has a reputation beyond repute
Send a message via AIM to Cory
Re: FMS-lite / cheezy-arena - having trouble getting driver station to show up

Quote:
Originally Posted by zomg254r0x View Post
I'm glad that it only took three mysteriously deleted posts and community interest to get an answer on this topic - it seems that clear communication isn't a tenant of this site.

On the potshots - I didn't realize that criticizing someone else's potshots wasn't allowed - I guess that's just reserved for the moderators
A more clear answer (in the interest of transparency): You just got disabled for trolling. Feel free to return with your normal account (unlike this one, which is clearly in violation of the forum rules), if you have something productive to contribute to the conversation.
__________________
2001-2004: Team 100
2006-Present: Team 254
Reply With Quote
  #3   Spotlight this post!  
Unread 04-10-2016, 01:20
Mark Noworolski Mark Noworolski is offline
Registered User
FRC #5026
 
Join Date: Mar 2016
Location: Bay Area
Posts: 4
Mark Noworolski is an unknown quantity at this point
Re: FMS-lite / cheezy-arena - having trouble getting driver station to show up

Thank you for the helpful comments. I re-checked the settings this evening and I think the answer to my earlier question is likely 'confirmed, it should work'.

Some responses to questions asked in the thread:
1. We did indeed have Dlink related drops at the competition which looked, I think, like the 'e-stop bug'. The issues with autonomous were after this (once we replaced the flaky dlink) - thanks to the Qualcomm ref and also to Mike from 971 that helped identify that!

2. In response to billbo911 - FWIW - the Rio cannot be configured with a netmask of 255.255.255.0 if the IP is 10.TE.AM.2 and the GW is 10.0.100.1 - so I configured the netmask to 255.0.0.0, and the other settings per your post (.5 for the chezy-arena host and .5 for the DS).

3. As for the DS failure log during matches. One of our team might be able to dig this up from one of the laptops.

Note, again, that the Dlink is not in play in this setup. Everything is going through a single switch (DS, Rio and Chezy-champs), pending our resolution of the bridging problem with the Dlink.

So.. there is some progress this evening - I got the message on the DS saying 'begin FMS control'. However, when we click on this, the chezy-champs crashes per the below (chezy-champs running on a mac, leaving the GUI as attached):
http://imgur.com/a/lffFd

2016/10/03 21:35:00 Rejecting connection from Team 5026, who is not in the current match.
2016/10/03 21:35:02 Accepting connection from Team 5026 in station B1.
2016/10/03 21:35:02 Driver station for Team 5026 connected from 10.50.26.5
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x4010f25]

goroutine 11 [running]:
panic(0x4620a00, 0xc42000c0d0)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
main.ListenForDsUdpPackets()
/Users/pfairban/go/src/github.com/Team254/cheesy-arena/driver_station_connection.go:82 +0x2b5
created by main.main
/Users/pfairban/go/src/github.com/Team254/cheesy-arena/main.go:25 +0x9f
dhcp-157:cheesy-arena.v2016.1.0.osx xxx$ ./cheesy-arena.command
goose: no migrations to run. current version: 20140823193501[/i][/i][/i]


Additionally, we tried running cheesy-arena on a PC. This gave us an error of 'bind: 1160: Only one usage of each socket address is normally permitted'. This was after a fresh reboot on the PC.. so not clear what would be causing this.
Reply With Quote
  #4   Spotlight this post!  
Unread 04-10-2016, 01:25
Thad House Thad House is offline
Volunteer, WPILib Contributor
no team (Waiting for 2021)
Team Role: Mentor
 
Join Date: Feb 2011
Rookie Year: 2010
Location: Thousand Oaks, California
Posts: 1,068
Thad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond repute
Re: FMS-lite / cheezy-arena - having trouble getting driver station to show up

Quote:
Originally Posted by Mark Noworolski View Post
So.. there is some progress this evening - I got the message on the DS saying 'begin FMS control'. However, when we click on this, the chezy-champs crashes per the below (chezy-champs running on a mac, leaving the GUI as attached):
http://imgur.com/a/lffFd

2016/10/03 21:35:00 Rejecting connection from Team 5026, who is not in the current match.
2016/10/03 21:35:02 Accepting connection from Team 5026 in station B1.
2016/10/03 21:35:02 Driver station for Team 5026 connected from 10.50.26.5
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x4010f25]

goroutine 11 [running]:
panic(0x4620a00, 0xc42000c0d0)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
main.ListenForDsUdpPackets()
/Users/pfairban/go/src/github.com/Team254/cheesy-arena/driver_station_connection.go:82 +0x2b5
created by main.main
/Users/pfairban/go/src/github.com/Team254/cheesy-arena/main.go:25 +0x9f
dhcp-157:cheesy-arena.v2016.1.0.osx xxx$ ./cheesy-arena.command
goose: no migrations to run. current version: 20140823193501[/i][/i][/i]


Additionally, we tried running cheesy-arena on a PC. This gave us an error of 'bind: 1160: Only one usage of each socket address is normally permitted'. This was after a fresh reboot on the PC.. so not clear what would be causing this.
Are you using the newest build of Cheesy Arena that was just released yesterday? I believe that SegFault bug was fixed in that release if it's what I think it is.

As for the socket use error, does the PC you are running have FMS Lite installed on it? If so, that starts a service at bootup that uses the socket. Open up the services window, find the 2 FMS services, stop them both and set their startup type to disabled. That should fix that issue.
__________________
All statements made are my own and not the feelings of any of my affiliated teams.
Teams 1510 and 2898 - Student 2010-2012
Team 4488 - Mentor 2013-2016
Co-developer of RobotDotNet, a .NET port of the WPILib.
Reply With Quote
  #5   Spotlight this post!  
Unread 04-10-2016, 10:27
billbo911's Avatar
billbo911 billbo911 is offline
I prefer you give a perfect effort.
AKA: That's "Mr. Bill"
FRC #2073 (EagleForce)
Team Role: Mentor
 
Join Date: Mar 2005
Rookie Year: 2005
Location: Elk Grove, Ca.
Posts: 2,335
billbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond reputebillbo911 has a reputation beyond repute
Re: FMS-lite / cheezy-arena - having trouble getting driver station to show up

Quote:
Originally Posted by Mark Noworolski View Post
Thank you for the helpful comments....

2. In response to billbo911 - FWIW - the Rio cannot be configured with a netmask of 255.255.255.0 if the IP is 10.TE.AM.2 and the GW is 10.0.100.1 - so I configured the netmask to 255.0.0.0, and the other settings per your post (.5 for the chezy-arena host and .5 for the DS)....
...
One quick question. Why would you want a default gateway at that address (10.0.100.1)? That address only gets you access to the internet. I usually don't even bother adding a default gateway on the RoboRio.

The RoboRio is only communicating with the DS and maybe an off board Vision processor or camera. All of which should be on the same subnet. Thus, 255.255.255.0 would be the correct subnet mask for the RoboRio.
Now, the DS needs to be able to receive and respond to commands from FMS, thus the DS's subnet mask needs to be 255.0.0.0.
__________________
CalGames 2009 Autonomous Champion Award winner
Sacramento 2010 Creativity in Design winner, Sacramento 2010 Quarter finalist
2011 Sacramento Finalist, 2011 Madtown Engineering Inspiration Award.
2012 Sacramento Semi-Finals, 2012 Sacramento Innovation in Control Award, 2012 SVR Judges Award.
2012 CalGames Autonomous Challenge Award winner ($$$).
2014 2X Rockwell Automation: Innovation in Control Award (CVR and SAC). Curie Division Gracious Professionalism Award.
2014 Capital City Classic Winner AND Runner Up. Madtown Throwdown: Runner up.
2015 Innovation in Control Award, Sacramento.
2016 Chezy Champs Finalist, 2016 MTTD Finalist
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 18:45.

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