-
Notifications
You must be signed in to change notification settings - Fork 61
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
add vesc namespace #39
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you provide a bit of explanation for this? Is this an existing message that VESC implements, or is this one you are adding?
float16 volt_d | ||
float16 volt_q | ||
|
||
# Temperatures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add comments on units
float16 temp_motor_1 | ||
float16 temp_motor_2 | ||
|
||
# Currents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
units (amps?)
float16 curr_d | ||
float16 curr_q | ||
|
||
# IMU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
units (radians? degrees?)
float16 roll | ||
float16 pitch | ||
float16 yaw | ||
float16 acc_x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
units - m/s/s?
float16 gyro_y | ||
float16 gyro_z | ||
|
||
# Other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
units for these too
# | ||
|
||
# Voltages | ||
float16 volt_in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
units
@tridge this is an existing message that VESC implements. I have nothing to do with it, I just want VESC to work with the dronecan tooling. |
Can you add a link to the message definition for reference? I believe this is the reference for this message spec https://github.com/vedderb/bldc/blob/master/documentation/comm_can.md ? |
No description provided.