Skip to content

Commit

Permalink
Merge pull request #309 from PolySync/add-vehicle-speed-can-ids
Browse files Browse the repository at this point in the history
Add EV & Niro vehicle speed can ids
  • Loading branch information
shnewto committed Aug 20, 2018
2 parents 9e740a6 + 2f1dc29 commit f7cef6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/vehicles/kia_niro.h
Expand Up @@ -59,7 +59,7 @@
* @brief ID of the Kia Niro's OBD speed CAN frame.
*
*/
#define KIA_SOUL_OBD_SPEED_CAN_ID ( 0x371 )
#define KIA_SOUL_OBD_SPEED_CAN_ID ( 0x52A )

/*
* @brief Factor to scale OBD steering angle to degrees
Expand Down
6 changes: 6 additions & 0 deletions api/include/vehicles/kia_soul_ev.h
Expand Up @@ -55,6 +55,12 @@
*/
#define KIA_SOUL_OBD_THROTTLE_PRESSURE_CAN_ID ( 0x200 )

/*
* @brief ID of the Kia Niro's OBD speed CAN frame.
*
*/
#define KIA_SOUL_OBD_SPEED_CAN_ID ( 0x524 )

/*
* @brief Factor to scale OBD steering angle to degrees
*
Expand Down

0 comments on commit f7cef6d

Please sign in to comment.