Skip to content

Commit fb18543

Browse files
committed
add TODO
1 parent e4b1976 commit fb18543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ODriveCAN.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ class ODriveCAN {
362362
static const uint8_t kNodeIdShift = 5;
363363
static const uint8_t kCmdIdBits = 0x1F;
364364

365+
// TODO: More scalable / simplified callback handling.
366+
// See https://github.com/odriverobotics/ODriveArduino/pull/15#issuecomment-2826941741
365367
void* axis_state_user_data_;
366368
void* feedback_user_data_;
367369
void* torques_user_data_;

0 commit comments

Comments
 (0)