nt_client 0.5.1

A blazingly fast NetworkTables 4.1 client
Documentation
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package wpi.proto;

message ProtobufDCMotor {
  double nominal_voltage = 1;
  double stall_torque = 2;
  double stall_current = 3;
  double free_current = 4;
  double free_speed = 5;
}