Skip to content

Trajectory Control for Differential Drive Mobile Manipulators

Notifications You must be signed in to change notification settings

kharish1995/Trajectory_Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trajectory_Control

Trajectory Control for Differential Drive Mobile Manipulators

Setting up the workspace,

  1. Initialize a catkin workspace in your home folder,

mkdir -p ~/fetch_ws/src

cd ~/fetch_ws/src

catkin_init_wokspace

  1. Download all the packages from https://github.com/fetchrobotics and place them in the src folder

  2. Add the following line to the CMakeLists.txt file in the fetch_gazebo and fetch_gazebo_demo package.

set(CMAKE_CXX_FLAGS "-std=c++0x ${CMAKE_CXX_FLAGS}")

  1. Clone the Trajectory_Control repository from your src folder.

  2. Then,

cd ~/fetch_ws

catkin_make

Team Members: Harish Karunakaran Gopeshh Raaj

About

Trajectory Control for Differential Drive Mobile Manipulators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published