View Single Post
  #2   Spotlight this post!  
Unread 26-02-2016, 19:29
SamCarlberg's Avatar
SamCarlberg SamCarlberg is offline
GRIP, WPILib. 2084 alum
AKA: Sam Carlberg
no team
Team Role: Mentor
 
Join Date: Nov 2015
Rookie Year: 2009
Location: MA
Posts: 43
SamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to behold
Re: robotbuilder overwrites parameters on commands that have parameters

RobotBuilder will create a button on the SmartDashboard for every preset for every command. So if you have a preset called 'Turn 90' that sets the parameter to 90, it will generate a button for that. It sounds like you're not creating any presets, or even setting the command to take parameters (it only generates a parameterless button on the SD if the command itself hasn't been set up to take parameters). I think it would be good to take a closer look at the Robotbuilder documentation.
__________________
WPILib
GRIP, RobotBuilder
Reply With Quote