-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse mower-motor direction doesn't work #53
Comments
Switching the motor direction to opposite direction at full speed sound risky! (Did you also tried it with your car? ;-)) I guess you've tested with xESC2-mini (STM based ESC)? Please try again, but stopping before:
|
This is what I tried at the beginning but I got the same results, it was always super slow on reverse. Note that I came to use the mower_service after the robot didn't mow. So if the electronic is fired somehow, it happens by the ros code. |
Interesting, the mowing motor and the ESCs don't really have a "direction", so it's weird that it behaves differently when switching directions. The ROS code can't fry electronics by itself, it just tells the motor controller "go at x% speed clockwise / anti-clockwise", both of which should be safe options to send. The speed controller does the actual switching of the MOSFETs. Which robot and motor controllers are you using? |
Original mower is a yardforce 500B and I received the full electronic kit 2 weeks ago. |
How's about checking if it's the ESC, by exchanging with one of your drive ESC's? In the case that you already assembled your mowers cover, you may temporary hardcode your working direction here (till you need to open it anyways):
via |
@Apehaenger I never played with ESC yet. I'm currently testing that branch where I made the random direction configurable: 4ed8e79 |
I confirm it was a wrong ESC setup, the 3 ESC on the main board were configured the same when I received them. I didn't check. Now that the mower motor config has been configured on TTYAMA3, I realise that it's much more powerfull even in the "normal" direction ! And the reverse seems to work as well very well. But, I still recommend this PR to make it optional. |
Quite thanks for being that plain!! |
How did you check the configuration of the ESCs? Which config files did you use in the end and how did you update it? |
@michifischer I just use this doc: https://github.com/ClemensElflein/openmower.de/pull/26/files |
Thanks! I got the upgrade kit last week, too. I can confirm that the configuration for the mower motor driver was not working well - you could barely hear the mower motor and the motor current did not exceed 250mA. The mowing result was not satisfying. After updating the mower motor config the mower works fine with a motor current of about 1A. |
Behavior:
sometimes it feels the robot is not mowing anything.
Test:
I made several tests where I enable/disable mowing and I change the direction
Normal state 1 works very well, the motor is consuming close to 1A and the motor speed is quite high.
Reverse state 2 doesn't work well at all.
The problem is coming from : #43
The text was updated successfully, but these errors were encountered: