Skip to content

Commit 72b0393

Browse files
docs: add navigation and fleet gifs (#120)
1 parent 57edae0 commit 72b0393

File tree

7 files changed

+14
-4
lines changed

7 files changed

+14
-4
lines changed

‎README.md‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212

1313
# Mini Pupper ROS 2 Humble
1414

15-
A comprehensive ROS 2 robotics platform for autonomous navigation, computer vision, and multi-robot coordination. Built for research, education, and development on Ubuntu 22.04 with ROS 2 Humble.
16-
1715
<p align="left">
1816
<img src="imgs/mini_pupper_2.jpg" alt="Mini Pupper 2" width="480"/>
1917
</p>
2018

19+
A comprehensive ROS 2 robotics platform for autonomous navigation, computer vision, and multi-robot coordination. Built for research, education, and development on Ubuntu 22.04 with ROS 2 Humble.
20+
2121
## Key Capabilities
2222

23+
<p align="left">
24+
<img src="imgs/mini_pupper_navigation_480_12.gif" alt="Navigation Demo" width="480"/>
25+
</p>
26+
2327
### SLAM & Autonomous Navigation
2428
Real-time mapping and path planning with ROS 2 Nav2 stack integration.
2529
**[Documentation](mini_pupper_navigation/README.md)**
5.46 MB
Loading

‎mini_pupper_fleet/README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This ROS 2 package enables multi-robot operation for a group of Mini Pupper 2 ro
44

55
The system combines fleet-level command coordination, IMU-based Extended Kalman Filter (EKF) pose estimation with attitude correction, and individual robot behaviour control to enable scalable multi-robot deployments.
66

7+
<p align="left">
8+
<img src="media/mini_pupper_fleet_640_15.gif" alt="Fleet Demo" width="640"/>
9+
</p>
10+
711
## Features
812

913
- **Centralized Fleet Control** with `/cmd_vel` to distributed robot commands
11.5 MB
Loading

‎mini_pupper_navigation/README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Mini Pupper supports two key navigation capabilities:
1010

1111
This navigation package depends on `mini_pupper_slam` to generate maps for real robot operation.
1212

13+
<p align="left">
14+
<img src="media/mini_pupper_navigation_640_15.gif" alt="Navigation Demo" width="640"/>
15+
</p>
16+
1317
## Architecture
1418

1519
This implementation integrates several ROS 2 navigation components:
11.3 MB
Loading

‎mini_pupper_tracking/README.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ It combines visual detection, multi-object tracking, and IMU-based motion contro
1414

1515
---
1616

17-
## Demo
18-
1917
### Tracking Behaviour
2018

2119
<p align="left">

0 commit comments

Comments
 (0)