Autoware Control DBC files
Does anyone have full dbc (excel file) of Input and Output control of Autoware?
The CAN messages Input and Output Required for control?
DBC(Vector Format) or excel format contain all the Input message into Autoware and all the Output Messages into Autoware? Where do I change the format ID and message length output?
Asked by DuongVhyperx on 2019-09-19 02:17:05 UTC
Answers
The CAN messages used by Autoware depend on the vehicle hardware being used. Autoware itself does not include any of this information. For vehicles that Autoware supports out-of-the-box, it is included in binary files provided by hardware manufacturers (such as the driver for the Yamaha golf carts, ymc
). You will need to write your own CAN interface node if your hardware is not one of the supported hardware.
Asked by Geoff on 2019-10-25 01:22:57 UTC
Comments