hmm. I’m not entirely sure how you would use the feedforward for that. Normally a simple motor feedforwards are used when you need to maintain a target velocity for a mechanism. There’s an arm feedforward from WPIlib, but its based on the arm swinging up / down, so the calculation is based on the arm’s angle.
There’s definitely still a way to use a feedforward, I’m just not sure what it would be. It’ll also depend on how exactly the arm mechanism works / interacts with the rest of the robot.