View Single Post
  #6   Spotlight this post!  
Unread 08-02-2016, 00:13
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: Announcing RobotDotNet: DotNet for FRC

New patches are available for both WPILib and NetworkTables. Here's whats changed.

WPILib
  • NavX I2C transfer limit removal, which greatly speeds up NavX code.
  • HAL updates, which should fix a bug where only PDP ID 0 would work.
  • Prints a distinctive message on bootup so teams know robot code has started correctly.
  • Fixes a bug in PIDTolerance.

You can see a list of everything that's changed in WPILib here.

NetworkTables
  • Fixes a few race conditions.
  • Does not always prepend a slash to the GetTable method anymore.
  • Better ArmV7 work, although this needs some documentation updates.
  • IRemoteConnectionListener changes, which will allow teams to get descriptive information about connected and disconnected remotes.
  • Native library extration changes which should allow multiple instances of NetworkTables at the same time.

You can see a list of everything that's changed in NetworkTables here.

You can find instructions for upgrading your existing projects here.
__________________
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.