10 comments

  • lorenzohess 1 hour ago
    Looks great for a prototype. Has any modeling, simulation, or analysis been done of its off-road performance, i.e. mobility, GO/NOGO, motive efficiency, maneuverability on deformable terrain? This is critical for agricultural applications.

    Has any stress analysis been done on the frame? Looks to me like it could use a couple more triangles to reinforce those rectangles.

    Have you designed a skid-steering controller for it? Off-road skid steering can be quite variable obviously depending on terrain properties.

    • Sabrees 27 minutes ago
      Rosys (a middleware layer https://github.com/zauberzeug/rosys) has rosys.driving.Odometer and rosys.driving.Steerer it's essentially a differential drive kinematic model.

      Hoping RTK dual-F9P moving-base setup (M4 in the roadmap) largely sidesteps the worst of this — NAV-RELPOSNED gives us a real heading vector independent of wheel odometry, and the robot_localisation EKF can weight RTK heavily and odometry lightly when GNSS quality is good.

    • Sabrees 25 minutes ago
      The current simulation is underdeveloped but can be found here https://github.com/samuk/caatingarobotics/tree/jazzy/src/agr...

      The frame will almost certainly need more triangles

  • cpgxiii 2 hours ago
    > The hardware is built around a stackable 10×10cm compute module with two ARM Cortex-A55 SBCs — one for ROS 2 navigation/EKF localisation, one dedicated to vision/YOLO inference — connected via a single ethernet cable.

    I will preface this by saying that I have nothing against ARM per se, that my employer/team supported a good chunk of the work for making ROS 2 actually work on arm64, and that there is some good hardware out there.

    I really don't understand why startups and research projects keep using weird ARM SBCs for their robots. The best of these SBCs is still vastly shittier in terms of software support and stability than any random Chinese Intel ADL-N box. The only reasons to use (weird) ARM SBCs in robots are that either (1) you are using a Jetson for Jetson things (i.e. Nvidia libraries), or (2) you have a product which requires serious cost optimization to be produced at a large scale. Otherwise you are just committing yourselves and your users/customers to a future of terrible-to-nonexistent support and adding significantly to the amount of work you need to bring up the new system and port existing tools to it.

    • schaefer 2 hours ago
      > The only reasons to use ARM SBCs in robots are...

      Obviously, anyone can have there own opinion on this. I work in robotics, we are quite happy with our A53 and M4. Though, we use a SOM, not a SBC, if you feel like splitting hairs.

      • cpgxiii 2 hours ago
        You probably aren't using some weird SOM, though. There is a bit of an unstated exception of "unless said SBC/SOM has specific hardware that is necessary/particularly valuable for your product/project". For example, if you need GMSL you are probably not going to be picking Intel, even though ADL-N and the bigger processors support MIPI, simply because no one else does and the documentation/support for it is basically nonexistent. Designs with closely-coupled A/M/R cores, or CPU/MCU/FPGA hybrids like Zynq would be others.

        But generally projects which are choosing some random SBC aren't using any of these features, and are just suffering the pain/imposing it on their users for no good reason.

    • Sabrees 2 hours ago
      If you can send me an open hardware Intel, or Jetson I'd happily use it.

      Part of the point of this for me is to see what's possible with open hardware (down to chip level at least)

      • cpgxiii 1 hour ago
        There are a variety of x86 products with Coreboot support, if what you are looking for is firmware openness. If what you are looking for is PCB design openness, the options are much fewer, but at that point you are probably optimizing for an overly niche objective.

        > Part of the point of this for me is to see what's possible with open hardware (down to chip level at least)

        I appreciate the idea, but this is essentially saying "this project will prioritize a specific choice of one (core) piece of hardware to the detriment of everything else, users included". Approximately none of your potential users are going to benefit from the "openness" of the SBC versus that of a more broadly-supported platform (I say "openness" because the reality of SBCs is that actually finding a usefully performant one that is completely blob-free is almost impossible). Open hardware means very little if it isn't running an upstream kernel and userland.

        • Sabrees 1 hour ago
          The software does explicitly support Jetson for example, and I'm sure the stack would run on Intel if you want it to.

          The Mainline kernel for this particular board is _almost_ there 6.20 or so I expect. Armbian support is good.

      • Neywiny 2 hours ago
        Framework? Maybe?
  • jvanderbot 3 hours ago
    What's your payload? Where are the seeds? How are they deposited?

    Recommend going to a farm right now to see how this works in production. For the most part, you can autonomously sow using GPS. But the farmer just rides along.

  • sgillen 3 hours ago
    Very cool! shameless self promotion but check out greenwave-monitor[1] for the 'Diagnostics TUI'. I'll get it into the buildfarm soon.

    [1] https://github.com/NVIDIA-ISAAC-ROS/greenwave_monitor

    • Sabrees 3 hours ago
      Nice, thanks! looks like a good one..
  • agentifysh 1 hour ago
    outside of sowing would you consider some open source drones like the new DJI with agriculture payload attached to it.

    or some automated green house with open source designs.

    love the name sowbot.

    • Sabrees 1 hour ago
      I did recently automate a greenhouse (heating, Hydroponics, fans, lights) it was just R&D rather than commercial so just used home assistant for it.

      I did sketch out a slightly more 'professionalised' version, but haven't built it yet https://github.com/samuk/IoT-Greenhouse-Temperature-and-Irri...

      I'd be pleasantly surprised if DJI had done anything open source, Ardupilot is pretty capable of course. I really want to automate the time consuming labour parts of horticulture, for me that's mostly weeding and to a lesser extent harvesting.

  • dylan604 5 hours ago
    From a video somewhere in the page: "The aim is to make food production more sustainable and efficient" yet requires a web app. I'd hope that you can run the server side on a local machine and not require cloud connectivity.
    • Sabrees 4 hours ago
      The web app runs locally from the robot. No cloud. Once we reach autonomy (still some way away) you shouldn't have to use that much either.
  • dheera 4 hours ago
    I highly encourage you to go visit farms sooner rather than later, especially during the rainy seasons and winter when farmers are really at work preparing for the next season. The kind of conditions robots need to deal with in that environment is no joke.

    I also notice you're using the BNO055 -- if you need an C++ I2C ROS driver for it I wrote one (https://github.com/dheera/ros-imu-bno055). I think the one in the ROS apt-get repository is written in Python but they claimed the package name before I did

  • MoonWalk 5 hours ago
    Great name, if nothing else!
  • abraae 4 hours ago
    This is the future, good luck to you
  • pixelsub 3 hours ago
    [dead]