From d64928ed9debf3f52e6074d8fe488578bd8d2f59 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 11 Nov 2023 11:44:37 +0800 Subject: [PATCH] update --- .cproject | 10 +- .project | 2 +- .settings/language.settings.xml | 4 +- a8000_hbot_robot_controler.cfg | 44 ++++++ a8000_hbot_robot_controler.ioc | 310 ++++++++++++++++++++++++++++++++++++++ a8000_hbot_robot_controler.launch | 98 ++++++++++++ hbot_robot_controler.cfg | 44 ------ hbot_robot_controler.ioc | 310 -------------------------------------- hbot_robot_controler.launch | 98 ------------ 9 files changed, 460 insertions(+), 460 deletions(-) create mode 100644 a8000_hbot_robot_controler.cfg create mode 100644 a8000_hbot_robot_controler.ioc create mode 100644 a8000_hbot_robot_controler.launch delete mode 100644 hbot_robot_controler.cfg delete mode 100644 hbot_robot_controler.ioc delete mode 100644 hbot_robot_controler.launch diff --git a/.cproject b/.cproject index cd3e105..f9ebd03 100644 --- a/.cproject +++ b/.cproject @@ -30,7 +30,7 @@