Fisher
Fisher
Hey there! This is for only reporting issues/bugs with the bot code itself. For bot suggestions, please refer to our discord channel! [#suggestions](https://discord.gg/S3s8hNYb)
Since I was just testing out NT Tables, I didn't really have anything sophisticated code wise, but I had stuff in a subsystem (using commaned-based). Below is the minimal code...
I'm just curious since I haven't done too much with network tables. Is setting a value not count as publishing on the robot side?
So I guess either you would have to make a PR to ntcore-react or the developer would have to update it
Hey there! I saw there have been some commits on here that seem related to this issue if I am not mistaken? I am wondering if that is a fix...
Hey there! I got home and updated to be on 2.0.0-beta.3 and forked `ntcore-react` and updated to 2.0.0-beta.3 on there as well. I still am getting the same error with...
Yep, I recently updated the robot sim to be 2024.1.1
I also made sure to have the items published/set when the robot is initialized ```java /** * This function is run when the robot is first started up and should...
Hi there! I waited until tonight when I could try seeing if it works with a real robot, since that's what really matters. Unfortunately, it didn't. Just kept looping and...
Ok so, while just trying to test setting the value, it has some errors of it's own `Error: Server sent no subprotocol` ```ts import { NetworkTables, NetworkTablesTypeInfos } from "ntcore-ts-client";...