
Walker E
UBTECH research-grade humanoid robot with 42 DOF, dynamic bipedal locomotion up to ~7 km/h and dexterous hands equipped with 6-axis force sensors.
- Object Manipulation
- Research

ROS / ROS 2 · Control & Planning
Jazzy (1.3)
Nav2 (Navigation2) is the official navigation stack for ROS 2, maintained by Open Navigation LLC and the ROS community. It provides a complete set of tools for autonomous navigation of mobile robots: global path planning (NavFn, Smac Planner), local obstacle avoidance (DWB, MPPI), localization (AMCL, SLAM Toolbox), and behavior management via Behavior Trees.
Nav2 operates as a set of ROS 2 nodes communicating via standard topics and services. The system supports 2D maps (costmap2d), sensor handling (LiDAR, depth cameras), odometry, and SLAM. It integrates with rclcpp lifecycle nodes and supports composable nodes for improved performance.
A Control Stack is the set of software components responsible for control logic, motion planning, command execution, and coordination of a robot's actuators. It receives high-level goals or waypoints (from planning or AI layers) and translates them into low-level actuator commands, closed-loop feedback control, and safety checks. Common implementations include MoveIt (arm manipulation), Nav2 (mobile navigation), and custom whole-body control stacks for humanoids.
Middleware is a software layer that mediates between applications, services, sensors, drivers, and execution layers. In robotics, middleware is typically responsible for inter-process communication, message passing, hardware abstraction, and module integration within a single system. The most widely used robotics middleware is ROS (Robot Operating System), which provides a publish-subscribe message bus, service calls, and a rich ecosystem of packages.
TurtleBot3 (official reference platform); Fetch Robotics; iRobot Create 3; Amazon Astro; various AMR platforms in warehouse automation; used in ROSCon demo robots.
TurtleBot3 (official reference platform); Fetch Robotics; iRobot Create 3; Amazon Astro; various AMR platforms in warehouse automation; used in ROSCon demo robots.

UBTECH research-grade humanoid robot with 42 DOF, dynamic bipedal locomotion up to ~7 km/h and dexterous hands equipped with 6-axis force sensors.

Kawasaki's autonomous dual-arm mobile service robot on wheels, designed for human-collaborative tasks in hospitals, restaurants, and commercial facilities.

Tutor Intelligence industrial robot designed for palletizing, depalletizing and case-picking in warehouses and factories, offered as Robotics-as-a-Service from $14/hr.
License family: Permissive
ROS 2 Jazzy Jalisco LTS support. Route Server, improved Costmap 2D, new velocity smoother plugins.
ROS 2 Humble LTS support. New planners: Smac Planner (Hybrid-A*, State Lattice). Improved controller: MPPI. Behavior Trees v4.
First stable release of Nav2 for ROS 2 Foxy Fitzroy. Basic path planning and collision avoidance.