Giter VIP home page Giter VIP logo

ros003's Introduction

Navigation Tutorials for the TurtleBot

Set up the Navigation Stack for TurtleBot

Key Files

As in most ROS robots, navigation is ruled by a combination of launch and yaml files. In the turtlebot_navigation package, they can be found in the launch and params dir.

Move Base

TurtleBot navigation motion is generated by move_base which contains a global and local cost maps for creating global and local plans. The functionality is defined on the yaml files in the param dir.

Turtlebot3 Tutorials

Details

Install ROS and Independent Packages

sudo apt-get install ros-noetic-joy ros-noetic-teleop-twist-joy \
  ros-noetic-teleop-twist-keyboard ros-noetic-laser-proc \
  ros-noetic-rgbd-launch ros-noetic-rosserial-arduino \
  ros-noetic-rosserial-python ros-noetic-rosserial-client \
  ros-noetic-rosserial-msgs ros-noetic-amcl ros-noetic-map-server \
  ros-noetic-move-base ros-noetic-urdf ros-noetic-xacro \
  ros-noetic-compressed-image-transport ros-noetic-rqt* ros-noetic-rviz \
  ros-noetic-gmapping ros-noetic-navigation ros-noetic-interactive-markers

Some of them, I don't need at the moment.

Then install turtlebot3 packages

sudo apt install ros-noetic-dynamixel-sdk ros-noetic-turtlebot3-msgs ros-noetic-turtlebot3

There is some network setup instructions which I will skip for now.

FakeNode Simulation

Details

cd into src then run

git clone -b noetic-devel https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git

Build project via catkin_make or catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3/

then run the codes below

There are 3 possible bot models: burger, waffle, waffle_pi

export TURTLEBOT3_MODEL=burger
roslaunch turtlebot3_fake turtlebot3_fake.launch

Then in another terminal, run.

export TURTLEBOT3_MODEL=burger
roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch

Gazebo Simulation

Details

export TURTLEBOT3_MODEL=burger
roslaunch turtlebot3_gazebo turtlebot3_empty_world.launch

Gazebo Tutorial

Details

SLAM Simulation

Details

Created a map using gslam

Navigation Simulation

Details

Run, where the map file points to a location with a valid map_file.

roslaunch turtlebot3_gazebo turtlebot3_world.launch
roslaunch turtlebot3_navigation turtlebot3_navigation.launch map_file:=/home/kahlflekzy/PycharmProjects/ros003/map.yaml

I used this map file in all subsequent works, unless explicitly specified.

ros003's People

Contributors

robotis-will avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.