Giter Club home page Giter Club logo

turtlebot2_noetic_packages's Introduction

turtlebot2_noetic_packages

Prerequisites:

Ubuntu 20.04

Turtlebot 2

Install:

  1. install ros noetic:

ref: http://wiki.ros.org/noetic/Installation/Ubuntu

  1. compile and install turtlebot 2 packages:
cd ~/catkin_ws/src
wget https://raw.githubusercontent.com/zzuxzt/turtlebot2_noetic_packages/master/turtlebot2_noetic_install.sh 
sudo sh turtlebot2_noetic_install.sh 
cd ..
catkin_make
  1. install useful noetic packages (includes teleop control, gmapping and navigation):
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-image-view ros-noetic-gmapping ros-noetic-navigation ros-noetic-interactive-markers ros-noetic-pcl-ros

Gazebo Tests:

1. gmapping:

# launch gazebo and turtleBot:
roslaunch turtlebot_gazebo turtlebot_world.launch
# launch gmapping node:
roslaunch turtlebot_gazebo gmapping_demo.launch
# launch rivz to see the map:
roslaunch turtlebot_rviz_launchers view_navigation.launch
# launch teleop node to use keyboard to control the turtlebot:
roslaunch turtlebot_teleop keyboard_teleop.launch
# finish gmapping and save map:
mkdir -p ~/map
rosrun map_server map_saver -f ~/map/test

turtlebot2_noetic_packages's People

Contributors

zzuxzt 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.