This package allows you to test your path planning node by providing a maze-based occupancy grid message and an simulated robot pose response. It includes random maze generation, start and goal positioning, and interactive feedback with Twist commands for movement.
1
stars
0
forks
source link
feat: First implementation of Occupancy Maze Simulator #1
概要
迷路を生成し、OccupancyGridMapとしてPublish。さらにゴール位置もPublish。 Robot位置もPublishする。
RobotはSubしたTwistメッセージに従って動作する。
これは、Gazeboに依存せず高速にシミュレーションを回すことができるようになるために実装する。 さらに、いろいろな迷路を設計した経路設計ノードがSolveできるかどうかを確かめるために実装する。
publisher:
subscriber:
ROS 2, c++
can be visualized by rviz2