Skip to content

Liang-ZX/ros_wheeled_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS-wheeled-robot

Author: Zhixuan Liang

Tutorial: Tutorial

ROS Official Doc: ROS

Quick Start

git clone https://github.com/Liang-ZX/ros_wheeled_robot.git

mkdir catkin_ws
ln -s ros_wheeled_robot/plan_sim catkin_ws/src
cd catkin_ws

# build source
catkin build
source devel/setup.bash
  1. Path planning with BFS
# create roscore in one console
roscore 

# open another console
roslaunch course_agv_nav nav.launch

In RViz, please use 2D Nav Goal to indicate the target position.

bfs_img

About

A simple wheeled robot control with the basis on ROS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •