You are here

PID_POS_NOW

1 post / 0 new
Persius48
Offline
Last seen: 12 months 1 day ago
VESC Free
Joined: 2023-07-04 18:55
Posts: 1
PID_POS_NOW

Greetings People

I am currently working with VESC to build a differential drive robot. For both the wheels, I tried to calculate the odometry from the erpm, but it has not been too accurate. I have also tried to use the tachometer and tried to calculate the rpm from that, but it has also been not that accurate. My motors currently have hall sensors. I am using the f1tenth repository with some modifications. In the VESC telemetry messages that I can see in ROS, there is pid_pos_now option there.  Can someone explain what is this pid_pos_now? and if I can use this to calculate the rotor position and how?