Skip to content

EdisonAltamirano/Turtlebot_Mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turtlebot_Mapping

  • State machine with the turtle, there are two ways to operate the robot manually or automatically. If the manual way is chosen, it can be controlled from the keyboard, but with the automatic way there are two missions, the first is to move through three points from a preset map and the second mission is to return to the entry point (home). All through a state machine for control and asynchronous processes such as obstacle detection with point cloud and robot movement.

  • Instructions to run the code

    Step 1: Install package, remove, the build, devel, install folders, and then run the following lines and compile.

    mkdir -p ~/catkin_ws/src
    cd ~/catkin_ws/src/
    git clone https://github.com/EdisonAltamirano/Turtlebot_Mapping
    cd Turtlebot_Mapping/
    
    • Make sure all dependent packages are installed.
    catkin_init_workspace
    cd ..
    catkin_make clean
    catkin_make -DCATKIN_ENABLE_TESTING=False -DCMAKE_BUILD_TYPE=Release
    catkin_make install
    echo "source ~/Turtlebot_Mapping/devel/setup.bash" >> ~/.bashrc
    source ~/.bashrc
    

    Step 2: Run the program Turtlebot_Mapping/src/mymission/launch/mymission_sim.launch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published