When I run the python script named can_dbc_example, i get the following error:
Requesting AXIS_STATE_FULL_CALIBRATION_SEQUENCE (0x03) on axisID: 0 Traceback (most recent call last): File "/home/pi/Desktop/CAN_CODE_DECODE/can_dbc_example.py", line 14, in <module> msg = db.get_message_by_name('Set_Axis_State') File "/home/pi/.local/lib/python3.9/site-packages/cantools/database/can/database.py", line 384, in get_message_by_name return self._name_to_message[name] KeyError: 'Set_Axis_State'
Im running this python script on Raspberry Pi 4 in IDLE (using Python-3.9.2)
When I run the python script named can_dbc_example, i get the following error:
Requesting AXIS_STATE_FULL_CALIBRATION_SEQUENCE (0x03) on axisID: 0 Traceback (most recent call last): File "/home/pi/Desktop/CAN_CODE_DECODE/can_dbc_example.py", line 14, in <module> msg = db.get_message_by_name('Set_Axis_State') File "/home/pi/.local/lib/python3.9/site-packages/cantools/database/can/database.py", line 384, in get_message_by_name return self._name_to_message[name] KeyError: 'Set_Axis_State'Im running this python script on Raspberry Pi 4 in IDLE (using Python-3.9.2)