Skip to content

Commit

Permalink
Merge pull request #2853 from irarykim/develop-hw
Browse files Browse the repository at this point in the history
로봇아이 AI Camera 모드 순서 변경
  • Loading branch information
Tnks2U authored Oct 24, 2024
2 parents 079761a + 93a9f25 commit 8302f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7325,11 +7325,11 @@ Entry.Robotis_rb_P_Assembly.getBlocks = function () {
type: 'Dropdown',
options: [
[Lang.Blocks.robotis_huskylens_mode_face_recognition, '0'],
[Lang.Blocks.robotis_huskylens_mode_expression_recognition, '9'],
[Lang.Blocks.robotis_huskylens_mode_line_tracking, '3'],
[Lang.Blocks.robotis_huskylens_mode_color_recognition, '4'],
[Lang.Blocks.robotis_huskylens_mode_tag_recognition, '5'],
[Lang.Blocks.robotis_huskylens_mode_object_classification, '6'],
[Lang.Blocks.robotis_huskylens_mode_expression_recognition, '9'],
],
value: '0',
fontSize: 11,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7237,11 +7237,11 @@ let camera_id_for_use = 0;
type: 'Dropdown',
options: [
[Lang.Blocks.robotis_ai_camera_mode_face_recognition, '0'],
[Lang.Blocks.robotis_ai_camera_mode_expression_recognition, '9'],
[Lang.Blocks.robotis_ai_camera_mode_line_tracking, '3'],
[Lang.Blocks.robotis_ai_camera_mode_color_recognition, '4'],
[Lang.Blocks.robotis_ai_camera_mode_tag_recognition, '5'],
[Lang.Blocks.robotis_ai_camera_mode_object_classification, '6'],
[Lang.Blocks.robotis_ai_camera_mode_expression_recognition, '9'],
],
value: '0',
fontSize: 11,
Expand Down

0 comments on commit 8302f5d

Please sign in to comment.