0.1.1
新增内容:
- 在手动程序中可以方便调用的
operateThroughGamePad,只要给出两个手柄,即可轻松操控上层和底盘 - 自动将主程序压缩成
.zip格式的.sh程序(别问我为啥没有.bat,我即使会写我的系统仍然是ubuntu) - 更多的注释,以帮助开发者阅读
修改内容:
- 修复了getAimPositionThroughTrajectory的错误应用的BUG
- 将
LinkedList < DriveCommands >封装成DriveCommandPackage。在后续,我们会尝试对其作更多实用性的开发
What's new:
- The
operateThroughGamePadthat can be easily called in the manual program, as long as two handles are given, the upper layer and the chassis can be easily controlled - Automatically compress the main program into a
.shprogram in.zipformat (don't ask me why I don't have a.bat, even if I can write my system is stillubuntu) - More comments to help developers read
Modifications:
- Fixed the bug that
getAimPositionThroughTrajectorywas incorrectly applied - Encapsulate
LinkedList < DriveCommands >asDriveCommandPackage. In the future, we will try to develop it more practically