在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):udacity/RoboND-Localization-Project开源软件地址(OpenSource Url):https://github.com/udacity/RoboND-Localization-Project开源编程语言(OpenSource Language):CMake 84.0%开源软件介绍(OpenSource Introduction):Where Am I?In this project, you will learn to utilize ROS packages to accurately localize a mobile robot inside a provided map in the Gazebo and RViz simulation environments. Over the course of the project, as part of the Robotics Software Engineer Nanodegree, you will learn about several aspects of robotics with a focus on ROS, including -
Installation InstructionsThe project can be complete in the provided Workspace in the Classroom. Alternatively, it can be completed on an Ubuntu System with ROS Kinetic installed on it. Some specific ROS packages might be required in order to complete the project - $ sudo apt-get install ros-kinetic-navigation
$ sudo apt-get install ros-kinetic-map-server
$ sudo apt-get install ros-kinetic-move-base
$ rospack profile
$ sudo apt-get install ros-kinetic-amcl Note: We won't be able to provide support for native ROS installations, but you can post in the #ros channel in the ND Slack to start discussions with your fellow students if you face any issues. Once all the packages are installed, clone the repository on your system and rename the project folder to Run the ProjectAfter completing the project, you can launch it by running the following commands first - $ cd ~/catkin_ws
$ catkin_make
$ source devel/setup.bash And then run the following in separate terminals - $ roslaunch udacity_bot udacity_bot
$ roslaunch udacity_bot amcl
$ rosrun udacity_bot navigation goal |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论