Skip to content

AndySer37/gazebo_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gazebo_test

Installation

package

$ sudo apt-get install ros-kinetic-gazebo-ros-*

Function

pre-work

$ cd gazebo_test/catkin_ws
$ source devel/setup.bash

Note: Do it everytime as you open new terminals

Pure Pursuit

Open gazebo with one mobile robot
$ roslaunch launch_gazebo duckiebot.launch 

Run pure pursuit algorithm
$ roslaunch pure_pursuit pure_pursuit.launch lookahead:=0.5

Open Rviz to see the odometry
$ roslaunch pure_pursuit viz.launch 

Note: To change the path, please modify the following file

gazebo_test/catkin_ws/src/pure_pursuit/config/path/path.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 52.6%
  • Python 25.6%
  • CMake 21.6%
  • Shell 0.2%