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

313 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

  • Good to hear ArduRover is getting the coding attention it deserves :)  Rovers definitely have some unique issues to deal with as some have mentioned already. Being close to the ground surrounded by obstacles is trouble for gps and compass, and requires some obstacle avoidance, ideally. Bouncing and bumping over rough terrain--how well does the AHRS algorithm perform in those scenarios?  My system handles it very poorly :) Anyway, looking forward to following updates.

    I'm tempted to play with ArduRover now as it's got some support stuff (SITL, telemetry/GCS, etc) that my code is unlikely to support anytime soon. I have a spare RC car... hmm...

  • GIT returns "empty repository" warning when running:

     

  • Thanks, I also couldn't connect to the GIT library to get the source... can you post .zip files like this on occasion until whatever issue some of us seem to be having is resolved? Seems like the pace of activity is picking up!

    Does this 2.3 alpha fix the heading in the Mission Planner not updating without GPS lock?

    I am developing a differential thrust catamaran project using an APM2.5 and the ArduRover code base - if anyone can point me in the right direction on the best place to modify the steering controller to account for differential thrust (instead of rudder and overall throttle) I'd appreciate it - currently I am considering using a secondary Arduino Uno between the APM2.5 and the motor controllers to parse the throttle and rudder commands to differential thrust (which is easy) - however this does not seem like the most elegant solution. 

    Needless to say, I am not using LITE

    I look forward to seeing this group continue to develop, and am more than willing to provide assistance to anyone in more mechanical and overall system integration issues, as my programming and electrical background is lacking in comparison.

  • Developer

    Hi Tridge,

    I use the Lite option on one of my two Rover but if I'm the only one you can remove it anyway because I'm going to change my setup in the future.

    I liked the Lite option really because it makes possible to go without a IMU board and thought that probably more unused bare apm's  are laying around than IMU-boards.

    Thank you for your work! great news about the SITL and autotest for the rover.

    Cant wait to go out for testing the recent changes. coming weekend should be possible i think.

     

    Regards,

    Linus

  • Developer

    Hi Everyone,

    I'd like to know if anyone is using the "LITE" option in ArduRover. The LITE option is meant to allow you to use a bare APM1 board without an Oilpan sensor board, with only a GPS attached. I'm thinking of removing support for it as its makes the code a lot more awkward, but I can try to keep it if its being used.

    In other news, ArduRover now works with SITL (software in the loop simulation), and I've written a simple python rover simulator, allowing ArduRover to now be automatically tested in the APM autotest system. That will make it much less likely that the rover code will break due to a library or other change, as every commit will be automatically tested.

    The test currently is quite simple:

    •  it drives manually in a rough square
    •  then it does a rectangular auto mission
    •  then it does an RTL

    I hope to expand the testing as I get time.

    Cheers, Tridge

  • 100KM

    Nice to see the rover code taking off again :-)

    Looks like I might have to order another apm2.5 clone to put it on my rover again.  It's too much of a drag to always swap it from my plane to the rover and the plane is working awesome now, so I don't wanna change it too much.

    Last week I had my drone make a video of myself, while I was driving my dirtbike through the fields.  

  • Developer

    HI everyone. I started hacking on the rover code when a local school had problems running the current code. It turned out that some changes in the AHRS layer had caused a major problem with heading correction in the rover code, resulting in it not using either the compass or the GPS for heading - relying solely on the gyro.

    My next aim is to remove a lot of the cruft in the code left over from the original port from ArduPlane. I've already removed a fair bit of the altitude control code (which doesn't make a lot of sense on a rover!) and plan to continue removing plane specific code to simplify the code base. I'd also like to rename internal variables and structures to be more appropriate for a rover.

    I'd also like to get the rover code into the APM autotest, so we will get a warning in the future when something breaks. I have it building now in SITL, but still need to write a little python rover sim to make it useful.

    This will all take time as I have a lot of other projects as well, but I'll post in this forum when I've made some more progress.

    Cheers, Tridge

  • 3D Robotics

    ArduRover users, good news: the legendary Andrew Tridgell ("Tridge"), who is one of the core ArduPlane/Copter developers, has now turned his sights to rovers and is fast improving the code. 

    As he writes in the APM dev list:

    You may have noticed I've been making quite a few changes to the rover code lately. That is because I've been helping a local school with APM controlled rovers as part of a student project. They've given me a rover to play with, and we've been working on fixing some bugs.

    The main things I'm doing at the moment is removing all of the ArduPlane specific pieces, like altitude control, flaps etc. I also plan on renaming a lot of the variables to be correct for a rover, so things like "roll" will becoming "steering". I'd like the code to be easier for students to understand and modify.

    I also have the rover code building in SITL, although I haven't yet written a python rover simulator, so it isn't in autotest yet.

     

    If you want to work with him on this, it's probably best to do it on the dev list. Please provide an email address (linked to a Google account) and I can add you to that. 

  • Moderator

    I want to build a mule to carry all my stuff.

  • @Thomas,

    That's a good find; I was hoping that there was some kind of capability in the ArduRover code to do obstacle avoidance, but hadn't looked into the code yet. I guess I will be buying the MINDS-i kit so I can make use of this in my Rover.

    Matthew N8OHU

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