Skip to content

Ktysai/my_ROS_mobile_robot

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.5%
  • CMake 13.6%
  • Processing 11.4%
  • C 5.5%