Hi All,
Before posting an issue or a problem in the ArduRover Discussion Forum, please check the wiki table of contents, review the firmware release notes in the subforum, and search that subforum for existing answers to your question. Help avoid duplicate threads by finding other members with the same issue and their solution.
When formulating your post, use a descriptive title such as "rover will not navigate to waypoints in the Auto mode" (not "HELP!" or "Problem").
Please include the following information to help diagnose your query:
- Describe the problem you are having. What is the expected verses the observed behavior?
- Provide hardware information such as the brand and version of your autopilot, GPS, radio, and compass, as well as any other pertinent details about your rover setup.
- What version of the APM: ArdurRover2 firmware version are you running?
- For navigation issues, provide your tlog and/or dataflash log. Click here for instructions on retrieving a dataflash log.
TCIII
Comments
@ Thomas
thank you for the information.
@MVeloso,
Nice to hear you got your rover working and are satisfied with its performance.
We will have an L1 version of the ArduRover2 code available after it has been alpha/beta tested over the next several weeks.
TCIII
I have just trim my buggy!
My goal is to have a moderate speed and good navigation.
Regarding navigation I saved the points 3 days ago and did all the tests with same points.
The precision differs from 30 cm to 2,5 meters. It depends on weather conditions.
For driving, speed and heading this are my PID´s :
Plus:
AHRS_COMP_BETA
0,003
AHRS_RP_P
0,37
AHRS_YAW_P
0,39
For more details about my Rover(buggy) :
https://www.youtube.com/watch?v=5lSX4837gPg
Turnigy also makes a servo reverser and if I remember correctly, it will slow down the servo as well so if you use 3 Y cables, one would split front and back servos, another splits the two fronts, and the other goes to the reverser. The reverser should allow for two servos to run off the one signal.
Here's the link.
http://hobbyking.com/hobbyking/store/__8863__Turnigy_3_Channel_Serv...
@Tom,
I thought about that as well. Looks like it will be a fun filled weekend :-).
....Mike
@Mike,
You could easily program an Arduino Pro Mini to reverse the servo direction and proportionalize it to your requirements.
Regards,
TCIII
That's what I just found out as well TC.
I'm going to look at modifying the APM code to output a mixed PWM signal on one of the unused output ports that can be used to steer the rear wheels.
..Mike
@Mike,
The skid steering function in ArduRover2 is for throttles only. It assumes that there is an ESC attached to each throttle channel. Skid steering does not provide a steering output in the traditional sense.
Regards,
TCIII
@John Moore,
The problem is I need to drive the rear servos in the opposite direction and also at a different steering ratio. I use only 40% on the rear wheels.
Mike