Closed jarivanewijk closed 4 years ago
same behaviour at my R1 at RTL - https://review.px4.io/plot_app?log=62c8b7f4-d350-4c72-a122-2bdeea0a8a20
When I look at this log I can see that the params for the AION R1 rover are not correctly set.
I suggest to go through all params in https://github.com/PX4/Firmware/blob/master/ROMFS/px4fmu_common/init.d/airframes/50003_aion_robotics_r1_rover and manually set them.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
@jarivanewijk is this still an issue or can it be closed?
@julianoes I haven't checked myself, but Gerald ( @dk7xe ) has found the cause of his issue.
For him the steering was inverted, but RC transmitter output was also inverted. So everything worked in manual, but the rover would go into random directions when put in mission mode. I think everything worked when he changed the configuration.
I assume my issue is similar, but I haven't been able to test it and I probably won't for a while. You can close this, I'll open a new issue if needed.
Thanks, will do.
As discussed on the call and on Slack yesterday, both @dk7xe and I encountered this issue.
When PX4 is put into mission mode, the rover will start driving towards its first waypoint but will stop almost immediately, before reaching the first point. In the logs we can see that it goes into RTL mode (but it just stops). Additionally, I have seen that the rover steers completely left or right (seemingly at random points) when it doesn't stop.
I am using a small Turnigy toy car with Ackermann steering to which I added a FMUK66. I am using the generic rover airframe. Gerald has a Aion R1 with a FMUK66.
The logs I posted on Slack:
And Gerald's:
If the weather allows for it I will do more tests next week (and in a more structured manner). I will also need to review some of the parameters.
@dagar @ItsTimmy @julianoes