aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix linking error caused by wrong lib pathHEADmasterWe-unite2025-01-0414-30/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | In the old commit, CMakeLists is set to find liblcm in ${CMAKE_SOURCE_ROOT}/libs, and there are two dirs: aarch64 and x86. When I compile it for x86-64 computer using the cmake on host machine, it will automatically find lib under ${CMAKE_SOURCE_ROOT}/lib/x86, and when compiling for arm using cmake/compiler provided by ohos, it will also find under ${CMAKE_SOURCE_ROOT}/lib/aarch64. Sounds good. But, this is just a feature of special version for cmake/make/binutils, causing error on other linux distributions. The path should be given, but tools wouldn't find libs there recursively, which means path should be spercific. So in this commit, I use runme.sh to compile. It will work depending on the argument(named arch) given by user, and pass it as a macro named OHOS_ARCH to cmake, which is used in linking path of CMakeLists. Besides, libpthread.so is not always default linked. So let's write it in CMakeLists. Last but not least, keeping source code clean is our duty. There's a .clang-format under ${CMAKE_SOURCE_ROOT} to help. Use it. Moving for the better!
* Update sth && add "cancel target"We-unite2024-06-243-13/+20
| | | | | | - set sita as rad - fix the change between little to big end - sth else
* Fix bugs, now it can deal with curpose rightlyWe-unite2024-06-226-28/+123
|
* updateWe-unite2024-06-195-110/+261
|
* add ROBOT_CONTROL, divide udp2lcm and serialWe-unite2024-06-1529-213/+3648
|
* wheel ctrl finished, can use udpserver ctrl wheelWe-unite2024-06-116-12/+60
|
* Add udp2lcm server && datastructure to wheel ctrlWe-unite2024-06-117-431/+602
|
* initial commitWe-unite2024-06-074-0/+526