Hey everyone,
I’ve been diving into the CAN communication protocol for the ODrive 3.6 (firmware version 5.1) and hit a couple of snags that I can’t quite figure out. I hope someone here can shed some light on these issues:
Setting Parameters like Input_vel/pos/torque: The way I understand it, you can set multiple parameters with a single CAN command. But what if I only want to adjust one parameter at a time? How should I go about doing that without affecting the others?
Querying Configured Parameters: I’ve looked through the protocol docs but couldn’t find a way to query these settings via CAN commands. How can I check if my configurations have been applied correctly?
Any advice or pointers would be greatly appreciated. I’m hoping to get these kinks ironed out so I can move forward with my project.
Thanks in advance for your help!