From 3b43efd275649f136e3e1b275adaddf623f27186 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 27 Dec 2023 21:24:08 +0800 Subject: [PATCH] v1.0.1 --- .cproject | 10 +- .project | 2 +- .settings/language.settings.xml | 4 +- Intelligent_winding_robot_hbot.cfg | 44 +++++ Intelligent_winding_robot_hbot.ioc | 310 ++++++++++++++++++++++++++++++++++ Intelligent_winding_robot_hbot.launch | 98 +++++++++++ a8000_hbot_robot_controler.cfg | 44 ----- a8000_hbot_robot_controler.ioc | 310 ---------------------------------- a8000_hbot_robot_controler.launch | 98 ----------- sdk | 2 +- usrc/main.cpp | 2 +- usrc/project_configs.h | 2 +- 12 files changed, 463 insertions(+), 463 deletions(-) create mode 100644 Intelligent_winding_robot_hbot.cfg create mode 100644 Intelligent_winding_robot_hbot.ioc create mode 100644 Intelligent_winding_robot_hbot.launch delete mode 100644 a8000_hbot_robot_controler.cfg delete mode 100644 a8000_hbot_robot_controler.ioc delete mode 100644 a8000_hbot_robot_controler.launch diff --git a/.cproject b/.cproject index f9ebd03..224bbfb 100644 --- a/.cproject +++ b/.cproject @@ -30,7 +30,7 @@