A ROS2 Package of a Webots Simulation of 2-Wheel Differential Drive Robot Capable of SLAM and Autonomous Navigation
Go to the your colcon workspace.
cd ~/ros2_wsClone the project.
git clone https://github.com/AddyPete/pikabot.git pikabotBuild with colcon and source install setup.ash
colcon build --packages-select pikabot --symlink-install
source install/setup.bashLaunch the package
ros2 launch pikabot robot_launch.pyManually control it using teleop twist keyboard package.
ros2 run teleop_twist_keyboard teleop_twist_keyboard