Skip to content

Commit 0bd6198

Browse files
authored
Merge pull request #2515 from irarykim/develop-hw
Develop hw
2 parents 5e2bda3 + e4b9141 commit 0bd6198

File tree

10 files changed

+7935
-6656
lines changed

10 files changed

+7935
-6656
lines changed

extern/lang/code.js

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,9 @@ Lang.Blocks = {
12991299
"robotis_common_play_motion": "실행",
13001300
"robotis_common_motion": "모션",
13011301
"robotis_common_index_number": "번",
1302+
"robotis_common_left": "왼쪽",
1303+
"robotis_common_right": "오른쪽",
1304+
"robotis_common_minute": "분",
13021305
"robotis_cm_custom": "직접입력 주소",
13031306
"robotis_cm_spring_left": "왼쪽 접촉 센서",
13041307
"robotis_cm_spring_right": "오른쪽 접촉 센서",
@@ -5426,12 +5429,16 @@ Lang.Helper = {
54265429
"robotis_openCM70_cm_sound_detected_clear": "최종 소리 감지횟 수를 0 으로 초기화 합니다.",
54275430
"robotis_openCM70_cm_led": "제어기의 빨간색, 녹색, 파란색 LED 를 켜거나 끕니다.",
54285431
"robotis_openCM70_cm_motion": "제어기에 다운로드 되어있는 모션을 실행합니다.",
5429-
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5432+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차의 모터 포트를 지정합니다.",
5433+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차의 적외선 센서 포트를 지정합니다.",
5434+
"robotis_openCM70_cm_autodrive_speed": "차로를 따라 지정한 속도로 자율주행을 수행합니다.",
5435+
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 100% 의 값(으)로 정합니다.",
54305436
"robotis_openCM70_aux_servo_mode": "서보모터를 회전모드 또는 관절모드로 정합니다.<br/>한번 설정된 모드는 계속 적용됩니다.<br/>회전모드는 서보모터 속도를 지정하여 서보모터를 회전 시킵니다.<br/>관절모드는 지정한 서보모터 속도로 서보모터 위치를 이동 시킵니다.",
5431-
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5432-
"robotis_openCM70_aux_servo_position": "서보모터 위치를 0 ~ 1023 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5437+
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 100% 의 값(으)로 정합니다.",
5438+
"robotis_openCM70_aux_servo_position": "서보모터 위치를 -150도 ~ 150도 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
54335439
"robotis_openCM70_aux_led_module": "LED 모듈의 LED 를 켜거나 끕니다.",
54345440
"robotis_openCM70_aux_custom": "사용자 센서 제작에 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5441+
"robotis_openCM70_cm_poweroff_timer": "제어기의 자동꺼짐 타이머를 설정합니다.<br/>설정된 만큼의 시간동안 통신이 진행되지 않으면 제어기는 자동으로 꺼집니다.",
54355442
"robotis_openCM70_cm_custom_value": "컨트롤 테이블 주소를 직접 입력하여 값을 확인 합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
54365443
"robotis_openCM70_cm_custom": "컨트롤 테이블 주소를 직접 입력하여 값을 정합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
54375444
"show_variable": "선택한 변수의 '변수 창'을 실행화면에 보이게 합니다.",
@@ -6336,12 +6343,16 @@ Lang.template = {
63366343
"robotis_openCM70_cm_sound_detected_clear": "최종소리감지횟수 초기화 %1",
63376344
"robotis_openCM70_cm_led": "제어기 %1 LED %2 %3",
63386345
"robotis_openCM70_cm_motion": "모션 %1 번 실행 %2",
6339-
"robotis_openCM70_aux_motor_speed": "%1 감속모터 속도를 %2 , 출력값을 %3 (으)로 정하기 %4",
6346+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차 %1모터를 %2 에 연결 %3",
6347+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차 %1적외선센서를 %2 에 연결 %3",
6348+
"robotis_openCM70_cm_autodrive_speed": "차로를 따라 %1의 속도로 자율주행 %2",
6349+
"robotis_openCM70_aux_motor_speed": "%1 감속모터 속도를 %2, 출력값을 %3%로 정하기 %4",
63406350
"robotis_openCM70_aux_servo_mode": "%1 서보모터 모드를 %2 (으)로 정하기 %3",
6341-
"robotis_openCM70_aux_servo_speed": "%1 서보모터 속도를 %2 , 출력값을 %3 (으)로 정하기 %4",
6342-
"robotis_openCM70_aux_servo_position": "%1 서보모터 위치를 %2 (으)로 정하기 %3",
6351+
"robotis_openCM70_aux_servo_speed": "%1 서보모터 속도를 %2, 출력값을 %3%로 정하기 %4",
6352+
"robotis_openCM70_aux_servo_position": "%1 서보모터 위치를 %2도로 정하기 %3",
63436353
"robotis_openCM70_aux_led_module": "%1 LED 모듈을 %2 (으)로 정하기 %3",
63446354
"robotis_openCM70_aux_custom": "%1 사용자 장치를 %2 (으)로 정하기 %3",
6355+
"robotis_openCM70_cm_poweroff_timer": "제어기 자동꺼짐 타이머 %1 %2",
63456356
"robotis_openCM70_cm_custom": "직접입력 주소 ( %1 ) (을)를 %2 (으)로 정하기 %3",
63466357
"robotis_carCont_sensor_value": "%1 값",
63476358
"robotis_carCont_cm_led": "4번 LED %1 , 1번 LED %2 %3",

extern/lang/ebs.js

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,9 @@ Lang.Blocks = {
13041304
"robotis_common_play_motion": "실행",
13051305
"robotis_common_motion": "모션",
13061306
"robotis_common_index_number": "번",
1307+
"robotis_common_left": "왼쪽",
1308+
"robotis_common_right": "오른쪽",
1309+
"robotis_common_minute": "분",
13071310
"robotis_cm_custom": "직접입력 주소",
13081311
"robotis_cm_spring_left": "왼쪽 접촉 센서",
13091312
"robotis_cm_spring_right": "오른쪽 접촉 센서",
@@ -5438,12 +5441,17 @@ Lang.Helper = {
54385441
"robotis_openCM70_cm_sound_detected_clear": "최종 소리 감지횟 수를 0 으로 초기화 합니다.",
54395442
"robotis_openCM70_cm_led": "제어기의 빨간색, 녹색, 파란색 LED 를 켜거나 끕니다.",
54405443
"robotis_openCM70_cm_motion": "제어기에 다운로드 되어있는 모션을 실행합니다.",
5441-
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5444+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차의 모터 포트를 지정합니다.",
5445+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차의 적외선 센서 포트를 지정합니다.",
5446+
"robotis_openCM70_cm_autodrive_speed": "지정한 속도로 자율주행을 수행합니다.",
5447+
"robotis_openCM70_aux_car_move": "로봇을 지정한 속도와 방향으로 움직이도록 합니다.",
5448+
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 100% 의 값으로 정합니다.",
54425449
"robotis_openCM70_aux_servo_mode": "서보모터를 회전모드 또는 관절모드로 정합니다.<br/>한번 설정된 모드는 계속 적용됩니다.<br/>회전모드는 서보모터 속도를 지정하여 서보모터를 회전 시킵니다.<br/>관절모드는 지정한 서보모터 속도로 서보모터 위치를 이동 시킵니다.",
5443-
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 1023값(으)로 정합니다.",
5444-
"robotis_openCM70_aux_servo_position": "서보모터 위치를 0 ~ 1023 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5450+
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 100%값으로 정합니다.",
5451+
"robotis_openCM70_aux_servo_position": "서보모터 위치를 -150도 ~ 150도 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
54455452
"robotis_openCM70_aux_led_module": "LED 모듈의 LED 를 켜거나 끕니다.",
54465453
"robotis_openCM70_aux_custom": "사용자 센서 제작에 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5454+
"robotis_openCM70_cm_poweroff_timer": "제어기의 자동꺼짐 타이머를 설정합니다.<br/>설정된 만큼의 시간동안 통신이 진행되지 않으면 제어기는 자동으로 꺼집니다.",
54475455
"robotis_openCM70_cm_custom_value": "컨트롤 테이블 주소를 직접 입력하여 값을 확인 합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
54485456
"robotis_openCM70_cm_custom": "컨트롤 테이블 주소를 직접 입력하여 값을 정합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
54495457
"show_variable": "선택한 변수의 '변수 창'을 실행화면에 보이게 합니다.",
@@ -6352,12 +6360,17 @@ Lang.template = {
63526360
"robotis_openCM70_cm_sound_detected_clear": "최종소리감지횟수 초기화 %1",
63536361
"robotis_openCM70_cm_led": "제어기 %1 LED %2 %3",
63546362
"robotis_openCM70_cm_motion": "모션 %1 번 실행 %2",
6355-
"robotis_openCM70_aux_motor_speed": "%1 감속모터 속도를 %2 , 출력값을 %3 (으)로 정하기 %4",
6363+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차 %1 모터를 %2 에 연결 %3",
6364+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차 %1 적외선센서를 %2 에 연결 %3",
6365+
"robotis_openCM70_cm_autodrive_speed": "차로를 따라 %1의 속도로 자율주행 %2",
6366+
"robotis_openCM70_aux_car_move": "로봇을 %1% 의 속도로 %2 %3",
6367+
"robotis_openCM70_aux_motor_speed": "%1 감속모터 속도를 %2 , 출력값을 %3%로 정하기 %4",
63566368
"robotis_openCM70_aux_servo_mode": "%1 서보모터 모드를 %2 (으)로 정하기 %3",
6357-
"robotis_openCM70_aux_servo_speed": "%1 서보모터 속도를 %2 , 출력값을 %3 (으)로 정하기 %4",
6358-
"robotis_openCM70_aux_servo_position": "%1 서보모터 위치를 %2 (으)로 정하기 %3",
6369+
"robotis_openCM70_aux_servo_speed": "%1 서보모터 속도를 %2 , 출력값을 %3%로 정하기 %4",
6370+
"robotis_openCM70_aux_servo_position": "%1 서보모터 위치를 %2도로 정하기 %3",
63596371
"robotis_openCM70_aux_led_module": "%1 LED 모듈을 %2 (으)로 정하기 %3",
63606372
"robotis_openCM70_aux_custom": "%1 사용자 장치를 %2 (으)로 정하기 %3",
6373+
"robotis_openCM70_cm_poweroff_timer": "제어기 자동꺼짐 타이머 %1 %2",
63616374
"robotis_openCM70_cm_custom": "직접입력 주소 ( %1 ) (을)를 %2 (으)로 정하기 %3",
63626375
"robotis_carCont_sensor_value": "%1 값",
63636376
"robotis_carCont_cm_led": "4번 LED %1 , 1번 LED %2 %3",

extern/lang/en.js

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,9 @@ Lang.Blocks = {
498498
"robotis_common_play_motion": "Play",
499499
"robotis_common_motion": "Motion",
500500
"robotis_common_index_number": "Number",
501+
"robotis_common_left": "Left",
502+
"robotis_common_right": "Right",
503+
"robotis_common_minute": "minute(s)",
501504
"robotis_cm_custom": "Custom address",
502505
"robotis_cm_spring_left": "Left contact sensor",
503506
"robotis_cm_spring_right": "Right contact sensor",
@@ -4645,12 +4648,17 @@ Lang.Helper = {
46454648
"robotis_openCM70_cm_sound_detected_clear": "Final number of sound detection ",
46464649
"robotis_openCM70_cm_led": "Turns the red, green, blue LED of the device on or off.",
46474650
"robotis_openCM70_cm_motion": "Executes the motion downloaded on the device.",
4648-
"robotis_openCM70_aux_motor_speed": "Sets the speed of decelerating motor to the value of 0 - 1023.",
4651+
"robotis_openCM70_cm_autodrive_motor": "Specifies the motor port of the autonomous driving car.",
4652+
"robotis_openCM70_cm_autodrive_ir": "Specifies the IR sensor port of the autonomous driving car.",
4653+
"robotis_openCM70_cm_autodrive_speed": "Perform autonomous driving at the specified speed along the lane.",
4654+
"robotis_openCM70_aux_car_move": "Make the robot move at the specified speed and direction.",
4655+
"robotis_openCM70_aux_motor_speed": "Sets the speed of decelerating motor to the value of 0 - 100%.",
46494656
"robotis_openCM70_aux_servo_mode": "Sets the servo motor as wheel mode or joint mode.<br/>The same mode continues to apply once it's set.<br/>Wheel mode designates the servo motor's speed, and spins the servo motor.<br/>Joint mode moves the servo motor's position with the set servo motor speed.",
46504657
"robotis_openCM70_aux_servo_speed": "Sets servo motor's speed to the value of 0 - 1023.",
4651-
"robotis_openCM70_aux_servo_position": "Sets servo motor's position to the value of 0-1023.<br/>Use as servo motor speed",
4658+
"robotis_openCM70_aux_servo_position": "Sets servo motor's position to the value of -150 - 150 degree.<br/>Use as servo motor speed",
46524659
"robotis_openCM70_aux_led_module": "Turns the LED of LED module on or off.",
46534660
"robotis_openCM70_aux_custom": "Please refer to the ROBOTIS e-manual (http://support.robotis.com/ko/) for the explanation of user sensor production.",
4661+
"robotis_openCM70_cm_poweroff_timer": "Set the controller's auto-off timer.<br/>If there is no communication for the set amount of time, the controller will automatically turn off.",
46544662
"robotis_openCM70_cm_custom_value": "Checks the value by directly inputting the control table address.<br/>Please refer to the ROBOTIS e-manual (http://support.robotis.com/ko/) for the explanation about control table.",
46554663
"robotis_openCM70_cm_custom": "Checks the value by directly inputting the control table address.<br/>Please refer to the ROBOTIS e-manual (http://support.robotis.com/ko/) for the explanation about control table.",
46564664
"show_variable": "Shows the value of the selected variable on the stage.",
@@ -5562,12 +5570,17 @@ Lang.template = {
55625570
"robotis_openCM70_cm_sound_detected_clear": "Initialize the final number of sound detection %1",
55635571
"robotis_openCM70_cm_led": "Controller %1 LED %2 %3",
55645572
"robotis_openCM70_cm_motion": "Play the motion %1 times",
5565-
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3 %4",
5573+
"robotis_openCM70_cm_autodrive_motor": "Autonomous driving car %1 motor uses %2 %3",
5574+
"robotis_openCM70_cm_autodrive_ir": "Autonomous driving car %1 IR sensor uses %2 %3",
5575+
"robotis_openCM70_cm_autodrive_speed": "Perform autonomous driving at the speed of %1 %2",
5576+
"robotis_openCM70_aux_car_move": "Make the robot %2 at a speed of %1% %3",
5577+
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3% %4",
55665578
"robotis_openCM70_aux_servo_mode": "Set the mode of %1 servo motor to %2 %3",
5567-
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3 %4",
5568-
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 %3",
5579+
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3% %4",
5580+
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 degree %3",
55695581
"robotis_openCM70_aux_led_module": "Set the LED module of %1 as %2 %3",
55705582
"robotis_openCM70_aux_custom": "Set the user device of %1 as %2 %3",
5583+
"robotis_openCM70_cm_poweroff_timer": "Set auto-off timer as %1 %2",
55715584
"robotis_openCM70_cm_custom": "Set the custom address ( %1 ) as %2 %3",
55725585
"robotis_carCont_sensor_value": "Value %1",
55735586
"robotis_carCont_cm_led": "%1 LED 4, %2 LED %3",

extern/lang/jp.js

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,9 @@ Lang.Blocks = {
12951295
"robotis_common_play_motion": "実行",
12961296
"robotis_common_motion": "モーション",
12971297
"robotis_common_index_number": "回",
1298+
"robotis_common_left": "左",
1299+
"robotis_common_right": "右",
1300+
"robotis_common_minute": "分",
12981301
"robotis_cm_custom": "直接入力アドレス",
12991302
"robotis_cm_spring_left": "左側接触センサー",
13001303
"robotis_cm_spring_right": "右側接触センサー",
@@ -5430,12 +5433,17 @@ Lang.Helper = {
54305433
"robotis_openCM70_cm_sound_detected_clear": "최종 소리 감지횟 수를 0 으로 초기화 합니다.",
54315434
"robotis_openCM70_cm_led": "제어기의 빨간색, 녹색, 파란색 LED 를 켜거나 끕니다.",
54325435
"robotis_openCM70_cm_motion": "제어기에 다운로드 되어있는 모션을 실행합니다.",
5433-
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 1023 의 값(으)로 정합니다.",
5436+
"robotis_openCM70_cm_autodrive_motor": "자율주행 자동차의 모터 포트를 지정합니다.",
5437+
"robotis_openCM70_cm_autodrive_ir": "자율주행 자동차의 적외선 센서 포트를 지정합니다.",
5438+
"robotis_openCM70_cm_autodrive_speed": "지정한 속도로 자율주행을 수행합니다.",
5439+
"robotis_openCM70_aux_car_move": "로봇을 지정한 속도와 방향으로 움직이도록 합니다.",
5440+
"robotis_openCM70_aux_motor_speed": "감속모터 속도를 0 ~ 100% 의 값으로 정합니다.",
54345441
"robotis_openCM70_aux_servo_mode": "서보모터를 회전모드 또는 관절모드로 정합니다.<br/>한번 설정된 모드는 계속 적용됩니다.<br/>회전모드는 서보모터 속도를 지정하여 서보모터를 회전 시킵니다.<br/>관절모드는 지정한 서보모터 속도로 서보모터 위치를 이동 시킵니다.",
5435-
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 1023값(으)로 정합니다.",
5436-
"robotis_openCM70_aux_servo_position": "서보모터 위치를 0 ~ 1023 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
5442+
"robotis_openCM70_aux_servo_speed": "서보모터 속도를 0 ~ 100%값으로 정합니다.",
5443+
"robotis_openCM70_aux_servo_position": "서보모터 위치를 -150도 ~ 150도 의 값(으)로 정합니다.<br/>서보모터 속도와 같이 사용해야 합니다.",
54375444
"robotis_openCM70_aux_led_module": "LED 모듈의 LED 를 켜거나 끕니다.",
54385445
"robotis_openCM70_aux_custom": "사용자 센서 제작에 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
5446+
"robotis_openCM70_cm_poweroff_timer": "제어기의 자동꺼짐 타이머를 설정합니다.<br/>설정된 만큼의 시간동안 통신이 진행되지 않으면 제어기는 자동으로 꺼집니다.",
54395447
"robotis_openCM70_cm_custom_value": "컨트롤 테이블 주소를 직접 입력하여 값을 확인 합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
54405448
"robotis_openCM70_cm_custom": "컨트롤 테이블 주소를 직접 입력하여 값을 정합니다.<br/>컨트롤 테이블 대한 설명은 ROBOTIS e-매뉴얼(http://support.robotis.com/ko/)을 참고하세요.",
54415449
"show_variable": "選択した変数ウィンドウを実行画面に表示します。",
@@ -6342,12 +6350,17 @@ Lang.template = {
63426350
"robotis_openCM70_cm_sound_detected_clear": "Initialize the final number of sound detection %1",
63436351
"robotis_openCM70_cm_led": "Controller %1 LED %2 %3",
63446352
"robotis_openCM70_cm_motion": "Play the motion %1 times",
6345-
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3 %4",
6353+
"robotis_openCM70_cm_autodrive_motor": "Autonomous driving car %1 motor uses %2 %3",
6354+
"robotis_openCM70_cm_autodrive_ir": "Autonomous driving car %1 IR sensor uses %2 %3",
6355+
"robotis_openCM70_cm_autodrive_speed": "Perform autonomous driving at the speed of %1 %2",
6356+
"robotis_openCM70_aux_car_move": "Make the robot %2 at a speed of %1% %3",
6357+
"robotis_openCM70_aux_motor_speed": "Set the speed of decelerating motor of %1 to %2 , and the output value to %3% %4",
63466358
"robotis_openCM70_aux_servo_mode": "Set the mode of %1 servo motor to %2 %3",
6347-
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3 %4",
6348-
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 %3",
6359+
"robotis_openCM70_aux_servo_speed": "Set the speed of servo motor of %1 to %2 , and the output value to %3% %4",
6360+
"robotis_openCM70_aux_servo_position": "Set the position of %1 servo motor to %2 degree %3",
63496361
"robotis_openCM70_aux_led_module": "Set the LED module of %1 as %2 %3",
63506362
"robotis_openCM70_aux_custom": "Set the user device of %1 as %2 %3",
6363+
"robotis_openCM70_cm_poweroff_timer": "Set auto-off timer as %1 %2",
63516364
"robotis_openCM70_cm_custom": "Set the custom address ( %1 ) as %2 %3",
63526365
"robotis_carCont_sensor_value": "Value %1",
63536366
"robotis_carCont_cm_led": "%1 LED 4, %2 LED %3",

0 commit comments

Comments
 (0)