-
Hello everyone,
My team is currently trying to build the ntcore release for our Jetson TK1. However, whenever we run the `./gradlew build` command, we get the error below.
```
Currently buildin…
-
As implemented in https://github.com/wpilibsuite/ntcore/commit/77edf1e103aff250d9e83d447b357064c8b2c988
-
- [x] Disable jenkins
- [x] Perform Repo Merge (ntcore, wpiutil, cscore). No code modification to any repos at this point
- [x] Remove existing gmock folders from all locations
- [x] Remove existin…
-
CMakelists.txt is missing. Do you have pointers on how to now build ntcore with cmake?
Thanks!
-
Despite appearing to support a C API, the `ntcore_c.h` file is not usable with a C compiler. That's primarily because it `#include`s ``, and because it presumes that `struct`s are implicitly `typedef…
-
The gradle simulate task doesn't work, looks like there is a configuration missing for `snobotSimLibs`.
This is my build.gradle setup:
```gradle
plugins {
id "java"
id "jaci.openrio.g…
-
I tried this:
```
logging.basicConfig(level=logging.DEBUG)
NetworkTables.initialize(server="10.6.66.5")
```
And got this:
```
INFO:nt:NetworkTables initialized in client mode
DEBUG:nt.th…
-
UnicodeDecodeError trying to connect to Network Tables on roboRIO (Java) from Raspberry Pi with Microsoft Lifecam plugged into roboRIO.
```
>>> import logging
>>> logging.basicConfig(level=logg…
-
```
Adams-MacBook-Pro:first-rust-competition kiwi$ sudo make all
Password:
cd cargo-frc; make all
cargo build
Finished dev [unoptimized + debuginfo] target(s) in 0.19s
cargo clippy --all-tar…
-
Hi all -
Background: building a RPi vision processor for use with our Roborio. Using Raspbian stretch.
Have successfully build and published wpiutil and ntcore, would like to also build cscore.
Cu…