8000 GitHub - COONEO/neor_mini: ROS-based Ackerman-like unmanned car.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

COONEO/neor_mini

Repository files navigation

Neor_mini Ackerman Mobile Base

平台要求(Platform): Ubuntu 18.04 + ros-melodic-desktop-full 某些章节的应用可能对电脑的性能要求较高(Some chapters may require a computer with sufficient computing power.)

分支说明foxy: ROS2 版本的 Gazebo 仿真,已经做好对应的ROS驱动,参照对应ReadMe 文件即可运行。后续在此基础上,会陆续推出新功能; Melodic: ROS1 版本的 Gazebo 仿真,是目前最完整、相关资料最完善的分支,每一个 chapter 都有一篇微信推文或者知乎博客; Kinetic: 多年前的萌芽版本,不再提供支持,望理解。

zhaoxiangli 2022.07.08

Contents:

1.Neor mini Simulation Tutorials (neor_mini 全套仿真教程)

​ Chapter 1: Make a indoor autonomous mobile robot.

​ Chapter 2: Make a outdoor line-tracking mobile robot.

​ Chapter 3: Velodyne-16 && Lego_LOAM 3D Mapping.

​ Chapter 4: Simulation of Automatic Obstacle Avoidance Based on Three-channel Ultrasonic.

​ Chapter 5: Send the Goal to navigation through the ROS node (C++ && Python).

​ Chapter 6: Hector_mapping

​ Chapter 7: rf2o_laser_odometry && gmapping

​ Chapter 8: Velodyne-16 && lio_sam 3D Mappig

Related folders(相关目录):

mini_sim18_ws && original_neor_mini

2.Raspberry Pi camera calibration (树莓派摄像头校准)

​ Related folders(相关目录):

calib_camera

3.Raspberry Pi camera recognition and ranging (树莓派单目摄像头目标检测与测距)

​ Related folders(相关目录):

Object_detection && Distence

4.Neor_min_ROS_Tutorials (neor_mini ROS 入门及进阶教程)

​ Related folders(相关目录):

Neor_min_ROS_Tutorials

Star History

Star History Chart

Chapter 1: Make a indoor autonomous mobile robot

Corresponding WeChat article

Developing Environments:

ubuntu 18.04 + ROS Melodic desktop full 

Explaination:

mini_sim18_ws                               #   this folder is ROS Workspace, you can run launchs and look at every demo.
original_neor_mini                       #    this folder is an original neor_mini urdf file, you can construction by yourself 
pictures                                              #    the total process pictures

Neor mini Simulation in Gazebo with ROS, Follow below steps:

Step 1:

# open your Terminal
git clone https://github.com/COONEO/neor_mini.git
cd neor_mini/mini_sim18_ws
rosdep install --from-paths src --ignore-src -r -y     # you need wait a moment

# first see the below tips .
catkin_make                              # if failed,please retry again and again

if "catkin_make " error,please install the dependencey of lego_loam(See chapter 3) and lio_sam(See chapter 8). or remove LeGO-LOAM && lio_sam folder.