WisconsinRobotics / WRover_Software_23-24

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

Fix antenna configuration #71

Open co-li opened 1 year ago

co-li commented 1 year 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 1 year ago

Fix Antenna Configuration