updated package structure and more fixes

This commit is contained in:
Ruixiang Du
2019-10-07 23:14:29 +08:00
parent ccccce9d40
commit 829b6f8845
4459 changed files with 6640 additions and 518864 deletions

26
scout_sdk/CHANGELOG.md Normal file
View File

@@ -0,0 +1,26 @@
# Changelog for scout_sdk
## 0.4 (2019-09-15)
------------------
* Unified implementation of UART/CAN for firmware and SDK
* Improvements of code organization
* Contributors: Ruixiang Du
## 0.3 (2019-08-02)
------------------
* Added full UART support
* Contributors: Ruixiang Du
## 0.2 (2019-06-14)
------------------
* Deprecated initial serial interface support (new one under development)
* Added full CAN support
* Improved multi-threading implementation
* Contributors: Ruixiang Du
## 0.1 (2019-05-07)
------------------
* Added basic serial communication support
* Provided C++ interface, ROS/LCM demo
* Contributors: Ruixiang Du