您的位置:首页 > 编程语言 > Go语言

ROS(indigo)_turtlebot仿真示例包括stage和gazebo

2016-05-15 19:03 567 查看

ROS(indigo)_turtlebot仿真示例包括stage和gazebo

现上参考网址:
turtlebot:http://wiki.ros.org/Robots/TurtleBot
stage:http://wiki.ros.org/turtlebot_stage/Tutorials/indigo/Bring%20up%20TurtleBot%20in%20stage
gazebo:1. http://wiki.ros.org/turtlebot_gazebo/Tutorials/indigo/Gazebo%20Bringup%20Guide

                 2. http://wiki.ros.org/turtlebot_gazebo/Tutorials/indigo/Explore%20the%20Gazebo%20world

                 3. http://wiki.ros.org/turtlebot_gazebo/Tutorials/indigo/Make%20a%20map%20and%20navigate%20with%20it

1  stage

~$ roslaunch turtlebot_stage turtlebot_in_stage.launch
使用其他命令可以查看相关信息:



















2  gazebo

~$ roslaunch turtlebot_gazebo turtlebot_world.launch





~$ roslaunch turtlebot_teleop keyboard_teleop.launch

~$ roslaunch turtlebot_rviz_launchers view_robot.launch







~$ roslaunch turtlebot_gazebo gmapping_demo.launch
~$ roslaunch turtlebot_rviz_launchers view_navigation.launch





~$ roslaunch turtlebot_gazebo turtlebot_world.launch world_file:=worlds/willowgarage.world







~$ rosrun map_server map_saver xxx





利用构建地图导航:
~$ roslaunch turtlebot_gazebo turtlebot_world.launch world_file:=worlds/willowgarage.world
~$ roslaunch turtlebot_gazebo amcl_demo.launch map_file:=/home/exbot/xxx.yaml
~$ roslaunch turtlebot_rviz_launchers view_navigation.launch







-End-
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: