Robotslam / ros-workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ros-workspace

Things you might need

Install stuff sudo apt-get install python-wstool python-rosdep ninja-build

Run stuff wstool update -t src

# Install deb dependencies.
rosdep init
rosdep update
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y

# Build and install.
catkin_make_isolated --install --use-ninja
source install_isolated/setup.bash

TurtleBot Office Mapping

We start by bringing up the map.

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

Which launches the turtlebot gazebo instance with turtlebot_world launch file and the "office" world.

We then initiate a new gmapping.

roslaunch turtlebot_gazebo gmapping_demo.launch

And to visualize we use rviz.

roslaunch turtlebot_rviz_launchers view_navigation.launch

And to navigate around we use teleop.

roslaunch turtlebot_teleop keyboard_teleop.launch

<

About

License:GNU General Public License v3.0


Languages

Language:CMake 72.3%Language:Python 9.9%Language:MATLAB 9.0%Language:C++ 5.9%Language:Jupyter Notebook 1.0%Language:EmberScript 0.6%Language:Shell 0.6%Language:Lua 0.5%Language:SourcePawn 0.1%Language:Mercury 0.1%