Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mv euslisp sample test from rtmros_tutorials #800

Merged
merged 54 commits into from Aug 26, 2015

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Aug 26, 2015

hub clone start-jsk/rtmros_tutorials
cd rtmros_tutorials
git tag -d 0.1.6
git tag -d 0.1.5
git tag -d 0.1.4
git filter-branch -f --tree-filter "[ -e .travis ] && (git submodule deinit -f .travis; git rm .travis; git add .travis) || ls -al" --prune-empty HEAD # THIS IS NOT PERFECT
git filter-branch -f --tree-filter "rm -fr hrpsys_gazebo_tutorials hrpsys_tutorials openhrp3_tutorials hironx_tutorial hrpsys_ros_bridge_tutorials/src hrpsys_ros_bridge_tutorials/test/*.l hrpsys_ros_bridge_tutorials/test/*.launch hrpsys_ros_bridge_tutorials/euslisp/samplerobot-walk.l hrpsys_ros_bridge_tutorials/euslisp/samplerobot-pickup.l" --prune-empty HEAD
git filter-branch -f --tree-filter "find . -type f ! -name '*samplerobot*' -exec rm {} \;" --prune-empty HEAD
git filter-branch -f --tree-filter "[ -e hrpsys_ros_bridge_tutorials ] && mv hrpsys_ros_bridge_tutorials hrpsys_ros_bridge || ls" --prune-empty HEAD
git rebase -i f6259cb # find sha by git log --oneline, remove .travis commit BY HAND
( git commit --allow-empty and git rebase --continue)
cd ../
hub clone rtmros_common
cd rtmros_common
git checkout -b hogehoge
git remote add source-repo ../rtmros_tutorials
git pull source-repo master
git push k-okada hogehoge

@snozawa snozawa mentioned this pull request Aug 26, 2015
@k-okada k-okada force-pushed the add_sample_test branch 2 times, most recently from 85fc950 to 757ee2a Compare August 26, 2015 09:33
snozawa and others added 17 commits August 26, 2015 18:38
…ion. New reset-pose is moved from the initial line of OpenHRP-3.1/sample/controller/SampleController/etc/Sample.pos
…plerobot-interface.l] Fix package name for sample robot euslisp files (hrpsys_ros_bridge_tutorials -> hrpsys_ros_bridge)
…ests.launch] Add rostest launch file for euslisp unittest and use .launch instead of .test.
@snozawa
Copy link
Contributor

snozawa commented Aug 26, 2015

Passed!

snozawa added a commit that referenced this pull request Aug 26, 2015
mv sample test from rtmros_tutorials
@snozawa snozawa merged commit 529a773 into start-jsk:master Aug 26, 2015
@k-okada k-okada changed the title mv sample test from rtmros_tutorials mv euslisp sample test from rtmros_tutorials Sep 2, 2015
@k-okada k-okada deleted the add_sample_test branch December 9, 2015 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants