seed-solutions / aero-ros-pkg

AERO (SEEDNOID) ROS Package
15 stars 18 forks source link

Add psteleop instraction #366

Closed taichiH closed 6 years ago

taichiH commented 6 years ago

Update README.md for correspond aero teleopetation by ps3 joy stick usage.

sasabot commented 6 years ago

this pull request is kind of messy ... assuming origin is your forked branch and upstream is seed-solutions I think it should have been

git checkout master
git checkout -b add_psteleop_instruction
git pull upstream master

and update README.md then create a pull request with one changed file README.md to seed-solutions/master

or

git fetch upstream add_psteleop
git checkout -b add_psteleop upstream/add_psteleop

and add a README.md under aero_teleop then create a pull request with one changed file aero_teleop/README.md to seed-solutions/aero_teleop

or

send this pull request without pulling all the changes in master

Anyway, I will go on merging this since this is a pull request to a branch and can be recovered even if things get messed up