You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
404 B
10 lines
404 B
5 years ago
|
# Piccolo Protocol Generation
|
||
|
|
||
|
The Piccolo CAN protocol messages are generated using the [ProtoGen](https://github.com/billvaglienti/ProtoGen) protocol generation tool.
|
||
|
|
||
|
The raw protocol definition for each device type is provided in a `.xml` file (e.g. `protocol_esc_velocity.xml`).
|
||
|
|
||
|
To regenerate the protocol, run the following command:
|
||
|
|
||
|
`protogen.exe protocol_esc_velocity.xml --license license.txt`
|