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

  • dear all

    i have a ground vehicle (jeep) named TORQUE HORSE. it has the feature of Forward/Reverse, Right/Left. pl see the below link

    http://detail.en.china.cn/provide/1002172928.html

    i have downloaded the latest alpha software on my ardino board. any one could guide me to configure the ardino board for this vehicle. thanks in advance.

    kind regards

    saba

  • That sabertooth looks great....I could probably engineer around that.  60A ought to be enough.  Would have made my life a lot simpler...wish I'd known about it earlier!   But glad I know about it now, thank you for pointing that out.  Too late on this drone to make this change...went with Curtis/CAN controllers because I thought of this as more of a vehicle than a robot.  

    Well, should be simple enough to parse the signal myself and convert to CAN equivalent...seems like that would likely be easiest to do.

  • Gregory - 

    A slight alternative to option 1 would be using a motor controller that can parse the signal to differential. The Sabertooth series do this (check out the datasheet) - although the biggest they have is 60 amps I think.

    http://www.dimensionengineering.com/products/sabertooth2x60

    And I don't know much about CAN messages  in relation to arduinos in general, but modifying the firmware is going to be tricky. There is no easy place to step into the code and make the kinds of modifications you're talking about, I believe.

  • Looking for advice on best approach for steering via APM 2.5 a very large, skid-steer ground rover (350lbs). 6x6 tank platform, basically.  Meant to carry 500lbs of gear deep into rugged terrain.

    This class of drone can't use a wildthumper or such, because its motors need industrial controllers (Curtis in my case).  This thing pulls 100amps at times. And these controllers listen to CAN messages.

    The options as I understand them, are:

    1) listen to the outputs of the APM with a separate arduino, and translate these outputs into the appropriate CAN messages and mix/steer my vehicle.

    2) modify the APM firmware itself to send CAN messages instead of the servo commands.

    I prefer the simplicity of #2.  But I don't really know how monumental a task that is.  Is the software relatively easily modifiable? Documented?   And I would need SPI pins to control the CAN module, does the APM expose these (I can't determine it because their online docs just say "io pins" and I am unable to open their eagle file for some reason.

    Appreciate any and all thoughts on this, thanks in advance. 

    Best regards,
    Gregory Brill

  • Admin

    Hi All,

    I have been seeing some comments concerning the 2013 Sparkfun AVC and it looks like they will hold the AVC offsite at Boulder Reservoir on June 8th.

    My understanding is that the Reservoir area has a parking lot, however if they use the parking lot for the rover competition, where will competition entrants parks? On the other hand, will the rover competition be over a dirt course? This might be a lot tougher competition than around the Sparkfun building. A more open area will make for better GPS receiption, but may be tougher on the rovers.

    Regards,

    TCIII

  • Admin

    Hi All,

    Continued to work on validating the ArduRover2 sonar function:

    1) Tried the Sharp gp2y0a02yk medium range sensor (same one used by JLN) on my APM 1.4/Oilpan HIL. Got the same results as the Sharp 2D12 IR sensor. At infinity the gp2y has an output of ~0.4 volts and the sonar voltage reading in the CLI sonar test is indicated ~1.45 volts just like the Sharp 2D12.

    2) Tried the Sharp gp2y0a02yk medium range sensor (same one used by JLN) on a different APM 1.4/Oilpan.Got pretty much the same results as on my HIL APM1.4/Oilpan. At infinity the gp2y has an output of ~0.4 volts and the sonar voltage reading in the CLI sonar test is indicated ~1.35 volts similar to the Sharp 2D12.

    3) The hyperbolic function does not seem to work as the range in cm did not change with a change in voltage. It remained constant at 700cm. The sonar_function is set to 2, the sonar_constant is set to 14500, and the sonar_offset is set to 0. The sonar_ constant is the one JLN used, but I believe that he was using the raw sonar voltage counts and not the actual voltage in the divisor.

    4) I feel that I have definitely ruled out the Oilpan ADC as having a conversion problem as both Oilpan ADCs gave very similar voltage readings at infinity for the Sharp gp2y0a02yk medium range IR sensor.

    Regards,

    TCIII

  • All:

    I have been testing a LEO-6P with active antenna for better positioning accuracy. Strange effects you should be aware of : using ublox ucenter software this setup gives me HDOP 0.9 to1.1 indoors !. However when connected to APM2.5, MP shows hdop 2.1-2.2. Now this makes no sense since the HDOP number is actually transmitted via NMEA from the GPS and it is easy to verify since it is just text format. What is MP doing ? And what is APM doing ?

    - Vijay

  • Admin

    Hi Tridge,

    Still working on getting the correct range readings from the Sharp 2D12 IR sensor. Noticed one issue that we will need to work on: when the Sharp sensor is pointed at infinity, the output voltage of the sensor should be ~0.4 volts. For some reason the ADC is reading 1.45 volts. Very strange. I am attaching the Sharp 2D12 data sheet for you to look at.

    Also, the conversion value of 14500, that JLN was using in the Sharp library for the gp2y0a02yk, is based on the "raw voltage" which I believe is in counts.

    Regards,

    TCIII

    Sharp_GP2D12_IR_Sensor_Specs.pdf 

    https://storage.ning.com/topology/rest/1.0/file/get/3692639692?profile=original
  • Admin

    @Tridge,

    I will give it a shot.

    Regards,

    TCIII

  • Developer

    Hi Tom,

    After we finished up our dev call on Friday I did a bunch more work on the sonar code, and added support for both inverted and hyperbolic sonars.

    The key is a new parameter SONAR_FUNCTION, which has this explanation in the code:

        // @Param: FUNCTION
        // @DisplayName: Sonar function
        // @Description: Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is ((5.0-voltage)-offset)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.
        // @Values: 0:Linear,1:Inverted,2:Hyperbolic
        AP_GROUPINFO("FUNCTION",  3, AP_RangeFinder_analog, _function, 0),

    I think that should work for your Sharp 2D12 sensor, but please test it! If needed we can add more SONAR_FUNCTION values for different mappings between voltage and range.

    Cheers, Tridge

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