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

  • ROS can run the connect on the turtlebot! 

    It also has stacks to run obstacle avoidance, and blob tracking with a CMU camera.

    Alan

  • Admin

    @Alan,

    I am running Window 7 and plan to upgrade to Windows 8. I needed to run Windows 7 to be able to use the Kinect.

    Concerning integration of robust obstacle avoidance and goal identification into the APM code, I think that it might not be a good idea due to the complexity of the existing APM code. I plan to let the APM do what it does well: navigate. The Arduino Uno does obstacle avoidance very well and maybe an Arduino Mega can provide goal identification. I am for diversified processing wherever possible as sometimes an all-in-one solution is cumbersome to debug and maintain.

    Regards,

    TCIII

  • Would somebody that has alot of experience with programming the arduino help me out with a couple of things for something I am building.  I just have a couple of questions about making two outputs with PWM do what I need it to.

  • Moderator

    Guys is Anyone running the Ardurover with a minimosd connected via the telemetry port?

  • Hi Thomas,

    What are you running on your ITX? 

    If we could get straight heading and speed parameters out of the APM, then a simple Arduino could add in the collision avoidance and goal identification.  With a better understanding of APM code, these behaviors could even be added into its code.

    Alan

  • Admin

    Hi Alan,

    With the stock 4.00 gear ratio it will hit over 30 mph on the straight away portion of the oval road that surrounds our townhome development. With the optional 3.40 gear ratio it will almost get to 50 mph which is a bit faster than I need for autonomous operation. LOL. I may just leave the stock 4.00 gear ratio in the transmission as there is no problem popping wheelies which I really do not need to do for RoboMagellan.

    I am particularly anxious to see if I can get the Mission Planner to work with the Traxxas TQi car R/C controller instead of the plane R/C that JLN used. The TQi can control four channels of which two are servo, one two way switch, and the third is a three way switch which is required for full ArduRover control.

    I think that I will try the rover without obstacle avoidance to make sure that it can get to programmed waypoints in a clear field then move on to using the Ardu Uno for obstacle avoidance using subsumption.

    Sounds like you are really making progress. I hope to perform the RoboMagellan without resorting to an ITX. Though I do have an ITX on my EDDIE clone.

    Regards,

    TCIII

  • HI Thomas,


    Good to hear it!  How fast is it?

    I've just about got my new 6WD drive train working, but I'm taking a break (?) and working on getting the mini-ITX computer up and running.  I actually had to build two systems; convert an IBM laptop to Linux, and put Ubuntu and ROS on both machines.

    The ITX has WiFi and a 250 GB SSD.  Easy load of turtlebot from the club's turtlebot USB drive.  I borrowed the turtlebot to get familiar with ROS.  Big help!  and it's a good starting point for my code.  Neato XV11 code would also be a good place to start, maybe a little simpler.

    Alan

  • Admin

    Hi All,

    Worked on my Traxxas E-Maxxs ArduRover today! I basically started where I left off when I packed up to move from TX to FL. I had recently purchased a Traxxas TQi four channel transmitter and a five channel Traxxas receiver off of eBay for about 1/2 the list prices. I had decided to proof out the E-Maxxs chassis/motor/ESC/receiver/transmitter before moving on to establishing a fully autonomous rover. So I followed the Traxxas startup instructions and found that both the rover steering and throttle were reversed. A quick check of the TQi user manual resolved those two problems as the TQis are fully programmable! Then with fully charged 5000mahr 2S LiPos I proceeded to break-in the clutch per the Traxxas instructions. So far so good. I am presently using the 17 tooth pinion gear with the 68 tooth spur gear for the break-in period. I will probably change the 17 thooth pinion gear to a 20 tooth gear for autonomous use. I have a rectangular platform screwed to the E-Maxxs chassis and will use that platform to mount my processors, GPS, sensors, compass, etc.

    Regards,

    TCIII

  • I just received the Email about Lynxmotion also. On his forum, Jim explained it's mostly due to health issues with him and his wife. RoboShop will probably keep the existing product line going. It'll be interesting to see if they add any new components though.

    -Rich

  • Admin

    @All,

    Finally got all of the "honey dos" out of the way and can now restart my ArduRover Traxxas E-Maxx project again. I even have my own work station in the kitchen of all places. At least I do not have to do tedious soldering/assembly out in the garage where the temperature is around 85 F and the humidity around 60% during the day.

    Regards,

    TCIII

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