Skip to content

Commit bb33631

Browse files
authored
Merge pull request #2972 from irarykim/develop-hw-koalabot-lite-202506
코알라봇(브라우저 연결) 대표이미지 수정 / 코알라봇 함수명 오타 수정
2 parents 670d6da + 34f176f commit bb33631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
1.15 KB
Loading

src/playground/blocks/hardwareLite/block_robotis_koalabot_lite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ let camera_id_for_use = 0;
22302230
//DEFAULT_DELAY
22312231
);
22322232
},
2233-
syntax: { js: [], py: ['Koalabot.dxl_each_control(%1)'] },
2233+
syntax: { js: [], py: ['Koalabot.go_distance(%1)'] },
22342234
},
22352235

22362236
robotis_koalabot_lite_turn_angle: {
@@ -2308,7 +2308,7 @@ let camera_id_for_use = 0;
23082308
//DEFAULT_DELAY
23092309
);
23102310
},
2311-
syntax: { js: [], py: ['Koalabot.dxl_each_control(%1)'] },
2311+
syntax: { js: [], py: ['Koalabot.turn_angle(%1)'] },
23122312
},
23132313
robotis_koalabot_lite_follow_line: {
23142314
color: EntryStatic.colorSet.block.default.HARDWARE,

0 commit comments

Comments
 (0)