Skip to content

CAN message definitions for Rivanna2

Notifications You must be signed in to change notification settings

solarcaratuva/CAN-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAN Message Definitions

CAN Messages for Rivanna3. Messages from Rivanna2 are under the Rivanna2 branch.

Software Installation

  1. Clone this repo
  2. Install cantools by running py -m pip install cantools
    • Note that you may need to use python or python3 instead of py
  3. Install Kvaser Database Editor
    • Version 3 recommended

Use

  1. Use the Kvaser Database Editor to modify or create DBC files that define our CAN messages
  2. To generate C CAN structs, run cantools generate_c_source path, replacing path with the path of the DBC file