From 9fdbeea4efa3dba15d106343299e9a575537d3cd Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 27 Dec 2023 18:53:08 +0800 Subject: [PATCH] init --- .cproject | 10 +- .project | 2 +- .settings/language.settings.xml | 4 +- Intelligent_winding_robot_zarm.cfg | 44 ++++ Intelligent_winding_robot_zarm.ioc | 382 ++++++++++++++++++++++++++++++++++ Intelligent_winding_robot_zarm.launch | 98 +++++++++ a8000_cliptip_module.cfg | 44 ---- a8000_cliptip_module.ioc | 382 ---------------------------------- a8000_cliptip_module.launch | 98 --------- usrc/board.h | 19 +- usrc/main.cpp | 98 ++++++--- usrc/project_configs.h | 4 +- 12 files changed, 618 insertions(+), 567 deletions(-) create mode 100644 Intelligent_winding_robot_zarm.cfg create mode 100644 Intelligent_winding_robot_zarm.ioc create mode 100644 Intelligent_winding_robot_zarm.launch delete mode 100644 a8000_cliptip_module.cfg delete mode 100644 a8000_cliptip_module.ioc delete mode 100644 a8000_cliptip_module.launch diff --git a/.cproject b/.cproject index e971721..92b708c 100644 --- a/.cproject +++ b/.cproject @@ -30,7 +30,7 @@