Skip to content

AddyPete/pikabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIKABOT

A ROS2 Package of a Webots Simulation of 2-Wheel Differential Drive Robot Capable of SLAM and Autonomous Navigation

Installation

Go to the your colcon workspace.

  cd ~/ros2_ws

Clone the project.

  git clone https://github.com/AddyPete/pikabot.git pikabot

Build with colcon and source install setup.ash

  colcon build --packages-select pikabot --symlink-install
  source install/setup.bash

How to Run (Without SLAM and Navigation)

Launch the package

  ros2 launch pikabot robot_launch.py

Manually control it using teleop twist keyboard package.

  ros2 run teleop_twist_keyboard teleop_twist_keyboard

About

A ROS2 Package of a Webots Simulation of 2-Wheel Differential Drive Robot Capable of SLAM and Autonomous Navigation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages