Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/Gokart #4

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Feat/Gokart #4

merged 3 commits into from
Apr 25, 2024

Conversation

Zane-Larking
Copy link
Contributor

Added CAN messages for the gokart.

Unresolved issues:
Written in the can.proto file are the bit lengths needed on the CAN frame for each value. These types are not supported by protobuf. The values are needed to be re-declared as int32/uint32, and within a ROS node or on the MoTec either needs values to be shift encoded into a single/two 32 bit integers or masking on each value values should be specified.

definitions.yml Outdated Show resolved Hide resolved
fs-common-protobuf/can.proto Outdated Show resolved Hide resolved
removed yml tags and fixed spelling
@Zane-Larking Zane-Larking requested a review from Jack17432 April 25, 2024 01:53
Copy link
Member

@Jack17432 Jack17432 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@Zane-Larking Zane-Larking merged commit c524abc into main Apr 25, 2024
1 check passed
@Zane-Larking Zane-Larking deleted the gokart branch April 25, 2024 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants