Jerky Slow Speed Fix! #19
Replies: 2 comments 2 replies
-
Maybe update this to make clear where the vesc code should go. cd ~/catkin_ws/src/mushr/mushr_base/vesc |
Beta Was this translation helpful? Give feedback.
-
Thanks for the solution. It worked for one of my cars but when I did the same thing to another car, it didn't work. The car still jerks while moving. When I ran the command "git pull origin master," it said that it's already up-to-date. I'm not sure what to do. Does it have anything to do with the wiring of vesc and brushless motor? There are 3 wires, is there a particular way to connect them? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you have experienced jerky slow speed behavior with the MuSHR car like the video below then we have a recent fix for this problem.
20210428_133404_1.mp4
The fix
cd ~/catkin_ws/src/mushr/mushr_base/vesc
git pull origin master
cd ~/catkin_ws
catkin_make
Cause of the Problem
There are a couple causes to this problem:
Beta Was this translation helpful? Give feedback.
All reactions