ros2

Open-source projects categorized as ros2

Top 23 ros2 Open-Source Projects

  • autoware

    Autoware - the world's leading open-source software project for autonomous driving

  • PX4-Autopilot

    PX4 Autopilot Software

  • Project mention: Kalman Filter Tutorial: Kalman Filter from the Ground Up | news.ycombinator.com | 2023-10-14

    They are widely used in narrow circles :)

    Two of (arguably the best) open source RC aircraft flight controllers (ArduPilot and PX4) are using extended Kalman filters in their state estimators (essentially sensor fusion that provides attitude/position estimate):

    https://github.com/ArduPilot/ardupilot/tree/master/libraries...

    https://github.com/PX4/PX4-Autopilot/blob/main/src/modules/e...

    I'm not that familiar with cleanflight/betaflight/inav scene to know what the FPV racer flight controllers use.

  • 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.

    InfluxDB logo
  • webots

    Webots Robot Simulator

  • Project mention: Robotics Simulation - Bridging the Gap Between Virtual and Real Worlds | dev.to | 2023-09-28

    Open Robotics Resources - Provides guides and documentation for robotics simulation.

    Project mention: 2024 GitHub Accelerator: Meet the 11 projects shaping open source AI | news.ycombinator.com | 2024-05-23
  • Fast-DDS

    The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact [email protected]

  • iceoryx

    Eclipse iceoryx™ - true zero-copy inter-process-communication

  • Project mention: Show HN: Comprehensive inter-process communication (IPC) toolkit in modern C++ | news.ycombinator.com | 2024-04-13

    Also, when you want to perform some access control with access rights, you have to face sid— and ace-strings - oh they are fun. And, of course, there are all the nasty details; for instance, Windows defines macros that lead to compilation failures since they collide with internal naming. Take a look at this here, maybe it makes your efforts less painless: https://github.com/eclipse-iceoryx/iceoryx/blob/master/iceor...

    You could reuse the iceoryx platform layer that enables iceoryx to run on every platform from qnx, linux, freertos, mac, windows. Maybe it can help you as well: https://github.com/eclipse-iceoryx/iceoryx/blob/master/doc/w...

  • zenoh

    zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.

  • Project mention: Zenoh: Zero Overhead Network Protocol | news.ycombinator.com | 2024-04-24
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • gazebo-classic

    Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim

  • Project mention: Unable to render window | /r/swaywm | 2023-06-07

    it is this one: https://github.com/gazebosim/gazebo-classic

  • ros2_rust

    Rust bindings for ROS 2

  • Project mention: Rapier is a set of 2D and 3D physics engines written in Rust | news.ycombinator.com | 2024-02-26

    I want to make this happen ! Do you know of any good robotics framework in Rust, as of today ? I heard that ROS2 was slowly including Rust [1], not sure at how did it go. Ros would be a good entry door to sensor fusion, mapping and localization. Because all of the hardware integration / abstraction is already done (in C++). I'm curious to know if company are using this.

    [1] https://github.com/ros2-rust/ros2_rust

  • vscode_ros2_workspace

    A template for using VSCode as an IDE for ROS2 development.

  • gz-sim

    Open source robotics simulator. The latest version of Gazebo.

  • Project mention: Ask HN: Examples of Companies/Tools Simulating Real World Processes | news.ycombinator.com | 2024-02-17
  • lidarslam_ros2

    ROS 2 package of 3D lidar slam using ndt/gicp registration and pose-optimization

  • linorobot2

    Autonomous mobile robots (2WD, 4WD, Mecanum Drive)

  • webots_ros2

    Webots ROS 2 packages

  • Universal_Robots_ROS2_Driver

    Universal Robots ROS2 driver supporting CB3 and e-Series

  • Project mention: Create VR-Controlled Roboter in Unity | /r/ROS | 2023-11-01

    I was considering to use the Universal_Robots_ROS2_Driver but I got overwhelmed by all the packages and thought it would be better to do things like I mentioned above.

  • drl_grasping

    Deep Reinforcement Learning for Robotic Grasping from Octrees

  • ros2_controllers

    Generic robotic controllers to accompany ros2_control

  • bonsai

    Rust implementation of AI behavior trees. (by Sollimann)

  • Project mention: Suggestions for Async Behavior Tree Implementation | /r/rust | 2023-08-18

    Was looking at existing StateMachine and BehaviorTree examples recently and I found the following Behavior Tree crates https://github.com/PistonDevelopers/ai_behavior https://github.com/Sollimann/bonsai

  • odrive_ros2_control

    ODrive driver for ros2_control

  • dolly

    🤖🐑 It's a sheep, it's a dolly, it's a following robot. Dolly was born to be cloned. (by chapulina)

  • nanosaur

    🦕 nanosaur is a little tracked robot, powered by ROS 2. Made for NVIDIA Jetson (by rnanosaur)

  • Project mention: Ask HN: Open-Source DIY Robot | news.ycombinator.com | 2023-11-07

    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

  • ROSOnWindows

    ROS on Windows Documentation Repository

  • ros-realtime-rpi4-image

    An image for the Raspberry Pi 4 with ROS 2 and Linux RT preinstalled

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

ros2 related posts

  • 2024 GitHub Accelerator: Meet the 11 projects shaping open source AI

    4 projects | news.ycombinator.com | 23 May 2024
  • Rapier is a set of 2D and 3D physics engines written in Rust

    8 projects | news.ycombinator.com | 26 Feb 2024
  • Create VR-Controlled Roboter in Unity

    4 projects | /r/ROS | 1 Nov 2023
  • Show HN: Remote terminal via WebRTC and file-transfer – no SSH or VPN required

    1 project | news.ycombinator.com | 30 Aug 2023
  • Show HN: Modular, full-stack software components for robotics and IoT

    1 project | news.ycombinator.com | 23 Aug 2023
  • I am thinking of building a flexible and secure robotics monitoring/control platform

    1 project | /r/robotics | 13 Jul 2023
  • I am thinking of building a flexible and secure robotics monitoring/control platform

    1 project | /r/ROS | 12 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 Jun 2024
    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. Learn more →

Index

What are some of the best open-source ros2 projects? This list will help you:

Project Stars
1 autoware 8,477
2 PX4-Autopilot 7,753
3 webots 3,050
4 navigation2 2,193
5 Fast-DDS 2,013
6 iceoryx 1,551
7 zenoh 1,287
8 gazebo-classic 1,144
9 ros2_rust 835
10 vscode_ros2_workspace 792
11 gz-sim 593
12 lidarslam_ros2 449
13 linorobot2 421
14 webots_ros2 376
15 Universal_Robots_ROS2_Driver 356
16 drl_grasping 326
17 ros2_controllers 299
18 bonsai 263
19 odrive_ros2_control 241
20 dolly 220
21 nanosaur 211
22 ROSOnWindows 209
23 ros-realtime-rpi4-image 201

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com