Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fkanehiro/openhrp3
Browse files Browse the repository at this point in the history
  • Loading branch information
fkanehiro committed Feb 8, 2015
2 parents d76926a + cf813a1 commit 2ed9f0e
Show file tree
Hide file tree
Showing 45 changed files with 101,993 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,5 +567,9 @@ if(need_catkin OR "${CATKIN_BUILD_BINARY_PACKAGE}")
install(CODE "execute_process(COMMAND cmake -E create_symlink ../../bin/openhrp-model-loader openhrp-model-loader WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/share/openhrp3)")
install(CODE "execute_process(COMMAND cmake -E create_symlink ../../bin/export-collada export-collada WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/lib/openhrp3)")
install(CODE "execute_process(COMMAND cmake -E create_symlink ../../bin/export-collada export-collada WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/share/openhrp3)")
install(CODE "
execute_process(COMMAND cmake -E make_directory share WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/share/openhrp3)
execute_process(COMMAND cmake -E create_symlink ../../OpenHRP-3.1 share/OpenHRP-3.1 WORKING_DIRECTORY \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/share/openhrp3)
")
endif()

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added GrxUIonEclipse-project-0.9.8/commons-cli-1.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added java/plugins/jp.go.aist.hrp.joystick_1.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions sample/controller/PA10Controller/etc/PDgain.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
35000 400
35000 400
35000 400
35000 400
35000 400
35000 400
35000 400
17000 200
17000 200


9,812 changes: 9,812 additions & 0 deletions sample/controller/PA10Controller/etc/angle.dat

Large diffs are not rendered by default.

9,812 changes: 9,812 additions & 0 deletions sample/controller/PA10Controller/etc/vel.dat

Large diffs are not rendered by default.

Loading

0 comments on commit 2ed9f0e

Please sign in to comment.