一个基于 ROS 2 Humble 和 Nav2 导航栈实现的自主巡逻机器人项目。该机器人能够在一键启动仿真环境、导航系统和应用程序后,自主地在预设的地图路径点之间进行巡逻。在到达每个巡逻点后,它会自动执行拍照和中文语音播报任务。
☆38Jun 15, 2025Updated last year
Alternatives and similar repositories for ros2_patrol_robot
Users that are interested in ros2_patrol_robot are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆33Apr 18, 2025Updated last year
- An autonomous quadruped search and rescue agent using the Unitree Go1. It uses the Nav2 stack and RTAB mapping to perform navigation and …☆13Dec 31, 2024Updated last year
- 🚀 A Docker container for ROS2 Jazzy on Ubuntu 24.04, featuring KasmVNC via HTTPS for remote desktop access and seamless simulation. 🤖☆10Mar 31, 2026Updated 2 months ago
- A perceptive reinforcement learning locomotion framework developed for the Unitree GO2 in simulation (MuJoco Playground) and deployed usi…☆62May 15, 2026Updated last month
- Quadrupedal locomotion for slippery terrains, Mujoco and Real Go1-Go2 Unitree's.☆18Mar 26, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- complete pipeline for autonomous movimentation of unitree go2 with implementation of livox MID360☆21Jul 25, 2025Updated 10 months ago
- Software stack for MAB and Unitree Quadrupeds☆27Oct 26, 2025Updated 7 months ago
- javascript animation capture examples 🎬☆13Mar 14, 2023Updated 3 years ago
- ☆27Feb 25, 2025Updated last year
- c++ deployment codes for go2 robot☆31Jan 5, 2026Updated 5 months ago
- slam-toolbox, visual robot model, PointCloud2_to_Laserscan, ROS2☆60Nov 2, 2025Updated 7 months ago
- Reinforcement Learning quadruped locomotion for a Unitree Go2 robot in Mujoco XLA (MJX)☆21Jan 13, 2026Updated 5 months ago
- Easy to install image colorization using onnx converted DDColor models☆15Apr 2, 2024Updated 2 years ago
- package:go2_description☆26Jun 13, 2024Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ROS2-ORB-SLAM3-Odometry — A ROS 2 wrapper for ORB-SLAM3 that publishes real-time odometry and TF from mono, stereo, RGB-D, and stereo-ine…☆60Sep 27, 2025Updated 8 months ago
- Freespace Reeds-Shepp planner that is an order of magnitude faster than OMPL's implementation with no compromise, no parallelization, and…☆11Apr 1, 2025Updated last year
- A little tool that allows Android apps to send Logcat logs via WebSocket to a server hosted on a developer machine.☆16Apr 11, 2026Updated 2 months ago
- A part of C++ optimization lib based on armadillo. It just implements one of the frequently used functions fmincon().☆16Jul 19, 2022Updated 3 years ago
- 一个用于 多个 gltf 依赖资源合并的工具,适用于换材质、换网格,并且不同组合需要按需下载的场景☆15May 27, 2021Updated 5 years ago
- [IROS'25] Learning to Initialize Trajectory Optimization for Vision-Based Autonomous Flight in Unknown Environments☆29Jan 8, 2026Updated 5 months ago
- 基于 ROS 2 和 Navigation 2 的自动巡检机器人。☆95Jun 21, 2023Updated 2 years ago
- ☆12Feb 26, 2023Updated 3 years ago
- ManagedFbxSDK☆10Jul 10, 2016Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- NavisWorks .NET API plugin to traverse all nodes and extract geometrical primitives☆16Dec 30, 2020Updated 5 years ago
- Reader/Writer for Instanced 3DTiles (i3dm)☆17Jul 24, 2024Updated last year
- 智能无人机路径规划仿真系统是一个具有操作控制精细、平台整合性强、全方向模型建立与应用自动化特点的软件。它以A、B两国在C区开展无人机战争为背景,该系统的核心功能是通过仿真平台规划无人机航线,并进行验证输出,数据可导入真实无人机,使其按照规定路线精准抵达战场任一位置,支持多人…☆16Feb 16, 2021Updated 5 years ago
- demos for mapbox-3d-tiles, https://github.com/yangjs6/mapbox-3d-tiles☆25Aug 10, 2025Updated 10 months ago
- A Bachelor Thesis implementation of RRT, RRT* and Informed RRT*.☆14Jul 9, 2018Updated 7 years ago
- Implementing the nonlinear model predictive control, sliding mode control☆13Dec 20, 2018Updated 7 years ago
- ☆41Aug 22, 2024Updated last year
- Demonstrations of Using the Unitree D1 Robotic Arm to Open Cabinet Doors and Grasp Objects☆43Oct 18, 2024Updated last year
- RAPA-Planner: Robust and Efficient Motion Planning for Quadrotors Based on Parallel RA-MPPI☆24Oct 9, 2024Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Lidar Obstacle Detector☆25Jun 3, 2025Updated last year
- Hybrid A* Path Planner for the KTH Research Concept Vehicle☆15Sep 21, 2017Updated 8 years ago
- This is a genetic algorithm based ROS global path planner plugin for robot global path planning☆17Dec 22, 2023Updated 2 years ago
- Global Sampling and Local Search Tree(GSLST), a parallel algorithm combining Connect-RRT and JPS with Closed-Operation. The paper named …☆13Aug 5, 2021Updated 4 years ago
- A quadcopter simulator in matlab.☆17Oct 1, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- Optimizing for the Shortest Path in Denoising Diffusion Model (CVPR2025)☆20Dec 17, 2025Updated 6 months ago