WisconsinRobotics / WRover_Software

The software system for the 2024 Wisconsin Robotics URC rover.
https://wisconsinrobotics.github.io/WRover_Software/
MIT License
6 stars 1 forks source link

Fix antenna configuration #71

Open co-li opened 11 months ago

co-li commented 11 months ago

Rationale

At URC 2023, the antenna "paused" during teleop. ROS 1 has a custom TCP implementation, and it may be mishandling pause frames. The antennas should have a configuration option to disable pause frames. This could cause packet loss, but it should not be an issue to ROS's use of TCP.

Required Actions

Tzanccc commented 11 months ago

Fix Antenna Configuration