abrown
1
Hi, didn’t have any luck with this on the Discord server so I’ll try here.
I’m trying to find a way to poll estimate velocity in sensorless mode. The vel_estimate needs an encoder so not relevant.
I’m controlling multiple ODrive’s from an Arduino Mega and I need a way to “check in” on each motor to see what it’s doing.
towen
2
does axis.sensorless_estimator not have a velocity estimate?
1 Like
As towen suggests, vel_estimate picks up the data from sensorless in that mode.
1 Like
abrown
4
Thanks. When I posted this I wasn’t aware of the developer reference.
1 Like