open-source-rover VS ROS

Compare open-source-rover vs ROS and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
open-source-rover ROS
20 83
8,344 2,636
0.4% 1.3%
8.6 2.6
11 days ago 2 months ago
Prolog Python
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

open-source-rover

Posts with mentions or reviews of open-source-rover. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-07.
  • Ask HN: Open-Source DIY Robot
    2 projects | news.ycombinator.com | 7 Nov 2023
    Naonosaur: https://github.com/rnanosaur/nanosaur. If you would like something larger and with a bit more off the shelf components then jpl open source rover has seem quite a bit of updates recently: https://github.com/nasa-jpl/open-source-rover
  • JPL Open Source Rover Project
    1 project | /r/patient_hackernews | 25 Sep 2023
  • NASA JPL Open Source Rover That Runs ROS 2
    4 projects | news.ycombinator.com | 22 Sep 2023
    "Our position is that the license chosen overrides the disclaimer. We have approval to license this software under the Apache License, version 2, which allows others to do what they wish (even build commercial software on it). That should supersede the attached disclaimer which are artifacts of an evolving OSS release process that we are trying to improve."

    https://github.com/nasa-jpl/open-source-rover/issues/2

  • NASA JPL open source rover
    1 project | news.ycombinator.com | 16 Sep 2023
  • Any good resources or projects to learn embedded in the context of robotics?
    1 project | /r/embedded | 15 Jun 2023
    How much money do you have? https://opensourcerover.jpl.nasa.gov/
  • Curiosity rover on Mars gets a brain boost to think (and move) faster
    1 project | /r/nasa | 29 Apr 2023
  • Motors and Battery information for "slow rover"
    1 project | /r/diydrones | 22 Mar 2023
    Another way to go if you wanted to go from scratch is the official nasa rover build https://github.com/nasa-jpl/open-source-rover which I've only heard good things about
  • This has always perplexed me
    1 project | /r/ProgrammerHumor | 1 Dec 2022
  • Feedback appreciated
    1 project | /r/EngineeringResumes | 30 Jul 2022
  • Ask HN: Freelancer? Seeking freelancer? (July 2022)
    4 projects | news.ycombinator.com | 1 Jul 2022
    https://kitspace.org

    Kitspace is a place to share ready to order open hardware electronics projects. You can order the the circuit board and all components for a project with just a few clicks.

    I’m seeking a someone to help improve the documentation of open source hardware electronics projects by asking creators whether they would like to mirror their project to Kitspace.

    The way to do this is to send Github pull-requests to projects (some examples: https://github.com/Ottercast/OtterCastAudioV2/pull/8, https://github.com/gregdavill/d20-hardware/pull/2 and https://github.com/nasa-jpl/open-source-rover/pull/180). As you can see in the examples it requires clear communication and some familiarity with electronics parts and making bills of materials. Most importantly it requires a mindset to try and help and improve the project in question through documentation rather than badgering people to add it to the site. Familiarity with Git, Github and at least one electronics CAD software (KiCad, Eagle etc.) is also helpful.

    Naturally this gig is fully remote and the number of hours and length of contract you would like to commit to is up to you. Time zone is not dictated either, though some overlap with UTC+1, for the occasional meeting, would be ideal.

    This is a fully open source project and does not turn a profit hence the budget is limited. I’m looking for people that can accept a rate of USD $20 an hour.

    Please send applications, including a CV, via email to [email protected]. If you have any questions feel free to ask on this forum below or via email or private message.

ROS

Posts with mentions or reviews of ROS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Google DeepMind's Aloha Unleashed is pushing the boundaries of robot dexterity
    4 projects | news.ycombinator.com | 16 Apr 2024
  • Linux market share passes 4% for first time; macOS dominance declines
    1 project | news.ycombinator.com | 6 Mar 2024
    I wonder if this could be related to M1/2/3 Macs being worse for x86 system software development than the old Intel Macs. I work on ROS[1] which runs on x86 Linux platforms, but usually develop on a Mac. I may have to move to a Linux laptop soon because there's not an easy path (that I'm aware of) to running x86 ROS code on an M3: compiling the entire system for arm would be a huge headache while running x86 code in a Linux VM under Rosetta has a lot of unknowns.

    Obviously my case is a bit of an outlier, but once you add up enough outliers you might see a real impact.

    [1] https://www.ros.org

  • Getting into Robotics as a Software Engineer
    3 projects | news.ycombinator.com | 11 Feb 2024
    Robotics is a broad field and is a confluence of many specialties: mechanical engineering, hardware engineering, software engineering, control, machine learning, computer vision, anything in between is a good entrance.

    Coming from software, if you are interested, I would suggest either:

    - Backend platform development (Python, C++ as main programming languages with a strong focus on ROS[1]).

    - Frontend development (nothing too different from what's out there).

    As small projects I would suggest playing with ROS to learn it and getting a running simulation with a simple robot that you can teleoperate, most of the stack already exists, it's just connecting everything together [2].

    Another venue is open source contribution [1] to get known within the community and potentially attract interest from companies. ROS has multiple packages, from cloud infrastructure to drivers and simulation, if you see anything there you could contribute to, they will gladly take contributions.

    In general robotics greatly benefits of good technologies from other areas, if there is a tool we use you believe could be better or a lack of good tooling in a specific area, it will get noticed.

    So this would be my suggested path: learn C++/Python if you're not familiar with, learn ROS and watch which specialties appear more often in robot related jos posts [3]. If you are really invested, maybe go to a robotics conference as ROSCon to meet other enthusiasts, which companies are engaged with the community, etc.

    Good luck!

    Note: not everything robot related is done in ROS, but it's almost a standard within the field save for a few exceptions.

    [1]: https://www.ros.org/

  • How do I start robotics as a teen with no money?
    2 projects | /r/robotics | 5 Jul 2023
    ROS is an operating system designed for robotics (it can be run many different ways) it includes simulations for many robots (including sensors etc) and you can even design your own fully inside the software. https://www.ros.org/
  • C++ Project Ideas?
    4 projects | /r/Cplusplus | 4 Jul 2023
    Robotics with ROS https://www.ros.org/ (You can do a lot with simulators and don't require actual HW)
  • [Career Advice] Transition from Software Engineer to Robotics
    1 project | /r/robotics | 26 Jun 2023
    Hardware experience is useful, but not needed to get started working with robotics. With your software background, I recommend you look into learning ROS (Robot Operating System) fundamentals on a personal computer, you can simulate a robot using Gazebo. Good luck!
  • Best practices in creating a Rust API for a C++ library? Seeking advice from those who've done it before.
    7 projects | /r/rust | 26 May 2023
    In Robotics, the Open Motion Planning Library (OMPL) is a popular library for multi-dimensional motion planning, and is used by ROS and other robotics-related software. There are no Rust bindings to OMPL (though there is Rust support for software like ROS), and the library is written almost exclusively in C++. There are Python bindings, but those are generated using Py++. The header files throughout OMPL are C++ header files, not C, as they contain namespaces, classes, etc.
  • [ANN] NASA's Ogma 1.0.9
    2 projects | /r/haskell | 21 May 2023
    [3] https://www.ros.org/
  • Newbie to Robotics (Question/Discussion)
    1 project | /r/robotics | 13 May 2023
    ALSO - learn ROS. If you are interested in robotics as a career, this is one of the better things to have good experience for on your resume. There are also good tutorials on using ROS with simulated robots, so if you just want to focus on the software that's a good option :)
  • Real-time C++ on Linux
    1 project | /r/cpp_questions | 27 Apr 2023
    Roboticist here, have you heard of ROS?

What are some alternatives?

When comparing open-source-rover and ROS you can also consider the following projects:

PythonRobotics - Python sample codes for robotics algorithms.

MRPT - :zap: The Mobile Robot Programming Toolkit (MRPT)

mariocesar - I’m a software developer, trying to write, create and mostly being a great father

Robotics Library (RL) - The Robotics Library (RL) is a self-contained C++ library for rigid body kinematics and dynamics, motion planning, and control.

ArduinoCore-avr - The Official Arduino AVR core

yarp - YARP - Yet Another Robot Platform

d20-hardware - Hardware design files for the icosahedran d20 build.

DART - DART: Dynamic Animation and Robotics Toolkit

OtterCastAudioV2 - OtterCast is an open-source audio streaming device running Linux. Based on a Sochip S3 SoC, featuring a Webinterface, shairport-sync, snapcast, Spotify Connect and pulseaudio sink/source.

PCL - Point Cloud Library (PCL)

webots - Webots Robot Simulator

moveit - :robot: The MoveIt motion planning framework