Skip to content

Implementation of a Path Planner for the robot Husky. The path planning will be done in an indoor environment using a pre-compute global path that is to be refined and used for motion command computation.

Notifications You must be signed in to change notification settings

Mattolo4/Path-Planner-for-Robot-Husky

Repository files navigation

Launching the Path Planner Package

  • Launch Gazebo Simulation:

roslaunch robot_gazebo platform_building.launch tf_base_link:=base_link_real

  • Launch RViz for ROS visualization:

roslaunch robot_gazebo rviz.launch

  • Start the move base (which also launches your RRT Planner):

roslaunch advrob_controller move_base.launch

  • Start the planner by selecting a 2D Nav Goal in RViz

About

Implementation of a Path Planner for the robot Husky. The path planning will be done in an indoor environment using a pre-compute global path that is to be refined and used for motion command computation.

Topics

Resources

Stars

Watchers

Forks