This commit is contained in:
Đăng Nguyễn
2025-12-20 15:16:59 +07:00
parent dd8c17cb6c
commit 6cd32f8c98
18 changed files with 298 additions and 251 deletions

View File

@@ -850,7 +850,8 @@ public class RobotConfigsController(Services.Logger<RobotConfigsController> Logg
{
try
{
//await RobotConfiguration.LoadVDA5050ConfigAsync();
await RobotConfiguration.LoadVDA5050ConfigAsync();
await RobotConfiguration.LoadRobotSimulationConfigAsync();
return new(true, "Robot configuration loaded successfully.");
}
catch (Exception ex)