You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Smart/README.md

12 lines
805 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1. 输入roslaunch mbot_gazebo mbot_laser_nav_gazebo.launch 启动机器人模型和gazebo
2. 启动mapserver 命令为rosrun map_server map_server catkin_ws/src/mbot_navigation/maps/room.yaml
3. 启动AMCL节点 命令为 rosrun amcl amcl scan:=scan
4. 启动导航功能 rosrun mbot_navigation Nav.py
--完成以上步骤后即可在gazebo中查看机器人状态。也可以启动rviz查看
--导航功能
暂时默认起点为(-1-1目标点为room4。起点和目标点可在Nav.py文件中更改。
可通过初始化Nav类传入不同参数实现目标点和起始点的修改。在集成语音后会对Nav类进行调整
初始化Nav类需要参数为起始点坐标XY和房间号码共设置了6个房间起始值为0。详情请看room.png