We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b1976 commit fb18543Copy full SHA for fb18543
src/ODriveCAN.h
@@ -362,6 +362,8 @@ class ODriveCAN {
362
static const uint8_t kNodeIdShift = 5;
363
static const uint8_t kCmdIdBits = 0x1F;
364
365
+ // TODO: More scalable / simplified callback handling.
366
+ // See https://github.com/odriverobotics/ODriveArduino/pull/15#issuecomment-2826941741
367
void* axis_state_user_data_;
368
void* feedback_user_data_;
369
void* torques_user_data_;
0 commit comments