Skip to content

Vasanth28897/my_4wheel_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_4wheel_bot

This basic 4wheel_bot is to learn the major concpets in ROS like perception, tf, Navigation, localisation etc., and play on it.

use this below command to view the model of the robot

roslaunch my_4wheel_bot view_model.launch

use this below command to generate the map using slam_gmapping and rqt_steering_robot, make sure to change the world_name arg in navigation.launch file if you want to add a new world in gazebo

roslaunch my_4wheel_bot slam.launch

use this command to save the generated map

rosrun map_server map_saver -f path/to/save/the/map/mapname

replace the file_name in this line in the move_base.launch file after saved the map

<arg name="map_file" default="$(find my_4wheel_bot)/maps/file_name"/>

use these both two commands in a seperate terminal

roslaunch my_4wheel_bot navigation.launch
roslaunch my_4wheel_bot move_base.launch

TODO

  • the laser scan also moves when the bot start moves to the goal given in the rviz.
  • add some other cool stuffs over this base of the robot in the future, to make it more fun.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages