Skip to content

3.8.0: Road to PROS 4

Compare
Choose a tag to compare
@WillXuCodes WillXuCodes released this 08 Mar 05:18
9dddc76

Features:

  • Add some missing functions to motor groups, such as get_temperatures(),
    get_voltages(), and get_voltage_limits().
  • Add additional constructors to motor groups to handle different construction
    cases.
  • Add "at()" method for motor groups.
  • Add integration time setting/getting to pros::Optical.

Updates:

  • Update Makefiles to use "pros" instead of "prosv5". This should hopefully fix
    some issues that occur on linux installs.
  • Update Copyright to 2023.

Bugfixes:

  • Fixed ambiguity with the default constructor on ADI Encoders.
  • Paths with parenthesis no longer break the build system.
  • Fixed the return_port breaking a function in the motor API.

Hopefully this will be the last update to 3... before the PROS 4 open beta.

Special thanks to @djava, @beyond-reality-dev !