Skip to content

Commit ae2a120

Browse files
Merge pull request #41 from westonrobot/feature-update_protocol
Feature update protocol
2 parents a9afc48 + aed0f17 commit ae2a120

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5.1)
2-
project(ugv_sdk VERSION 0.4.0)
2+
project(ugv_sdk VERSION 0.5.0)
33

44
find_program(CCACHE_PROGRAM ccache)
55
if(CCACHE_PROGRAM)

include/ugv_sdk/details/interface/agilex_types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ typedef enum {
3535
} AgxVehicleState;
3636

3737
typedef enum {
38-
// CONTROL_MODE_STANDBY = 0x00,
39-
CONTROL_MODE_RC = 0x00,
38+
CONTROL_MODE_STANDBY = 0x00,
4039
CONTROL_MODE_CAN = 0x01,
41-
CONTROL_MODE_UART = 0x02
40+
CONTROL_MODE_UART = 0x02,
41+
CONTROL_MODE_RC = 0x03
4242
} AgxControlMode;
4343

4444
typedef enum {

0 commit comments

Comments
 (0)