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
@ben,
Historically the ArduRover2 code will cause the APM to go into reset and resturn to the manual mode when the auto mode is selected and there are no waypoints in memory.
Regards,
TCIII
so with al this done do i have to make the "home" on flight planner ? and then i can test ? becoz before i didnt jav any waypoint or home set.
@ben,
My suggestion is to make Tridge a friend and send him a pm stating your request and the need for it.
Regards,
TCIII
could u ask tridge.or.someone how to delete ch3 from throttling wen failsafe ...turning off receiver. coz i tried seperate battery and same thing. its something to do with the.apm unit .
Hi All,
I have discussed the proposed configuration change to two throttles with Chris Anderson and he is in agreement with me that we will save that configuration change for a later place in time.
Our main commitment at the moment, due to the tight allocation of programming resources, is to complete the update of the present ArduRover2 code for a beta and then final release as we cannot go on forever with alpha updates.
The members who are working with twin screw drives are welcome to start a User Group committed to aquatic vehicles or establish a discussion within the ArduRover User Group that will deal with the changes to the ArduRover2 code required for the implementation of the two throttles configuration.
Regards,
TCIII
What other reciever has firmware specific for bots?
Maybe they would bring it back just for us;-)
another good use for multiple channels is a 4 wheel steering chassis. (right turn, left turn, right sideways, left sideways) think RC crawler. right now I use a reversing Y cable to only allow right/left steering but i could think of times when a "slide right/left" would also help.
Dave P
@Doug,
What you are describing for your boating requirements is equivalent to skid (differential) steering. My 6WD rover uses skid steering where the wheels on the opposite side of the turn are reversed in relation to the turn side.
Vijay is indeed correct with his observation. Since two throttles are not supported in the current configuration it may take a while to be able to support that configuration in the code. We are hard pressed, to say the least, just to try to produce a stable release in a reasonable amount of time without modifying the present configuration. I will get with Tridge and let your requirements be known, but I do not think they will be met in the near future unfortunately.
In the mean time I suggest that you investigate Vijay's recommendation to create a differential steering/throttle control in hardware/software.
Regards,
TCIII
A boat with twin screws has a separate control for each: Forward and Reverse. Helps in tight turns. Driving both with one control, both making the same turns in the same direction, will not do. We need TWO Throttle Channels.
IMHO driving a twin screw boat should not be much different than a differential drive rover. Just use a mixer to convert the steering+throttle input from the APM to left and right drive signals. You can easily program a Arduino UNO ($29) to do this. Pololu has a number of motor drivers and programs.
- Vijay