Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

SetTeam fails in C++ #97

Closed
FRC2539 opened this issue Aug 17, 2016 · 0 comments
Closed

SetTeam fails in C++ #97

FRC2539 opened this issue Aug 17, 2016 · 0 comments

Comments

@FRC2539
Copy link

FRC2539 commented Aug 17, 2016

We are using an Nvidia Tegra with Ubuntu for image processing, then sending target information to the roboRIO with NetworkTables. When we attempt to connect to our robot using the SetTeam method, we get "Connection Refused" errors, but passing the IP address or mDNS host name to SetIPAddress directly works.

We looked at the source and noticed that SetTeam inserts a newline at the end of the mDNS host name. This is not the case for the Java version. After we removed the newlines from the method and recompiled, SetTeam worked for us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants