eborghi10 / my_ROS_mobile_robot

Differential drive mobile robot using ROS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install build dependency

sudo apt install ros-noetic-move-base-msgs

Differential-drive mobile robot using ROS

To see the robot in rviz, read the README file inside the my_robot_description package.

To see the complete robot simulation (using rviz and Gazebo), read the README file inside the my_robot_gazebo package.

To execute ros_control in the real robot, read the README file inside the my_robot_base package.

To see the implementation of move_base and slam_gmapping, for Navigation and Simulatenous localization and mapping, read the README file inside the my_robot_navigation package.


Nonsense tip to record the screen: ffmpeg -f x11grab -s 1366x768 -r 15 -i :0.0 -s 1366x768 -r 15 -qscale 0 video.avi

About

Differential drive mobile robot using ROS.


Languages

Language:C++ 69.4%Language:CMake 13.6%Language:Processing 11.4%Language:C 5.5%