ROS 2 Jazzy / Gazebo / Factory Automation Robotics

Autonomous Mobile Manipulator Factory Simulation

A full ROS 2 and Gazebo robotics simulation that demonstrates an autonomous mobile manipulator completing a factory-style material handling workflow in real time. The robot starts with a payload in its gripper, performs an initial drop-off, follows a marked yellow route through an industrial workcell, and completes a second raised-bin delivery.

ROS 2 simulation, robot modeling, Gazebo world design, and mission orchestrationROS 2 JazzyGazeborclpyURDFSDFDocker

Factory Mission Sequence

Scripted a complete material-handling demo from initial arm lift and payload release through path following, workcell navigation, final alignment, and second drop-off.

Custom Mobile Manipulator

Modeled the robot in URDF with a differential-drive base, mounted arm links, simulated joints, gripper fingers, and a visible carried payload.

ROS-Gazebo Integration

Used ros_gz_sim and ros_gz_bridge to connect Gazebo transport topics with ROS 2 velocity, odometry, joint command, camera, lidar, and state publication flows.

Project Notes

The details that mattered.

Project overview

The simulation is built around a factory material-handling workflow rather than an isolated robot animation. The mobile manipulator begins with a payload in its gripper, raises the arm, drops into a receiving station, then drives through a marked factory route toward a second raised receiving box for another release cycle.

Gazebo factory workcell

The SDF world includes an industrial floor layout, safety rails, workcell objects, raised bins, receiving stations, visual yellow path markings, Gazebo-modeled props, and Rockwell Automation branded signage integrated into the 3D scene.

Robot model

The custom URDF captures the base, wheels, arm links, joints, gripper fingers, and carried payload so the robot reads as a single mobile manipulator system. robot_state_publisher and JointState messages keep the transforms and arm state visible throughout the demo.

Mission control

A Python rclpy mission controller sequences the demo end to end, publishing geometry_msgs/Twist commands for the base while coordinating std_msgs/Float64 arm joint targets and gripper release timing for each payload handoff.

Path following

Waypoint following logic was tuned for consistent movement along the marked factory path using nav_msgs/Odometry feedback, avoiding the complexity of a full Nav2 stack while still producing predictable autonomous motion through the scene.

Packaging and repeatability

The project is organized as a ROS 2 Jazzy workspace with launch files, ament_python packaging, colcon builds, ROS-Gazebo topic bridges, and Docker/Compose support so the full factory demo can be started as a repeatable single-command simulation.

Architecture

System architecture

Technical breakdown of the autonomous mobile manipulator factory simulation, including ROS 2 components, factory mission sequence, workspace layout, interfaces, demo modes, and fault recovery logic
Technical system breakdown
Rockwell mobile manipulator ROS 2 system architecture showing navigation, docking, manipulation, health, telemetry, Gazebo, and RViz components
ROS 2 node graph

Videos

Project demos and test footage.

Mobile manipulator factory material handling demo