Skip to content

Commit 2e44463

Browse files
authored
Merge pull request #80 from ROBOTIS-GIT/develop
Release 1.1.2
2 parents e827140 + 4fc3bb8 commit 2e44463

File tree

13 files changed

+37
-8
lines changed

13 files changed

+37
-8
lines changed

arduino/opencr_arduino/opencr/libraries/turtlebot3/examples/turtlebot3_burger/turtlebot3_core/turtlebot3_core.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ void updateGyroCali(void)
687687
void sendLogMsg(void)
688688
{
689689
static bool log_flag = false;
690-
char log_msg[50];
690+
char log_msg[100];
691691
const char* init_log_data = INIT_LOG_DATA;
692692

693693
if (nh.connected())

arduino/opencr_arduino/opencr/libraries/turtlebot3/examples/turtlebot3_burger/turtlebot3_core/turtlebot3_core_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242

4343
#include <math.h>
4444

45-
#define INIT_LOG_DATA "This core(v1.1.1) is compatible with TurtleBot3 Burger"
45+
#define INIT_LOG_DATA "This core(v1.1.2) is compatible with TB3 Burger"
4646

4747
#define HARDWARE_VER "1.0.0"
4848
#define SOFTWARE_VER "1.0.0"
49-
#define FIRMWARE_VER "1.1.1"
49+
#define FIRMWARE_VER "1.1.2"
5050

5151
#define CONTROL_MOTOR_SPEED_PERIOD 30 //hz
5252
#define IMU_PUBLISH_PERIOD 200 //hz

arduino/opencr_arduino/opencr/libraries/turtlebot3/examples/turtlebot3_waffle/turtlebot3_core/turtlebot3_core.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ void updateGyroCali(void)
687687
void sendLogMsg(void)
688688
{
689689
static bool log_flag = false;
690-
char log_msg[50];
690+
char log_msg[100];
691691
const char* init_log_data = INIT_LOG_DATA;
692692

693693
if (nh.connected())

arduino/opencr_arduino/opencr/libraries/turtlebot3/examples/turtlebot3_waffle/turtlebot3_core/turtlebot3_core_config.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242

4343
#include <math.h>
4444

45-
#define INIT_LOG_DATA "This core(v1.1.1) is compatible with TurtleBot3 Waffle or Waffle Pi"
45+
#define INIT_LOG_DATA "This core(v1.1.2) is compatible with TB3 Waffle or Waffle Pi"
4646

4747
#define HARDWARE_VER "1.0.0"
4848
#define SOFTWARE_VER "1.0.0"
49-
#define FIRMWARE_VER "1.1.1"
49+
#define FIRMWARE_VER "1.1.2"
5050

5151
#define CONTROL_MOTOR_SPEED_PERIOD 30 //hz
5252
#define IMU_PUBLISH_PERIOD 200 //hz
@@ -231,5 +231,3 @@ bool setup_end = false;
231231
uint8_t battery_state = 0;
232232

233233
#endif // TURTLEBOT3_CORE_CONFIG_H_
234-
235-
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

arduino/opencr_release/package_opencr_index.json

+31
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,37 @@
629629
"version": "1.0.0"
630630
}
631631
]
632+
},
633+
{
634+
"name": "OpenCR",
635+
"architecture": "OpenCR",
636+
"version": "1.1.2",
637+
"category": "Arduino",
638+
"help": {
639+
"online": "https://github.com/ROBOTIS-GIT/OpenCR"
640+
},
641+
"url": "https://github.com/ROBOTIS-GIT/OpenCR/releases/download/1.1.2/opencr_core_1.1.2.tar.bz2",
642+
"archiveFileName": "opencr_core_1.1.2.tar.bz2",
643+
"checksum": "SHA-256:dc0ca58c38684425d4454b83991eadbb386fda6521df01b8130724bec1b40fc6",
644+
"size": "2212452",
645+
"help": {
646+
"online": "http://emanual.robotis.com/docs/en/parts/controller/opencr10/"
647+
},
648+
"boards": [
649+
{"name": "OpenCR"}
650+
],
651+
"toolsDependencies": [
652+
{
653+
"packager": "OpenCR",
654+
"name": "opencr_gcc",
655+
"version": "5.4.0-2016q2"
656+
},
657+
{
658+
"packager": "OpenCR",
659+
"name": "opencr_tools",
660+
"version": "1.0.0"
661+
}
662+
]
632663
}
633664

634665

Binary file not shown.

0 commit comments

Comments
 (0)