项目作者: lei01cao

项目描述 :
基于MATLAB和GAZEBO的激光slam仿真
高级语言: Makefile
项目地址: git://github.com/lei01cao/MROBOT.git
创建时间: 2019-01-15T03:26:58Z
项目社区:https://github.com/lei01cao/MROBOT

开源协议:

下载


MROBOT 基于MATLAB和GAZEBO仿真

SLAM using 2D lidar

Usage

  1. Matlab:

    Step1:setenv(‘ROS_MASTER_URI’,’http://UBUNTU-IP:11311‘);

    1. setenv('ROS_IP','PC-IP');

    Step2:rosinit

  2. Ubuntu16.04(kinetic):

    Step1:roscore

    Step2:roslauch mrobot_laser_nav_gazebo.launch

    note:you need set ROS_MASTER_URI & ROS_HOSTNAME both of MATLAB and UBUNTU

  3. ROS_CONTROL_APP

MATLAB_ROS_APP

To Do

  1. Mapping

    MAPPING

  2. AMCL_Localize




  3. Path_follow




  4. ObstacleAvoidance

    VFH

References

1.ROS WIKI

2.Robotic System Toolbox Matlab2018b

MATLAB_ROS