RoboFacetRoboFacet

Robot Development

36 tools

Robot development platforms cover operating systems (ROS/ROS 2), simulators (Gazebo, Isaac Sim), dev kits (NVIDIA Jetson) and learning platforms. ROS 2 is the de facto standard — learning it means speaking the industry's common language. Suggested path: ROS 2 basics + Gazebo simulation (zero hardware cost), then a Jetson kit or arm for hands-on validation.

Clear
Sunday ACT-1

Sunday ACT-1

Robot Development

Sunday Robotics' ACT-1 is a robot foundation model trained on zero robot data, learning from humans via the Skill Capture Glove.

FreeView details

Public purchase / signup

NVIDIA Newton

NVIDIA Newton

Robot Development

Newton is an open-source, GPU-accelerated physics simulation engine built on NVIDIA Warp for roboticists and simulation researchers.

FreeView details

Public purchase / signup

Physical Intelligence pi0

Physical Intelligence pi0

Robot Development

Physical Intelligence pi0 is a general-purpose robot foundation model from Physical Intelligence.

FreeView details

Public purchase / signup

MuJoCo Playground

MuJoCo Playground

Robot Development

MuJoCo Playground is an open-source library from Google DeepMind for GPU-accelerated robot learning and sim-to-real transfer.

FreeView details

Public purchase / signup

MoveIt Pro

MoveIt Pro

Robot Development

MoveIt Pro is PickNik Robotics' commercial platform for developing and deploying robot arm applications.

PaidView details
InOrbit

InOrbit

Robot Development

InOrbit provides an AI-powered robot orchestration platform for software-defined operations at scale.

FreemiumView details

Public purchase / signup

Viam

Viam

Robot Development

Viam is a robotics software platform for building, deploying, and managing robotics applications across the entire lifecycle.

FreemiumView details

Public purchase / signup

Intrinsic Flowstate

Intrinsic Flowstate

Robot Development

Intrinsic is an Alphabet software and AI robotics company building a platform for the next generation of intelligent automation.

FreemiumView details

Public purchase / signup

SAPIEN

SAPIEN

Robot Development

SAPIEN is an open-source simulated environment and dataset for learning and evaluating embodied AI agents.

FreeView details

Public purchase / signup

iGibson

iGibson

Robot Development

iGibson is a simulation environment from StanfordVL for training robots in large realistic interactive scenes.

FreeView details

Public purchase / signup

Habitat 3.0

Habitat 3.0

Robot Development

Habitat 3.0 is a Meta AI embodied AI simulation platform for studying collaborative human-robot interaction in home environments.

FreeView details

Public purchase / signup

Drake

Drake

Robot Development

Drake is a C++ toolbox for model-based design and verification of robotics, started by MIT's Robot Locomotion Group.

FreeView details

Public purchase / signup

RLBench

RLBench

Robot Development

RLBench is a large-scale robot learning benchmark and environment for vision-guided manipulation research.

FreeView details

Public purchase / signup

PyBullet

PyBullet

Robot Development

PyBullet is an open-source Python module for physics simulation, robotics, and machine learning.

FreeView details

Public purchase / signup

Reachy 2

Reachy 2

Robot Development

Reachy 2 is a humanoid robot developed by Pollen Robotics for interactive and manipulation applications.

PaidView details
LeKiwi

LeKiwi

Robot Development

LeKiwi is an open-source mobile robot platform from Hugging Face's LeRobot project for assembling, teleoperating, and training real-world robot policies.

FreeView details

Public purchase / signup

NVIDIA Omniverse

NVIDIA Omniverse

Robot Development

NVIDIA Omniverse provides libraries and microservices for building industrial digital twins and robotics simulation applications.

FreemiumView details

Public purchase / signup

NVIDIA Isaac GR00T N1.6

NVIDIA Isaac GR00T N1.6

Robot Development

NVIDIA Isaac GR00T is an open reference platform for building, training, testing, and deploying AI-powered humanoid robots.

FreeView details

Public purchase / signup

SO-ARM101

SO-ARM101

Robot Development

SO-101 is Hugging Face LeRobot's flagship robot arm, documented with assembly, motor setup, and calibration instructions.

FreeView details

Public purchase / signup

NVIDIA Isaac ROS

NVIDIA Isaac ROS

Robot Development

NVIDIA Isaac ROS is a collection of CUDA-accelerated packages and AI models for building advanced AI robotics applications on ROS 2.

FreeView details

Public purchase / signup

NVIDIA Isaac Lab

NVIDIA Isaac Lab

Robot Development

NVIDIA Isaac Lab is an open-source, GPU-accelerated simulation framework for training robot policies at scale.

FreeView details

Public purchase / signup

SmolVLA

SmolVLA

Robot Development

SmolVLA is a compact 450M open-source Vision-Language-Action model from Hugging Face, pretrained on community-shared LeRobot datasets.

FreeView details

Public purchase / signup

NVIDIA Cosmos

NVIDIA Cosmos

Robot Development

NVIDIA Cosmos is a world foundation model platform for developing physical AI such as robots and autonomous vehicles.

FreeView details

Public purchase / signup

Gemini Robotics 2

Gemini Robotics 2

Robot Development

Gemini Robotics 2 is Google DeepMind's most advanced vision-language-action model for controlling many types of robots.

FreemiumView details

Public purchase / signup

Open-RMF

Open-RMF

Robot Development

Open-source platform for multi-robot fleet coordination

Open sourceROS
FreeView details

Public purchase / signup

Husarion

Husarion

Robot Development

Hardware and software solutions for building ROS-based robots.

ROS
Hardware price to confirmView details

Public purchase / signup

The Construct

The Construct

Robot Development

Learn ROS and robotics through online courses and simulations.

ROS
FreemiumView details

Public purchase / signup

Formant

Formant

Robot Development

Cloud platform for managing and scaling robot fleets.

PaidView details
Foxglove

Foxglove

Robot Development

Visualize and debug robotics data in real time.

Open source
FreemiumView details

Public purchase / signup

MoveIt

MoveIt

Robot Development

Open-source software for robot motion planning and manipulation

Open sourceROS
FreeView details

Public purchase / signup

CoppeliaSim

CoppeliaSim

Robot Development

Versatile robot simulation framework with advanced physics

FreemiumView details

Public purchase / signup

Webots

Webots

Robot Development

Open-source robot simulator for research and education

Open source
FreeView details

Public purchase / signup

NVIDIA Isaac Sim

NVIDIA Isaac Sim

Robot Development

Photorealistic robot simulation on Omniverse

ROS
FreeView details

Public purchase / signup

ROS (Robot Operating System)

ROS (Robot Operating System)

Robot Development

The open-source backbone of robotics

Open sourceROS
FreeView details

Public purchase / signup

Hugging Face LeRobot

Hugging Face LeRobot

Robot Development

Open-source robot learning for everyone

Open sourceROS
FreeView details

Public purchase / signup

Gazebo

Gazebo

Robot Development

Classic open-source robot simulator

Open sourceROS
FreeView details

Public purchase / signup

FAQ

How to start robot development from zero?

Path: Python/C++ basics → official ROS 2 tutorials → navigation/grasping demos in Gazebo → a Jetson Orin or Raspberry Pi for hardware. You can start with zero hardware cost.

ROS or ROS 2?

Go straight to ROS 2. ROS 1 is end-of-life (Noetic was the last release); all new projects and job requirements are ROS 2.

Can simulation replace real-robot testing?

It covers 70-80% of algorithm validation (navigation, planning, vision), but sensor noise and mechanical tolerances — the sim-to-real gap — require real hardware.