Steering issue of Mushr racecar #25
Replies: 2 comments 6 replies
-
Hi @Lilly-yang - is it possible that you uploaded the wrong firmware? From one of your screenshots, it looks like you may have uploaded the hw_410_411_412/VESC_default.bin file, but what you actually want to upload is hw_410_411_412/VESC_servoout.bin. If you upload the correct firmware, does it work as expected? If not, could you change the sharing permissions on the videos you posted? I currently cannot view them because I don't have access. Also, if the wheels are turning the opposite way of what is expected (e.g. wheels are moving backwards when tilting left joystick forwards), check the build tutorial again to see if the brushless motor wire are connected to the VESC wires in the correct order. Alternatively, you can swap any pair of wires and it should undo the reversal. |
Beta Was this translation helpful? Give feedback.
-
@schmittlema I think we need some clarification first @Lilly-yang I'm glad that you were able to fix the problem, could you tell us more about the solution so we can better understand what was wrong? Specifically, are you saying that just uploading VESC_default.bin solved the issue? Or are there other steps that you took to fix it? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to use a motor controller to control the Mushr racecar, but I met some problems when I want to turn right/left. Here are the details:
When we push the left joystick forward or backward, the wheels will scroll forward or backward, and no message will pop up in the terminal window.
When we push the right joystick to the left, the wheels didn't turn to the left, and an error pops up in the terminal window. When we push the right joystick to the left while pushing the left joystick forward or backward at the same time, the wheel will not stop.
When we push the right joystick to the right, the wheels didn't turn to the right, but we can hear some sounds, and sometimes an error message pops up in the terminal window. When we push the right joystick to the right while pushing the left joystick forward or backward at the same time, the wheel will stop.
Here is the screenshot of the error message.
And there is a video showing what happened.
And we also tried to control the racecar with the keyboard via directly connect VESC to VESC-Tool. And we met a different problem:
And there is also a video showing what happened.
We also tried some method to check where is the problem but also failed:
and no responses for this command:
rostopic pub -r 10 /commands/servo/position std_msgs/Float64 0.75
More information:
Here are some information read by VESC-Tool:
Please feel free to let me know if you need more information. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions