Dedicated to the exchange of useful information between members using the Arduino or other families of processors for autonomous rovers.

635 Members
Join Us!

Before Posting an Issue

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

You need to be a member of diydrones to add comments!

Join diydrones

Comments are closed.

Comments

  • @ Niall
    You should start a discussion on this topic. I'm interested in this topic as I need to take the output of the APM to drive my rover. My motor controller uses serial communication which I have working with an Arduino mega.
    Randy
  • @ Thomas

    Found the problem, needed a common ground between APM and Arduino

    I've also got a slight problem with the Mission Planner. A lot ot the time it seems to think its an ArduPlane instead of a APMrover. I regularly need to exit MP and restart it to get the APMrover to appear. Anyone else have this problem?

    Regards,

    Niall

  • Thomas - Thanks for your help

    I had considered Sabertooth motor speed controllers but I ended up buying from 4QD in the UK and I've been using them for a couple of years with no problems.

    In my current setup I'm using an Arduino and it reads the signals from the RC Receiver using CH1val = pulseIn(CH1, HIGH, 20000); and CH2val = pulseIn(CH2, HIGH, 20000); and I can then convert them to the format I need for the 4QD controllers. The problem is that when I try to use the same method with the APM 2.5 the values being read in are not correct. BTW the RC Receiver signals are not PWM there are PPL are far as I remember.

    I'll have another go at trying to read the signals from the APM into the Arduino as it seems logical that they should be similar to what the RC Receiver produces.

    Thanks again,

    Niall

  • Admin

    Niall,

    I have a Dimension Engineering Sabertooth motor speed controller and in the RC mode the steering (aileron) signal determines direction (right/left) and the throttle signal determines the speed forward or backwards. This works with the APM 1 aileron and throttle signals for skid steering. I do not think that your speed controllers will work because you have no way to use the aileron signal for direction control in your setup. An Arduino Uno could be used to interpret the aileron signal to provide speed signals to the individual controllers to provide direction control. I have used an Arduino Uno to read PWM signals from an RC receiver so I know that it can be done. Try the Arduino Forum.

    Regards,

    TCIII

  • Hello All,

    I purchased the APM 2.5, uBlox GPS and 3DR Radio Kit and got it up and running with the Mission Planner. I now want to use this with an AGV that has tank steering. The 2 motor speed controllers I'm using have inputs for a PWM signal with a range 0 to 255 for motor speed and High/Low digital signal for Forward/Reverse.

    It has been suggested that using Ailerons Mixing should provide what I need but the only parameter I could find was Elevon_Mixing and setting this to 1 does not seem to do what I want and even if it did the values would be in the wrong range.

    I've had a look through the code but I'm finding it difficult to understand so as a temporary measure I tried using a second Arduino to read the outputs from Ch1 and Ch3 using PulseIn() but this doesn't read the values correctly. 

    If anybody has got tank steering to work with APMrover2 or anybody can help, it would be greatly appreciated.

    Thanks,

    Niall

  • Hello All,

    i bought a second hand apm 1, to use with ardurover. looking forward to it, it should arrive in 1-2 weeks. 1 have 1 question. the owner told me i could never use the esc with bec, according to him i always have to take out the red wire from the esc and use a seperate ubec. this because if you plug in the usb without first powering the esc with a battery, there was a chance the esc pulled some power through the usb, causing the bord to blow.

    is this correct? are you all using seperate ubecs? i cant find something about it on the forums, thats why i ask:)

    thanks in advance!

    greets vincent

  • Admin

    Hi All,

    Well, I have got the ball rolling on building an ArduRover. How about some more build logs to give us ideas concerning building our own rovers! Help with hardware and software builds will be greatly appreciated by all.

    Regards,

    TCIII

  • Well if you looking to interface a WII Nunchuck check out

    http://arduino.cc/playground/Main/WiiChuckClass

    -Rich

  • i really need to learn the programing better.  i am going to go look at the arduino site and see what i can learn.  but i dont understand how to get the pulse width to react to the wii nunchuck

  • @Bradley

    If you have a couple of questions go ahead an post them. Not to put you off though but there are many examples of using PWM on the Arduino site as well the samples and Library examples that come with the Arduino IDE.

    -Rich

This reply was deleted.

New rover advice

Hi, i am looking to build a new rover, but i need some advice on the chassis. I like the 4wd chassis/tank look and prefer it over the crawler/rc look.are those any good though? most people recommend crawlers.I am looking to get something from banggood, any advice will be highly appreciated. thanks

Read more…
0 Replies

skid steer vehicle steering uncontrollable

Hi all, I have a skid steer robot using a pixhawk cube, one 1x15 roboclaw motor controller and a dagu wild thumper 4 wheel chassis. I have skid steering working so far, testing motor c and motor d tests works as described and the vehicle can be controlled in manual mode. However, upon using any mode other than manual mode the rover wants to shake and pivot on the spot, and it seems the steering PID controller oscillates and these oscillations get larger. i have tried everything but it is still…

Read more…
1 Reply

Traxxas X-Maxx ROVER ESC advice

Hi,I have converted a Traxxas X-Maxx into a rover using the Pixhawk Cube 2 controller kit with a Here GNSS.I swapped out the original X-Maxx remote controller for an X6R receiver and Taranis QX7 radio.latest version of ArduRover firmware installed as of 8/11/18.  The rover has an EZRun Max6 ESC. The problem now is the ESC control over the transition into reverse. The ESC is currently set to it's Running Mode Option 2: "Forward/Reverse with Break", AKA the "Double Click Method".What this mode…

Read more…
0 Replies

Help! No throttle or steering response!

Hi all.I know this is an Adurover group, but Thought I would reach out and try my odds for some help as I'm perplexed by this problem. I have a Traxxas X-Maxx set up with a Pixhawk Cube 2.1 and the Here GPS. I'm using a Tarranis X7 remote controller and a X8R Sbus Receiver. I'm using QGroundControl with the latest, Pixhawk 1.8.0 Firmware with the Generic Rover airframe profile installed. As instructed, I have Steering servo wired into Main 2 and Throttle ESC wired into Main 4. Sensors are…

Read more…
2 Replies