Skip to content

CAN Message IDs are wrong #329

@OAkyildiz

Description

@OAkyildiz

CAN arbitration IDs foun in throttle_can_protocol.h does not agree with
Throttle FW Wiki page

In the throttle_can_protocol.h

#define OSCC_THROTTLE_CAN_ID_INDEX (0x90)
#define OSCC_THROTTLE_ENABLE_CAN_ID (0x90)

/*
 * @brief Throttle disable message (CAN frame) ID.
 *
 */
#define OSCC_THROTTLE_DISABLE_CAN_ID (0x91)

/*
 * @brief Throttle command message (CAN frame) ID.
 *
 */
#define OSCC_THROTTLE_COMMAND_CAN_ID (0x92)

Other IDs for messages are potentially inaccurate as well, at least for enable/disables

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions