Files
MainCarRunner/主-从车路径代码生成程序(MCR)/FunctionConfig.json
2025-07-22 13:52:50 +08:00

8 lines
333 B
JSON

{
"MoveBackward" : "MasterCar_BackMP(MasterCar_GoSpeed,800);",
"MoveForward" : "MasterCar_SmartRunMP(MasterCar_GoSpeed,MasterCar_GoMpValue);",
"MoveToBalckLine" : "MasterCar_SmartRun(MasterCar_GoSpeed);",
"TurnLeft" : "MasterCar_Left(MasterCar_TrunSpeed,1);",
"TurnRight" : "MasterCar_Right(MasterCar_TrunSpeed,1);"
}