<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Feedback for Driver Station in General</title>
    <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4222787#M129</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;Thanks for acknowledging my post! &amp;nbsp;I apologize for it taking me a couple weeks to get back to you - as I'm sure you are aware, it's competition season and that's a busy time for teams. Also, thanks for being a CSA (or FTA, I assume)!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry it took so long to acknowledge.&amp;nbsp; It really shouldn't have taken months for someone to say something here.&amp;nbsp; Absolutely understand competition and build season being a time everyone is swamped.&amp;nbsp; I fear the FTA role (my poor back and field setup haha).&amp;nbsp; I'll CSA and referee.&amp;nbsp; If events are in a bind, I'll put on the yellow hat but it's not where I'm at my best.&amp;nbsp; Hopefully we'll see 900 at Houston this year.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;First off, the tactical answer for why higher resolution on the controller inputs would be helpful. Most teams are using low cost controllers that are meant for video games, not industrial machinery. Only a handful of teams are using industrial controls for driving their robots and even the ones that are using something like joysticks from APEM are using higher resolution than the 8 bits per axis we currently have available to us but can't take advantage of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With additional resolution we'll be able to better evaluate linearity and deadzone behavior of these inexpensive controllers to help us better map driver intent onto robot motion. Effectively, more resolution enables a higher capability to map inputs to outputs via decoupled control schemes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for this having an impact to a lot of teams - until we have it available to a few teams and start to see what can be done with it, it's hard to make libraries that are suited for general consumption. I don't think implementing this will magically make every robot that is struggling to drive into one that is driving great but I do think it's an area of interest for a lot of teams and has the potential to enable some cool new stuff, particularly with holonomic drive systems and brushless motors becoming more common now.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is where I'm still a bit foggy as to the expected gain.&amp;nbsp; We're looking at the typical precision versus accuracy conversation.&amp;nbsp; With 16-bit support compared to 8-bit support, we absolutely have more precision.&amp;nbsp; There's a couple points I'm looking at here where this precision could matter:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Driver's actual input (the joystick position)&lt;/LI&gt;
&lt;LI&gt;Input into the various "set" methods across the different motor controllers&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Given we can already input values into the motor controllers programmatically, the only real place I see for potential improvement is the first.&amp;nbsp; If we increase precision, we theoretically create the ability for a driver to have more precise control while using their joystick.&amp;nbsp; For code that directly maps that input to the setters and output to the motor, we could see tighter control.&amp;nbsp; What I'm trying to reconcile as I poke the dev team about prioritization is the driver accuracy.&amp;nbsp; If we believe drivers have the ability to maintain an accurate control of the joystick such that they'll get value out of 65k levels, we could see gain.&amp;nbsp; If drivers aren't much more accurate than the 256 levels they currently have, would we see a difference in control?&amp;nbsp; With most controllers being the console style, 1/256" isn't exactly a large distance.&amp;nbsp; That's been a driving factor in questioning how much value drivers would gain from the greater precision given expected accuracy.&amp;nbsp; Do you have thoughts here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;The other tactical issue being the log viewer on the driver station... The current built-in tool is a bit unwieldy to new-comers and often teams can't make heads or tails of it easily and correlate events. Custom naming and profiles for specific queries would be the most useful but aside from that bulk uploading, converting, and trending data would be awesome to see too along with labeling of probable events or actual events. Also, a quick way to upload those logs to a centrl spot for sharing would be awesome too. I think there are a lot of quality of life improvements that could be made to the DS log viewer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Absolutely agree.&amp;nbsp; Any ideas you have here I'd love to push forward to devs to see what we can pull off.&amp;nbsp; Teaching new CSAs how to work through the log viewer is often a trying task.&amp;nbsp; I know it isn't easier for students/teams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;You alluded to a list of priorities for the driver station software and I can safely say, I have no idea what those are. Is there a place where a team can see those? What is on the priority list for changes to the driver station? Is there a way I (or others) can contribute and help improve the code? Is there a way to get further involved in steering the direction of future improvements and changes? Knowing the priorities can help drive the conversation and asks as much as anything else.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't have a good way to share those public.&amp;nbsp; I'll share a non-prioritized list of things we have remaining to look at in future seasons as improvements (for FRC as a whole, not just the driver station):&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Too many "timed loops" can cause the kernel to crash&lt;/LI&gt;
&lt;LI&gt;Interrupts currently only work on rising edge&lt;/LI&gt;
&lt;LI&gt;CAN can drop messages when utilization is greater than 98%&lt;/LI&gt;
&lt;LI&gt;Add the ability to set IP addresses in the roboRIO Imaging Tool&lt;/LI&gt;
&lt;LI&gt;Consider automatically updating the firmware during imaging if an out of date version is detected&lt;/LI&gt;
&lt;LI&gt;Update the simulation options to include things like mechanum, swerve, ground intakes, etc to pull in some more commonly used subsystems in today's robots&lt;/LI&gt;
&lt;LI&gt;Latch game data in the driver station&lt;/LI&gt;
&lt;LI&gt;Save kernel crash data to make available on next boot&lt;/LI&gt;
&lt;LI&gt;Consider disabling 6V power rail to address issues in specific third-party hardware&lt;/LI&gt;
&lt;LI&gt;Provide frequency output on DutyCycle&lt;/LI&gt;
&lt;LI&gt;16-bit support for joysticks&lt;/LI&gt;
&lt;LI&gt;Modify DS to be a web-based utility&lt;/LI&gt;
&lt;LI&gt;Other OS support for DS&lt;/LI&gt;
&lt;LI&gt;Log file improvements&lt;/LI&gt;
&lt;LI&gt;Report which joysticks are unplugged/lost&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The primary focus this past season was focused on getting things to a state where the roboRIO 2.0 was usable.&amp;nbsp; This consumed a lot of time to work with the other control system partners to make sure all the pieces worked together and was complicated by several new components being introduced at the same time.&amp;nbsp; There's also a non-trivial amount of time that goes in annually to making sure everything is working as well as can be.&amp;nbsp; A LOT of time this past year went into hunting down the issues with AutoSPI and getting an understanding of what causes the I2C issues that have been reported.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really, the best way to help with the steering is to post here and post on Chief Delphi.&amp;nbsp; I've heard both referenced in conversations to determine what's impacting the community and that helps weigh in on what gets prioritized with limited time/resources to get everything to teams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I'd also still like to know if this is the best place to post feedback and have others post their feedback. Nearly a year on from my original post and I'm still not sure how to help teams get heard and I'd like to make sure I am directing them to the right spot. I feel like we need to address the strategic issues along with the tactical ones when it comes to this crucial piece of software for all teams.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Posting here for NI components is your best path.&amp;nbsp; Posting to Chief Delphi for broader components will get attention.&amp;nbsp; WPI, FIRST, and NI folks all watch the CD posts.&amp;nbsp; Several of us watch the NI posts here.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 15:40:14 GMT</pubDate>
    <dc:creator>BoKnows</dc:creator>
    <dc:date>2022-04-06T15:40:14Z</dc:date>
    <item>
      <title>Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4140964#M35</link>
      <description>&lt;P&gt;I'm hoping this is the right place for this. &amp;nbsp;I'm actually posting it in the hopes that I can figure out where the correct place for this should be. &amp;nbsp;If it's not then let me know where I can direct other teams in the future who have feedback to provide. &amp;nbsp;For the actual feedback to be considered for the driver station:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the driver station inputs, it would be nice to increase the analog input range for gamepads/joysticks/etc resolution to aid in control schemes and tuning for drivers. &amp;nbsp;From discussions with other teams and the WPILib developers, this shouldn't be a difficult change and could help enable some new and interesting control schemes. &amp;nbsp;I am unsure of the scope of the change though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log viewer for the driver station can be a bit hard to read and cryptic at times, particularly when debugging with newer users. &amp;nbsp;It would be nice to borrow some of the ideas from this project to improve the log viewing experience:&amp;nbsp;&lt;A href="https://github.com/orangelight/DSLOG-Reader/releases" target="_blank"&gt;https://github.com/orangelight/DSLOG-Reader/releases&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know how I can help make these ideas a reality. &amp;nbsp;Happy to do what I can to assist. &amp;nbsp;I would also appreciate an acknowledgement that someone has seen this feedback and this is the right place for it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 17:33:16 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4140964#M35</guid>
      <dc:creator>marshallm900</dc:creator>
      <dc:date>2021-04-06T17:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4216727#M118</link>
      <description>&lt;P&gt;The joysticks idea comes up annually when we're looking at the list of ALL the things we'd like to do for the year's release.&amp;nbsp; It's generally lower on the list of priorities for a couple of reasons.&amp;nbsp; The first is the number of requests for this is relatively small which makes it seem like addressing things that will impact the larger community will be a better use of finite time.&amp;nbsp; The second is one I think you can help with.&amp;nbsp; There aren't generally explanations of how this would impact the teams that DO want it.&amp;nbsp; Other than greater resolution, can you explain how you see it impacting control schemes (which I'd expect to be mostly automated and not see value from the joystick resolution) and tuning for drivers?&amp;nbsp; More resolution sounds like an obvious answer.&amp;nbsp; My initial gut feeling is the ability to use that extra resolution on joysticks would be something very few could/would master.&amp;nbsp; I'd like to hear a dissenting opinion there to learn from it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Log improvements are something near and dear to our heart.&amp;nbsp; Most folks engaged with the FRC project at NI are also involved at events, often as a CSA or FTA where the logs can be incredibly useful.&amp;nbsp; There are incremental changes made in most years to help make these more readable.&amp;nbsp; Are there any of the ideas from DSLOG specifically you'd be interested in?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 19:09:13 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4216727#M118</guid>
      <dc:creator>BoKnows</dc:creator>
      <dc:date>2022-03-12T19:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4220431#M127</link>
      <description>&lt;P&gt;Hi BoKnows!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for acknowledging my post! &amp;nbsp;I apologize for it taking me a couple weeks to get back to you - as I'm sure you are aware, it's competition season and that's a busy time for teams. Also, thanks for being a CSA (or FTA, I assume)!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First off, the tactical answer for why higher resolution on the controller inputs would be helpful. Most teams are using low cost controllers that are meant for video games, not industrial machinery. Only a handful of teams are using industrial controls for driving their robots and even the ones that are using something like joysticks from APEM are using higher resolution than the 8 bits per axis we currently have available to us but can't take advantage of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With additional resolution we'll be able to better evaluate linearity and deadzone behavior of these inexpensive controllers to help us better map driver intent onto robot motion. Effectively, more resolution enables a higher capability to map inputs to outputs via decoupled control schemes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for this having an impact to a lot of teams - until we have it available to a few teams and start to see what can be done with it, it's hard to make libraries that are suited for general consumption. I don't think implementing this will magically make every robot that is struggling to drive into one that is driving great but I do think it's an area of interest for a lot of teams and has the potential to enable some cool new stuff, particularly with holonomic drive systems and brushless motors becoming more common now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other tactical issue being the log viewer on the driver station... The current built-in tool is a bit unwieldy to new-comers and often teams can't make heads or tails of it easily and correlate events. Custom naming and profiles for specific queries would be the most useful but aside from that bulk uploading, converting, and trending data would be awesome to see too along with labeling of probable events or actual events. Also, a quick way to upload those logs to a centrl spot for sharing would be awesome too. I think there are a lot of quality of life improvements that could be made to the DS log viewer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You alluded to a list of priorities for the driver station software and I can safely say, I have no idea what those are. Is there a place where a team can see those? What is on the priority list for changes to the driver station? Is there a way I (or others) can contribute and help improve the code? Is there a way to get further involved in steering the direction of future improvements and changes? Knowing the priorities can help drive the conversation and asks as much as anything else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd also still like to know if this is the best place to post feedback and have others post their feedback. Nearly a year on from my original post and I'm still not sure how to help teams get heard and I'd like to make sure I am directing them to the right spot. I feel like we need to address the strategic issues along with the tactical ones when it comes to this crucial piece of software for all teams.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 17:47:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4220431#M127</guid>
      <dc:creator>marshallm900</dc:creator>
      <dc:date>2022-03-28T17:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4222576#M128</link>
      <description>&lt;P&gt;Our team is a little limited on resources at time and while the Driver Station logs are an awesome tool, would it be possible to compress them in some way? The folder is approaching 1GB in size, plus the temporary use one on my personal laptop.&lt;BR /&gt;&lt;BR /&gt;I tested ZIPping them up using just the Windows tool on my laptop and it shrunk by about 90%, which is pretty significant.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Also&lt;EM&gt; is this&lt;/EM&gt; the right place for feedback and requests?&amp;nbsp; If not I'll ask in the right one, provided the right one can be shared...&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 17:38:16 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4222576#M128</guid>
      <dc:creator>kimflynn</dc:creator>
      <dc:date>2022-04-05T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4222787#M129</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;Thanks for acknowledging my post! &amp;nbsp;I apologize for it taking me a couple weeks to get back to you - as I'm sure you are aware, it's competition season and that's a busy time for teams. Also, thanks for being a CSA (or FTA, I assume)!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry it took so long to acknowledge.&amp;nbsp; It really shouldn't have taken months for someone to say something here.&amp;nbsp; Absolutely understand competition and build season being a time everyone is swamped.&amp;nbsp; I fear the FTA role (my poor back and field setup haha).&amp;nbsp; I'll CSA and referee.&amp;nbsp; If events are in a bind, I'll put on the yellow hat but it's not where I'm at my best.&amp;nbsp; Hopefully we'll see 900 at Houston this year.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;First off, the tactical answer for why higher resolution on the controller inputs would be helpful. Most teams are using low cost controllers that are meant for video games, not industrial machinery. Only a handful of teams are using industrial controls for driving their robots and even the ones that are using something like joysticks from APEM are using higher resolution than the 8 bits per axis we currently have available to us but can't take advantage of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With additional resolution we'll be able to better evaluate linearity and deadzone behavior of these inexpensive controllers to help us better map driver intent onto robot motion. Effectively, more resolution enables a higher capability to map inputs to outputs via decoupled control schemes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for this having an impact to a lot of teams - until we have it available to a few teams and start to see what can be done with it, it's hard to make libraries that are suited for general consumption. I don't think implementing this will magically make every robot that is struggling to drive into one that is driving great but I do think it's an area of interest for a lot of teams and has the potential to enable some cool new stuff, particularly with holonomic drive systems and brushless motors becoming more common now.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is where I'm still a bit foggy as to the expected gain.&amp;nbsp; We're looking at the typical precision versus accuracy conversation.&amp;nbsp; With 16-bit support compared to 8-bit support, we absolutely have more precision.&amp;nbsp; There's a couple points I'm looking at here where this precision could matter:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Driver's actual input (the joystick position)&lt;/LI&gt;
&lt;LI&gt;Input into the various "set" methods across the different motor controllers&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Given we can already input values into the motor controllers programmatically, the only real place I see for potential improvement is the first.&amp;nbsp; If we increase precision, we theoretically create the ability for a driver to have more precise control while using their joystick.&amp;nbsp; For code that directly maps that input to the setters and output to the motor, we could see tighter control.&amp;nbsp; What I'm trying to reconcile as I poke the dev team about prioritization is the driver accuracy.&amp;nbsp; If we believe drivers have the ability to maintain an accurate control of the joystick such that they'll get value out of 65k levels, we could see gain.&amp;nbsp; If drivers aren't much more accurate than the 256 levels they currently have, would we see a difference in control?&amp;nbsp; With most controllers being the console style, 1/256" isn't exactly a large distance.&amp;nbsp; That's been a driving factor in questioning how much value drivers would gain from the greater precision given expected accuracy.&amp;nbsp; Do you have thoughts here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;The other tactical issue being the log viewer on the driver station... The current built-in tool is a bit unwieldy to new-comers and often teams can't make heads or tails of it easily and correlate events. Custom naming and profiles for specific queries would be the most useful but aside from that bulk uploading, converting, and trending data would be awesome to see too along with labeling of probable events or actual events. Also, a quick way to upload those logs to a centrl spot for sharing would be awesome too. I think there are a lot of quality of life improvements that could be made to the DS log viewer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Absolutely agree.&amp;nbsp; Any ideas you have here I'd love to push forward to devs to see what we can pull off.&amp;nbsp; Teaching new CSAs how to work through the log viewer is often a trying task.&amp;nbsp; I know it isn't easier for students/teams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;You alluded to a list of priorities for the driver station software and I can safely say, I have no idea what those are. Is there a place where a team can see those? What is on the priority list for changes to the driver station? Is there a way I (or others) can contribute and help improve the code? Is there a way to get further involved in steering the direction of future improvements and changes? Knowing the priorities can help drive the conversation and asks as much as anything else.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't have a good way to share those public.&amp;nbsp; I'll share a non-prioritized list of things we have remaining to look at in future seasons as improvements (for FRC as a whole, not just the driver station):&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Too many "timed loops" can cause the kernel to crash&lt;/LI&gt;
&lt;LI&gt;Interrupts currently only work on rising edge&lt;/LI&gt;
&lt;LI&gt;CAN can drop messages when utilization is greater than 98%&lt;/LI&gt;
&lt;LI&gt;Add the ability to set IP addresses in the roboRIO Imaging Tool&lt;/LI&gt;
&lt;LI&gt;Consider automatically updating the firmware during imaging if an out of date version is detected&lt;/LI&gt;
&lt;LI&gt;Update the simulation options to include things like mechanum, swerve, ground intakes, etc to pull in some more commonly used subsystems in today's robots&lt;/LI&gt;
&lt;LI&gt;Latch game data in the driver station&lt;/LI&gt;
&lt;LI&gt;Save kernel crash data to make available on next boot&lt;/LI&gt;
&lt;LI&gt;Consider disabling 6V power rail to address issues in specific third-party hardware&lt;/LI&gt;
&lt;LI&gt;Provide frequency output on DutyCycle&lt;/LI&gt;
&lt;LI&gt;16-bit support for joysticks&lt;/LI&gt;
&lt;LI&gt;Modify DS to be a web-based utility&lt;/LI&gt;
&lt;LI&gt;Other OS support for DS&lt;/LI&gt;
&lt;LI&gt;Log file improvements&lt;/LI&gt;
&lt;LI&gt;Report which joysticks are unplugged/lost&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The primary focus this past season was focused on getting things to a state where the roboRIO 2.0 was usable.&amp;nbsp; This consumed a lot of time to work with the other control system partners to make sure all the pieces worked together and was complicated by several new components being introduced at the same time.&amp;nbsp; There's also a non-trivial amount of time that goes in annually to making sure everything is working as well as can be.&amp;nbsp; A LOT of time this past year went into hunting down the issues with AutoSPI and getting an understanding of what causes the I2C issues that have been reported.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really, the best way to help with the steering is to post here and post on Chief Delphi.&amp;nbsp; I've heard both referenced in conversations to determine what's impacting the community and that helps weigh in on what gets prioritized with limited time/resources to get everything to teams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I'd also still like to know if this is the best place to post feedback and have others post their feedback. Nearly a year on from my original post and I'm still not sure how to help teams get heard and I'd like to make sure I am directing them to the right spot. I feel like we need to address the strategic issues along with the tactical ones when it comes to this crucial piece of software for all teams.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Posting here for NI components is your best path.&amp;nbsp; Posting to Chief Delphi for broader components will get attention.&amp;nbsp; WPI, FIRST, and NI folks all watch the CD posts.&amp;nbsp; Several of us watch the NI posts here.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 15:40:14 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4222787#M129</guid>
      <dc:creator>BoKnows</dc:creator>
      <dc:date>2022-04-06T15:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4222794#M130</link>
      <description>&lt;P&gt;Are you still using those older logs?&amp;nbsp; If not, you're free to delete them.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how complicated it would be to get the driver station to be able to read those logs in a compressed format.&amp;nbsp; I imagine if we looked into it, the answer would be "it's more complicated than removing outdated logs"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have something you're doing with the older logs that prevents this option, it'd be helpful to understand what that is when I talk to folks here.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 16:03:13 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4222794#M130</guid>
      <dc:creator>BoKnows</dc:creator>
      <dc:date>2022-04-06T16:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4231801#M137</link>
      <description>&lt;P&gt;Since I opened a WPILib issue 5 years ago about low resolution for the joysticks I was invited to comment here also when I made a comment about it on Chief Delphi&amp;nbsp; yesterday (&amp;nbsp;&lt;A href="https://github.com/wpilibsuite/allwpilib/issues/485" target="_blank"&gt;https://github.com/wpilibsuite/allwpilib/issues/485&lt;/A&gt;&amp;nbsp;). I'll add "me, too" to the request for higher resolution joysticks and better logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I doubt better resolution in the DS would help an XBox controller but other possible devices (better joysticks and as I mentioned in my issue the TI LaunchPad and others of that ilk) could take advantage to improve fine control of components of the robot. The FRC games are demanding for aiming and docking accurately.&amp;nbsp; Tuning shooters for long distances, for example, could benefit from better than 0.5%.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For DS logs I wish the format was completely specified for our use and it's always nice to be easily parsed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since priorities were mentioned herein I'm obliged to undercut my own requests about the DS with these comments, if the same people are working on the issues below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. The I2C issues are a stain on FRC/NI credibility and hurt badly our ability to select sensors.&amp;nbsp; I proved that the MXP I2C didn't work (for my team) and we were told not to use the onboard I2C.&amp;nbsp; The pain and expense was significant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In moving from I2C to USB at the last second (okay, literally the day before our competition) this season we hit a wall with a bug in USB discovery that limited our use of USB.&amp;nbsp; Connecting a NavX and Canivore on USB didn't work right (one seemed to disconnect the other).&amp;nbsp; More pain and agony.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 14:41:04 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4231801#M137</guid>
      <dc:creator>jdough</dc:creator>
      <dc:date>2022-05-19T14:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4231807#M138</link>
      <description>&lt;P&gt;There's a few things in there to comment on.&amp;nbsp; Let me poke a bit to get as much information as I can to push on folks here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I2C is something people here (and at FIRST) care greatly about.&amp;nbsp; There's definitely work going into getting a better understanding of what people are running into and how to avoid said issues.&amp;nbsp; If you have a repeatable problem case for the MXP, I'd be interested in reaching out to get a copy of that case to pass along to developers.&amp;nbsp; Is that something you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The driver station is something that gets incremental fixes and is currently being prioritized.&amp;nbsp; Things like I2C are going to take priority over it simply because that's something that needs a better answer than "don't use it" or "don't use it with these types of devices."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Tuning shooters for long distances, for example, could benefit from better than 0.5%."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This seems counterintuitive to what I'd expect.&amp;nbsp; If we increase resolution of joysticks, we're looking at the devices a student would use to send input.&amp;nbsp; Are you having your drivers use their joystick to adjust shooters?&amp;nbsp; Or, are you using another mechanism?&amp;nbsp; I'd expect something along the lines of a limelight to determine distance, calculate what motor output you'd need, and then send that value to your motor controllers.&amp;nbsp; That seems like it would be far more impactful to addressing inaccuracy in the shooter than increasing resolution in the joystick as the human element would remain the greatest source of error in that solution independent of 8-bit or 16-bit joysticks, right?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or, am I misunderstanding the use case you're looking to address there?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 15:21:42 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4231807#M138</guid>
      <dc:creator>BoKnows</dc:creator>
      <dc:date>2022-05-19T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4231824#M139</link>
      <description>&lt;P&gt;&amp;gt;@BoKnows&amp;nbsp;wrote:&lt;BR /&gt;&amp;gt;If we increase resolution of joysticks, we're looking at the devices a student would use to send input.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes. &amp;nbsp;You could also be looking at prototyping where a team is just trying to leverage an old robot and driver station to test a mechanism that is tethered but stationary or even just bolted on top of a basic robot control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;Are you having your drivers use their joystick to adjust shooters?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't speak for the other poster but we do actually have manual intervention of our shooter flywheel to adjust speeds and there are a lot of teams that have nothing but manual control over it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;I'd expect something along the lines of a limelight to determine distance, calculate what motor output you'd need, and then send that value to your motor controllers.&amp;nbsp; That seems like it would be far more impactful to addressing inaccuracy in the shooter than increasing resolution in the joystick...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, while I agree with this, not every team has the opportunity to throw resources at vision solutions to estimate target distance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;as the human element would remain the greatest source of error in that solution independent of 8-bit or 16-bit joysticks, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not necessarily... and humans are capable of pretty great control when it comes to video games and RC cars, which are pretty comparable to what we're talking about with FRC here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we back up two steps - what do you or others at NI need to hear from us, the teams, to make the case that we want greater resolution on joystick input? &amp;nbsp;I'm doing my best to get others to post here and provide you with feedback but it's a struggle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you aware that there is at least one team that has designed a completely custom joystick and is utilizing two axis channels to send input and then recombining them onboard the RoboRIO for control? &amp;nbsp;I'd wager there might even be more than 1 team doing this at this point. &amp;nbsp;How do we make that sort of innovation accessible to more teams?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 15:55:10 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4231824#M139</guid>
      <dc:creator>marshallm900</dc:creator>
      <dc:date>2022-05-19T15:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232044#M140</link>
      <description>&lt;P&gt;I'll try to hit all of those points.&amp;nbsp; Quick pre-face, the questions I'm asking are things I'm hoping you'll challenge so I get a better understanding of what you're thinking.&amp;nbsp; The teams that ask for greater resolution do so with a lot of passion so I want to be able to get my head into the same space when I bring this to prioritization conversations.&amp;nbsp; The best way for me to do that (that I know) is to be borderline annoying now with counters such that you can school me a bit &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm confused to your first bit.&amp;nbsp; Whether a competition robot or a prototype, joysticks are joysticks.&amp;nbsp; The function there will be the same regardless, correct?&amp;nbsp; If the student is using the device to send input into the system, they're using a joystick.&amp;nbsp; If they're entering something in code, the resolution wouldn't have an impact.&amp;nbsp; The only place where a modification of 8 to 16 bit would have an impact is where the individual is manually touching an input device and moving it to see a response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you talk me through your manual intervention?&amp;nbsp; What's the start to finish workflow for a student in this situation?&amp;nbsp; Are there any inputs on their dashboard to show them either distance, flywheel velocity, or joystick values?&amp;nbsp; Do they eyeball the distance and use their instinct to place the joystick at a specific location?&amp;nbsp; Do they adjust their joystick based on where that ball shoots?&amp;nbsp; (For this year, having two balls makes that possible.&amp;nbsp; Last year, 5 balls.&amp;nbsp; Games with one ball, I don't know how you'd accomplish this but I want to understand if you're aware of teams doing this successfully)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree not every team has the ability to use vision solutions.&amp;nbsp; Though, I'd question if every team has the ability to make use of greater resolution successfully.&amp;nbsp; A large number of teams are using xbox style controllers.&amp;nbsp; 256 options already presents them with less than 1/10" of space assuming a linear shift.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No matter how great the control is, we're still looking at what factors into the measurement.&amp;nbsp; We have accuracy and precision.&amp;nbsp; We can make something more precise (increase resolution) but we're still looking at an accuracy issue.&amp;nbsp; The question I'm trying to poke at here is do we believe the precision is the greater impact for the vast majority of teams or do we think the accuracy is?&amp;nbsp; It's also worth noting we're looking at a subset of teams that lack the resources/expertise to implement the better vision solution.&amp;nbsp; Do these teams typically have the input devices that can take advantage of the increased resolutions best?&amp;nbsp; The smaller the joystick (xbox style controllers), the less ability to take advantage of more range.&amp;nbsp; For context, 1/256th of a couple inches is less than 1/10 of an inch.&amp;nbsp; It's closer to 2/5 of an inch with a joystick that moves 10"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I aware of the team that's constructed their own version of a 16-bit resolution using two axis?&amp;nbsp; No. I was not.&amp;nbsp; I'm assuming "left" here is to do the coarse movement with the "right" being the fine tuning within a range?&amp;nbsp; Is this a shared library?&amp;nbsp; If so, that's the quickest way to get that innovation into the hands of teams.&amp;nbsp; Even with 16-bit joysticks, this still seems like a valuable option to have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The backing up two steps is likely a good idea.&amp;nbsp; I think the question asked here isn't the right question to get an answer that's going to lead to what you'd see as constructive.&amp;nbsp; I think we'd all agree there are teams that want greater resolution (and have for at least several years).&amp;nbsp; There isn't a dispute that it's a desired feature for a subset of teams.&amp;nbsp; I've got a few questions here to help inform a prioritization conversation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;What percentage of teams do you believe would see benefit from the change?&amp;nbsp; In this, we could easily say 100% but that's not entirely accurate.&amp;nbsp; Teams with vision systems aren't likely to see much, if any, benefit.&amp;nbsp; Teams without input devices that make this practical aren't going to see benefit.&amp;nbsp; Etc.&amp;nbsp; There's a reason a subset of the community is asking for this versus the entire community.&amp;nbsp; If we have a decent understanding of what subset could take advantage, it's easier to have a conversation around this.&amp;nbsp; You seem to have a better handle on teams that want this and would see benefit.&amp;nbsp; I'd like to get your thoughts here.&lt;/LI&gt;
&lt;LI&gt;Would these teams prioritize I2C work over resolution?&lt;/LI&gt;
&lt;LI&gt;Would these teams prioritize Log improvements over resolution?&lt;/LI&gt;
&lt;LI&gt;Would these teams prioritize CAN utilization help over resolution?&lt;/LI&gt;
&lt;LI&gt;Would these teams prioritize the roboRIO 2.0 imaging experience over resolution?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2-5 aren't an exhaustive list but they're some of the things I'm personally advocating to see improvements in.&amp;nbsp; I ask these to get an idea of where you'd rank resolution among those so I have a better feel to know where I should push for it.&lt;BR /&gt;&lt;BR /&gt;There's generally two questions we'd want to get an answer to:&amp;nbsp; What percentage of the population are affected by only having 8bit resolution?&amp;nbsp; For the affected population, what extent is the impact on them?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 17:08:48 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232044#M140</guid>
      <dc:creator>BoKnows</dc:creator>
      <dc:date>2022-05-20T17:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232049#M141</link>
      <description>&lt;P&gt;I created an account just to respond to this question about controller input resolution.&amp;nbsp; &amp;nbsp;I am a lead mentor of a successful team, and also an RC quadcopter enthusiast.&amp;nbsp; &amp;nbsp; Every single RC aircraft in the past 20 years has used 10+ bit resolution (~1000+ values) to transmit thumbstick inputs into servo/ESC outputs.&amp;nbsp; I don't think you'd find a pilot who would agree that 8bit (256 values) was adequate to allow them to perform maneuvers at speed without crashing.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.rcgroups.com/forums/showthread.php?2192866-RC-Radio-Resolution-Servos-and-Pulse-Width" target="_blank" rel="noopener"&gt;https://www.rcgroups.com/forums/showthread.php?2192866-RC-Radio-Resolution-Servos-and-Pulse-Width&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://oscarliang.com/betaflight-firmware-setup/#receiver" target="_self"&gt;https://oscarliang.com/betaflight-firmware-setup/#receiver&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why wouldn't drivers of 150 pound robots, travelling at 15 ft/s while trying to score in a tiny goal, want anything less?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 18:08:08 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232049#M141</guid>
      <dc:creator>Brendan_Simons</dc:creator>
      <dc:date>2022-05-20T18:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232051#M142</link>
      <description>&lt;P&gt;Thanks for asking these questions!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Characterizing the&amp;nbsp;linearity and deadbands of thumbsticks on popular inexpensive gamepads has been identified as a top item on the&amp;nbsp;&lt;A href="https://www.chiefdelphi.com/t/introducing-the-ewcp-frc-research-agenda/391978" target="_self"&gt;EWCP Research Agenda&lt;/A&gt;, item&amp;nbsp;&lt;A href="https://ewcp.github.io/hmi/2021/03/02/HMI-01.html" target="_self"&gt;HMI.01 Gamepad thumbstick axis linearity&lt;/A&gt;. The EWCP Research Agenda&amp;nbsp;is an &lt;SPAN&gt;attempt to coordinate a rough consensus on the next steps of tech development in our sport, and&amp;nbsp;&lt;/SPAN&gt;serves as a framework for intentional, organized study of the things we think are important-- the things that will make a beneficial impact in our competition community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Successful research on HMI.01 will be enabled by changes in the DS software to allow greater axis resolution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is certainly not the only suggested change to the DS software! I share this information because I am surprised by the pushback it has received.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&lt;SPAN&gt;The backing up two steps is likely a good idea.&amp;nbsp; I think the question asked here isn't the right question to get an answer that's going to lead to what you'd see as constructive...&amp;nbsp;There's generally two questions we'd want to get an answer to:&amp;nbsp; What percentage of the population are affected by only having 8bit resolution?&amp;nbsp; For the affected population, what extent is the impact on them?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is it the perspective of the organization that in order for a user to bring forward feedback and suggestions borne of their operational experience, the user must first collect the overarching knowledge of how this experience is shared by their peers?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 18:25:07 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232051#M142</guid>
      <dc:creator>nlaverdure</dc:creator>
      <dc:date>2022-05-20T18:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232716#M143</link>
      <description>&lt;P&gt;We discovered the 8-bit limitation for joysticks when carefully turning a big knob on a potentiometer to adjust motor speed.&amp;nbsp; The coarse adjustment was an unwelcome surprise as we thought finer tuning would give more accuracy for the shooter.&amp;nbsp; The same applies for fine adjustment for any docking maneuver.&amp;nbsp; We guess better joysticks would help docking but maybe not - it's hard to test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I2C issues need to be resolved before new features for driver station joysticks and logs. I'll try to come up with an MXP I2C repeatable failure but the exact equipment that failed has been dispersed and the robot room is closed for the summer. I'll do what I can and if successful at failing, I could send you the equipment for your testing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We bit the bullet and bought a CTRE CANivore so CAN utilization went down nicely. If NI can so something to reduce utilization so we could do without the CANivore that would be&amp;nbsp; great. We use Java and swerve modules and a motor for anything that moves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I imaged the roboRIO 2.0 and I didn't see a significant problem that must be resolved. Easier is always better but what did I miss that I thought it wasn't very hard?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 17:30:20 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4232716#M143</guid>
      <dc:creator>jdough</dc:creator>
      <dc:date>2022-05-24T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4234051#M144</link>
      <description>&lt;P&gt;I'll do my best to hit on the points posed in the posts since my last post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/699884"&gt;@Brendan_Simons&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I don't think you'd find a pilot who would agree that 8bit (256 values) was adequate to allow them to perform maneuvers at speed without crashing.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;Using the analogy of RC pilots for FRC robots, there's two ways to interpret this that I see.&lt;/P&gt;
&lt;P&gt;1) We go and ask RC pilots if they can adequately control their plane with 8-bit joysticks.&lt;/P&gt;
&lt;P&gt;2) We go and ask RC pilots if they've been adequately controlling their plane before revealing it was done with 8-bit joysticks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the thought experiment, I'd expect you're right and it's be almost unanimous in the first situation.&amp;nbsp; For the second, I think we'd get better results.&amp;nbsp; If they were adequately controlling their planes, they'd be surprised to find out it was done with 8-bit joysticks.&amp;nbsp; But, we'd have a subset (of whatever number) that would have answered (1) differently than they would (2) and (2) would be more accurate.&amp;nbsp; If the subset that had been adequately controlling their planes was a small subset, it would stand to reason there would be a larger voice from folks that were crashing and seeking improvement.&amp;nbsp; It's not exact science, but the number of requests and portion of the community making the request is an indicator to what size of the population currently believes they aren't adequately controlling the robot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/699884"&gt;@Brendan_Simons&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why wouldn't drivers of 150 pound robots, travelling at 15 ft/s while trying to score in a tiny goal, want anything less?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'd expect they'd want the things mentioned as other potential changes MORE than this change given the discussion around each of the issues within the community.&amp;nbsp; Would you disagree?&amp;nbsp; Nobody is disputing 16-bit could be useful.&amp;nbsp; I'm trying to get a feel for how MUCH value it brings so I can share that when folks are prioritizing which items they'll be able to work into future releases.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/566019"&gt;@jdough&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;We discovered the 8-bit limitation for joysticks when carefully turning a big knob on a potentiometer to adjust motor speed.&amp;nbsp; The coarse adjustment was an unwelcome surprise as we thought finer tuning would give more accuracy for the shooter.&amp;nbsp; The same applies for fine adjustment for any docking maneuver.&amp;nbsp; We guess better joysticks would help docking but maybe not - it's hard to test.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Was this something done in the shop to help tune a mechanism or was it something you were using on the field?&amp;nbsp; For docking, I'm assuming you're looking at things such as the panel grab/placement in Deep Space?&amp;nbsp; If not, please correct me.&amp;nbsp; If so, were you focused more on precision or time in these exchanges?&amp;nbsp; I didn't see a lot of gameplay that year that was precise and instead more that would focus on cycle times to make a quick placement instead.&amp;nbsp; I'm particularly interested in what you were doing that led you to notice the 8-bit piece so I can share the workflow that it failed you in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/566019"&gt;@jdough&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I2C issues need to be resolved before new features for driver station joysticks and logs. I'll try to come up with an MXP I2C repeatable failure but the exact equipment that failed has been dispersed and the robot room is closed for the summer. I'll do what I can and if successful at failing, I could send you the equipment for your testing.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thanks for this.&amp;nbsp; It's helpful just getting a feel for how folks in this thread would prioritize.&amp;nbsp; It would be wildly helpful to have an example I could take to devs as this is something they're trying to reproduce in house.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/566019"&gt;@jdough&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;We bit the bullet and bought a CTRE CANivore so CAN utilization went down nicely. If NI can so something to reduce utilization so we could do without the CANivore that would be&amp;nbsp; great. We use Java and swerve modules and a motor for anything that moves.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is going to need to be a group effort but it's something I'd also like to see.&amp;nbsp; A lot of the CAN bus and protocols for devices were written when teams weren't using nearly the CAN devices they are now.&amp;nbsp; Decisions that were made then are problematic now and it'll take some work to change those to bring utilization down.&amp;nbsp; I'd honestly expect to see CAN usage increase rather than stay the same or decrease in future years.&amp;nbsp; This is something I'm keeping an eye on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/566019"&gt;@jdough&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I imaged the roboRIO 2.0 and I didn't see a significant problem that must be resolved. Easier is always better but what did I miss that I thought it wasn't very hard?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There were a non-trivial number of support requests surrounding the imaging.&amp;nbsp; A roboRIO 2.0 out of the box could not be imaged with the roboRIO Imaging Tool.&amp;nbsp; Many accidentally used the roboRIO image instead of the roboRIO 2.0 image and it appeared as if the roboRIO 2.0 was dead on arrival when they did.&amp;nbsp; Going through the SD Card writer for one step and then updating the team number in another place was a poor user experience and not really intuitive.&amp;nbsp; Some of that pain can be eased to get more teams up and running quicker instead of troubleshooting where things went wrong in the process.&amp;nbsp; The process, and instructions, this year required a level of attention to detail that is a high expectation for high school students excited to get to work on a robot instead of installing software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/699886"&gt;@nlaverdure&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Characterizing the&amp;nbsp;linearity and deadbands of thumbsticks on popular inexpensive gamepads has been identified as a top item on the&amp;nbsp;&lt;A href="https://www.chiefdelphi.com/t/introducing-the-ewcp-frc-research-agenda/391978" target="_self"&gt;EWCP Research Agenda&lt;/A&gt;, item&amp;nbsp;&lt;A href="https://ewcp.github.io/hmi/2021/03/02/HMI-01.html" target="_self"&gt;HMI.01 Gamepad thumbstick axis linearity&lt;/A&gt;. The EWCP Research Agenda&amp;nbsp;is an &lt;SPAN&gt;attempt to coordinate a rough consensus on the next steps of tech development in our sport, and&amp;nbsp;&lt;/SPAN&gt;serves as a framework for intentional, organized study of the things we think are important-- the things that will make a beneficial impact in our competition community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Successful research on HMI.01 will be enabled by changes in the DS software to allow greater axis resolution.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The way I read this, there are two questions you're really looking at here.&amp;nbsp; Correct me if I'm wrong.&lt;/P&gt;
&lt;P&gt;1) What deadbands exist in common controllers used by FRC teams?&lt;/P&gt;
&lt;P&gt;2) How do these deadbands impact control of robots?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first sounds like a hardware question that is independent of the FRC ecosystem.&amp;nbsp; If the gamepad has a hardware limitation, that'll be true if measured using the driver station or any other method we can use to read joystick values.&amp;nbsp; I'd agree having a better measuring stick here would make it easier to find where these exist.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second seems like an attempt to understand how that would impact a team's ability to start/stop/etc and have complete control of their robot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's correct, what limits EWCP to using the Driver Station to find these deadbands?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/699886"&gt;@nlaverdure&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This is certainly not the only suggested change to the DS software! I share this information because I am surprised by the pushback it has received.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In a world with infinite development time, this wouldn't even be a discussion.&amp;nbsp; It would get fixed.&amp;nbsp; The notion there are other suggested changes is where any pushback exists.&amp;nbsp; The question here isn't "could this provide value?" as much as it is "should time be spent on this specific change or on one of the other suggested changes?"&amp;nbsp; Until this point, it hasn't been viewed as a higher priority than other things worked on.&amp;nbsp; As there are some folks here that are passionate about getting it resolved, I'm trying to peel back a layer to understand how it's currently impacting you so I can relay that to the prioritization conversations.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/699886"&gt;@nlaverdure&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;&lt;SPAN&gt;Is it the perspective of the organization that in order for a user to bring forward feedback and suggestions borne of their operational experience, the user must first collect the overarching knowledge of how this experience is shared by their peers?&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I can speak for my understanding.&amp;nbsp; Though, I will state this feels like a mischaracterization by intentional omission.&amp;nbsp; I brought up two types of issues that tend to get prioritized:&lt;/P&gt;
&lt;P&gt;1) Something that will affect a large(r) number of teams to any extent such that fixing it helps a large(r) number of teams.&lt;/P&gt;
&lt;P&gt;2) Something that will affect a small(er) number of teams but will affect those teams greatly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your question here suggests there's an expectation for you to research to bring an answer for (1).&amp;nbsp; That's not the expectation.&amp;nbsp; Though, I'll point out you'd likely be frustrated if we spent significant effort researching this for each issue as that's bandwidth we'd be spending on researching instead of fixing.&amp;nbsp; There's a level of research where we start to lose efficiency as we're spending more time understanding problems and as a result fixing fewer.&amp;nbsp; A quick measure for (1) is "how many times are we seeing this request?"&amp;nbsp; With various places feedback is given, we've seen several requests for 16-bit joysticks.&amp;nbsp; We've seen more requests around other frustrations.&amp;nbsp; That sample suggests the other things mentioned in this thread will impact more teams than a change to joysticks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The probing questions I'm asking are to help understand (2).&amp;nbsp; With those requests, there isn't typically an explanation of how the affected teams are impacted.&amp;nbsp; If we could get a better understanding of this, it could be included in prioritization conversations.&amp;nbsp; The questions aren't to make you research but rather an invitation to share how you're being impacted so I can share that feedback.&amp;nbsp; My only goal here is to share my best guess as to how many teams will be impacted by any change and how much of an impact it'll give each affected team.&amp;nbsp; Nothing to this point says 16-bit joysticks will, or won't, be prioritized.&amp;nbsp; It's me asking you how you're impacted so I can share that.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 23:49:30 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4234051#M144</guid>
      <dc:creator>BoKnows</dc:creator>
      <dc:date>2022-05-31T23:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Feedback for Driver Station</title>
      <link>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4251077#M147</link>
      <description>Just wanted to share some code we are publishing that does enable the splitting of joystick axis channels via a Teensy as a passthrough device with both USB device and host ports.  We tested it out and it does work but the benefits are indeed questionable and need additional study (thus, why we are sharing it here in the hopes others might experiment): &lt;A href="https://github.com/FRC900/16bit_joysticks" target="_blank"&gt;https://github.com/FRC900/16bit_joysticks&lt;/A&gt;

It does require additional changes on the robot code side and it may need tweaking to fit whatever the controller scheme being used is... and that's an exercise for the implementer.

Of note, we did discover that the POV Hat values for the DS, which are the only int16 values sent by the DS at present - likely because they are defined as 0-360? Not sure of the exact reason... but it's not an uint8 or int8 like all the other axis values - are actually not capable of being any value in the 0-360 range and are instead limited to only 1 of 8 specific values (9, technically to denote a non-pressed option).  This seems to be a unique quirk of USB joysticks and how HID has been implemented more than anything but the irony is too humorous not to mention it.</description>
      <pubDate>Tue, 23 Aug 2022 16:29:11 GMT</pubDate>
      <guid>https://forums.ni.com/t5/General/Feedback-for-Driver-Station/m-p/4251077#M147</guid>
      <dc:creator>marshallm900</dc:creator>
      <dc:date>2022-08-23T16:29:11Z</dc:date>
    </item>
  </channel>
</rss>

