项目作者: tuialexandre

项目描述 :
MCL algorithm applied to localize a simulated robot using ROS nodes
高级语言: CMake
项目地址: git://github.com/tuialexandre/where_am_i.git
创建时间: 2020-01-27T19:50:42Z
项目社区:https://github.com/tuialexandre/where_am_i

开源协议:MIT License

下载


where_am_i

MCL algorithm applied to the localize a simulated robot using ROS nodes

Running Environment

First launch the simulation:

  1. roslaunch where_am_i world.launch

In a new terminal, launch the amcl launch file:

  1. roslaunch where_am_i amcl.launch

Sending Navigation Goal:

You can send a 2D Nav Goal from RViz: click the 2D Nav Goal button in the toolbar, then click and drag on the map to send the goal to the robot. It will start moving and localize itself in the process.

Testing Using teleop Node:

Open a terminal and launch the teleop script:

  1. rosrun teleop_twist_keyboard teleop_twist_keyboard.py