v2022.1.1-alpha-2
版本发布时间: 2021-10-05 15:24:42
wpilibsuite/allwpilib最新发布版本:v2024.3.2(2024-03-14 14:34:38)
Alpha release for use by vendors only.
- Requires 2022 image (v2.x)
Errata
-
/usr/local/frc/bin/frcRunRobot.sh
must be edited on the 2022 Rio image (see below) for programs to run - Need internet connectivity on initial build (Maven artifacts currently missing from installer)
- Simulation launching doesn't work
- C++ tools don't work
frcRunRobot.sh fix
The last 3 lines of /usr/local/frc/bin/frcRunRobot.sh
are:
/sbin/start-stop-daemon --start \
--pidfile /var/run/natinst/FRC_UserProgram.pid \
--make-pidfile --exec /bin/bash -- \
-l -c "exec $PROG $ARGS 2>&1 | FRC_ConsoleTee | tee /var/local/natinst/log/FRC_UserProgram.log"
The last line must be edited (as admin) to remove "exec", resulting in:
-l -c "$PROG $ARGS 2>&1 | FRC_ConsoleTee | tee /var/local/natinst/log/FRC_UserProgram.log"
1、 WPILib_Linux-2022.1.1-alpha-2.tar.gz 764.27MB
2、 WPILib_macOS-2022.1.1-alpha-2.dmg 853.32MB
3、 WPILib_Windows32-2022.1.1-alpha-2.iso 801.76MB
4、 WPILib_Windows64-2022.1.1-alpha-2.iso 828.12MB