diff --git a/.cproject b/.cproject
index f9ebd03..224bbfb 100644
--- a/.cproject
+++ b/.cproject
@@ -30,7 +30,7 @@
-
+
-
+
@@ -222,7 +222,7 @@
-
+
@@ -243,10 +243,10 @@
-
+
-
+
\ No newline at end of file
diff --git a/.project b/.project
index 2ca8f69..0c5a55b 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
- a8000_hbot_robot_controler
+ Intelligent_winding_robot_hbot
diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml
index 48cb063..a021519 100644
--- a/.settings/language.settings.xml
+++ b/.settings/language.settings.xml
@@ -5,7 +5,7 @@
-
+
@@ -16,7 +16,7 @@
-
+
diff --git a/a8000_hbot_robot_controler.cfg b/Intelligent_winding_robot_hbot.cfg
similarity index 100%
rename from a8000_hbot_robot_controler.cfg
rename to Intelligent_winding_robot_hbot.cfg
diff --git a/a8000_hbot_robot_controler.ioc b/Intelligent_winding_robot_hbot.ioc
similarity index 98%
rename from a8000_hbot_robot_controler.ioc
rename to Intelligent_winding_robot_hbot.ioc
index 69f0a0b..6270449 100644
--- a/a8000_hbot_robot_controler.ioc
+++ b/Intelligent_winding_robot_hbot.ioc
@@ -210,8 +210,8 @@ ProjectManager.MainLocation=Core/Src
ProjectManager.NoMain=false
ProjectManager.PreviousToolchain=STM32CubeIDE
ProjectManager.ProjectBuild=false
-ProjectManager.ProjectFileName=a8000_hbot_robot_controler.ioc
-ProjectManager.ProjectName=a8000_hbot_robot_controler
+ProjectManager.ProjectFileName=Intelligent_winding_robot_hbot.ioc
+ProjectManager.ProjectName=Intelligent_winding_robot_hbot
ProjectManager.ProjectStructure=
ProjectManager.RegisterCallBack=
ProjectManager.StackSize=0x1000
diff --git a/a8000_hbot_robot_controler.launch b/Intelligent_winding_robot_hbot.launch
similarity index 94%
rename from a8000_hbot_robot_controler.launch
rename to Intelligent_winding_robot_hbot.launch
index 34468c0..ca6371e 100644
--- a/a8000_hbot_robot_controler.launch
+++ b/Intelligent_winding_robot_hbot.launch
@@ -12,7 +12,7 @@
-
+
@@ -37,7 +37,7 @@
-
+
@@ -47,11 +47,11 @@
-
+
-
+
@@ -82,13 +82,13 @@
-
-
+
+
-
+
diff --git a/sdk b/sdk
index 8f364e5..85b8278 160000
--- a/sdk
+++ b/sdk
@@ -1 +1 @@
-Subproject commit 8f364e5f9d3b8f1858abfe2ff3ba71376aa941d9
+Subproject commit 85b827815841cd0ad95352d5ee5917a6034c45e3
diff --git a/usrc/main.cpp b/usrc/main.cpp
index c3c25aa..d5f21eb 100644
--- a/usrc/main.cpp
+++ b/usrc/main.cpp
@@ -105,7 +105,7 @@ static void initsubmodule() {
xy_defaultcfg.basecfg.robot_type = I_XYRobotCtrlModule::hbot;
xy_defaultcfg.basecfg.x_shaft = 0;
xy_defaultcfg.basecfg.y_shaft = 1;
- xy_defaultcfg.basecfg.ihold = 1;
+ xy_defaultcfg.basecfg.ihold = 8;
xy_defaultcfg.basecfg.irun = 16;
xy_defaultcfg.basecfg.iholddelay = 100;
xy_defaultcfg.basecfg.distance_scale = 7344;
diff --git a/usrc/project_configs.h b/usrc/project_configs.h
index aef2588..59caac5 100644
--- a/usrc/project_configs.h
+++ b/usrc/project_configs.h
@@ -2,7 +2,7 @@
#define PC_VERSION "v1.0.1"
#define PC_MANUFACTURER "http://www.iflytop.com/"
-#define PC_PROJECT_NAME "xy_robot_board"
+#define PC_PROJECT_NAME "Intelligent_winding_robot_hbot"
#define PC_IFLYTOP_ENABLE_OS 1
#define PC_DEBUG_UART huart1