Difference between revisions of "Move with PID from Scratch"

From wikidb
Jump to: navigation, search
Line 15: Line 15:
 
   emacs CMakeLists.txt
 
   emacs CMakeLists.txt
 
   make
 
   make
 +
  emacs manifest.xml
 +
  make
 +
 +
== Listings ==

Revision as of 12:02, 21 October 2012

Introduction

These are notes for creating move_it_PID from scratch to help create a tutorial. It combines:

Steps

 cd ros_workspace
 roscreate-pkg move_ex std_msgs rospy roscpp
 cd move_ex
 make
 cp ../follow/src/move_it_pid.cpp src
 emacs CMakeLists.txt
 make
 emacs manifest.xml
 make

Listings