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

add sample3dof model for testing file conversion, check difference from ... #11

Open
wants to merge 1,425 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1425 commits
Select commit Hold shift + click to select a range
02c941e
Eigen対応
Apr 17, 2012
0509a42
モデルファイルの拡張子をワイルドカードに変更
Apr 19, 2012
d48eb8b
Windows対応
Apr 19, 2012
43d2fc2
#2105 ModelLoaderのcollada対応 windowsコンパイル用の変更
Apr 20, 2012
6c863de
#2105 ModelLoaderのcollada対応 
Apr 20, 2012
6e1fc09
#2114 VRMLファイルがない場合エラーメッセージに行番号を表示しないように修正
Apr 27, 2012
151cd59
added getModelLoader()
Apr 28, 2012
9cfc2ed
suppressed a warning
May 2, 2012
084c5ac
added 4th parameter to loadBodyFromBodyInfo()
May 4, 2012
a246eef
fix #2122 change jointId initial value from 1 to 0
May 7, 2012
f0ed777
#2125 add error check when matrialIndex is 0
May 7, 2012
4e827d9
#2120 fix root JointType, use rigid_constraint of collada format to d…
May 7, 2012
3adc047
#2116 fix link/shape coordinates
May 7, 2012
483ff35
#2117 read sensor description
May 7, 2012
7214b75
#2118 fix AABB display
May 7, 2012
386ad05
add to support non-kinematics node
May 8, 2012
8d549ae
#2128 support color and normal information
May 8, 2012
b589cac
#2128 support normal vector
May 9, 2012
a4da7d6
fix wrong commit
May 9, 2012
29a5064
#2115 球ーメッシュ、球ー球用接触モデルの組み込み
May 10, 2012
d113f25
May 10, 2012
b2601f3
コミット間違い
May 10, 2012
f42c6d1
windows debugモードでコンパイルできないので
May 10, 2012
c287170
do not duplicate apperances_[]
May 10, 2012
d1deae7
added /usr/include/eigen2 to search directories
May 10, 2012
8ea0d46
fixs a compilation problem
May 10, 2012
fc88ef2
extracted a vase model
May 10, 2012
23b0494
removed -lsDIMS from linker flags
May 10, 2012
80a01eb
fix appearance data
May 10, 2012
184d1c9
add warning message when failed
May 10, 2012
3b04f88
fix appearance data
May 10, 2012
b58bd3b
add error check code for domsensor->getAttribute(sid)
May 10, 2012
e93cfab
fix sensor type OpenHRP3 RANGE sensor is base_laser1d
May 10, 2012
11631db
add success message
May 10, 2012
7fd6468
#2115 球ーメッシュ、球ー球用接触モデルの組み込み windowsで動作しない問題の修正
May 11, 2012
dcdad35
fix for NORMAL
May 11, 2012
bde64d9
changes jointType of the root node for non-kinematics node
May 11, 2012
b1ca6fd
VC++対応
May 11, 2012
019f417
supports ubuntu12.04
May 11, 2012
145fa8a
dump normal in export-collada, fix : generate normal from vertices, …
May 13, 2012
cbd8542
standard VRML files can be loaded by ModelLoader::getBodyInfo()
May 13, 2012
b7729f0
supports ubuntu11.10 and later
May 16, 2012
3c1f38d
colladaパッケージインストール対応
May 17, 2012
c0dc2f6
ubuntu12.04用
May 17, 2012
434fde1
ubuntu11.10用
May 17, 2012
6677c77
add texture support for collada-export
May 20, 2012
99abb54
ubuntu11.04用
May 21, 2012
38dddd6
ubuntu10.04用
May 21, 2012
c5de1d2
collada 1.5 texture support
May 21, 2012
4e682e1
add SceneInfoCollada_impl
May 22, 2012
c12e5f2
boostインストールパッケージ作成用ユーティリティ
May 22, 2012
0077bf8
fix OpenRAVE collada writer -> OpenHRP3 collada writer
May 22, 2012
4814bac
add dynamic size of integer vector type as ivector
May 22, 2012
6ca853e
Eigen3windows用インストーラ作成ユーティリティ
May 24, 2012
1ead1e1
changes default fps from 50 to 10
May 24, 2012
baed6b1
collada-dom windows用インストーラ作成ユーティリティ
May 24, 2012
8b23fb2
windows対応
May 24, 2012
15fb03b
pluginの更新
May 25, 2012
458814e
やり直し
May 25, 2012
f18b4d8
windowsでjava1.7でコンパイル可能に
May 25, 2012
818e13f
adapts to changes in hrpsys-base
May 28, 2012
0b649d5
set ainfo.textureIndex to -1, when no mapmaterials found, #2136
May 28, 2012
6ba81b2
set ainfo.textureIndex to -1, when no mapmaterials found, #2136
May 28, 2012
c383d67
restores PlanesCollider
May 28, 2012
0c17dae
adds ModelLoaderHelper::addLinkPrimitiveInfo()
May 29, 2012
806879f
adds collision detection between a plane and a mesh
May 29, 2012
b03d429
adds RTSItem
May 29, 2012
bb54f8f
adds a sample project meshOnPlane.xml
May 29, 2012
daf7816
add header file to CMakeLists.txt
May 29, 2012
a7f793f
adds WorldBase::updateRangeSensor(not tested yet)
May 30, 2012
227fe42
changes default rotation
May 31, 2012
18b6b67
adds Link::sensors to know sensors attached to the link quickly
May 31, 2012
bcedea3
adds RTSItem
May 31, 2012
eca3959
adds RTSItem
May 31, 2012
a965bdf
changes log level from TRACE to NORMAL
May 31, 2012
c7dd109
adds a new class VisionSensor
May 31, 2012
a512022
#2137 OpenRTM1.1.0-RELEASE対応
Jun 1, 2012
f1b9ad0
windowsビルドエラーの修正
Jun 1, 2012
7a1fedb
supports collada-dom 2.4
Jun 1, 2012
10b2a49
fixes a bug in detectPlaneMeshCollisions()
Jun 3, 2012
2be3a72
update for #2116, fix i.e. https://openrave.svn.sourceforge.net/svnro…
Jun 4, 2012
8b7bfea
update for #2116, fix i.e. https://openrave.svn.sourceforge.net/svnro…
Jun 4, 2012
cbb5dc7
ubuntu12.04でcolladaライブラリ対応
Jun 5, 2012
95a4a48
OpenRTM1.1での終了処理対応
Jun 5, 2012
c18ecd5
wirte sensor shape
Jun 6, 2012
8593f6b
fix mass_frame in colladaWriter and BodyInfoCollada_impl.cpp, ses htt…
Jun 6, 2012
e1da4ec
OpenRTM1.1での終了処理の変更は1.1のみで適用されるように
Jun 7, 2012
6ac3294
RTM1.1用プラグイン
Jun 7, 2012
4fb50cc
adds depth computation for sphere-sphere and sphere-mesh pairs
Jun 7, 2012
6a1141e
adds export-vrml
Jun 8, 2012
83c16d8
fix mass_frame
Jun 8, 2012
634b7f8
adds frameRate and imageType to VisionSensor
Jun 9, 2012
81bc68c
adds flags to know sensor output is updated
Jun 9, 2012
c54fea4
adds fields to store color buffer and depth buffer
Jun 10, 2012
f630dc1
eclipseのプラグイン作成用
Jun 12, 2012
324c278
moves grxui to branches
Jun 13, 2012
ce86c43
don't build classic grxui
Jun 13, 2012
23cc7ff
removes smallSimulator since a better version is included in hrpsys-base
Jun 13, 2012
e9e2c14
treats sensor shapes as collision geometries
Jun 13, 2012
1111cc7
disables RangeSensor and VisionSensor by default
Jun 13, 2012
a10f1cb
windowsビルドエラーの修正
Jun 14, 2012
d2310f4
simTest.pyが実行できないバグの修正
Jun 14, 2012
ba97fa5
3.1.3用の修正
Jun 15, 2012
c85ba63
3.1.3用の修正
Jun 15, 2012
876a2c8
adds settings for hrpsys-simulator
Jun 16, 2012
c755eeb
changes data type of VisionSensor::depth
Jun 19, 2012
bad0f5b
changes data type for ABS_TRANSFORM to RTC::TimedPose3D
Jun 20, 2012
03797fc
windowsビルドエラーの修正
Jun 21, 2012
865872c
Jun 21, 2012
c8d5917
リポジトリの変更
Jun 21, 2012
c159f1f
Jun 21, 2012
46df329
enables simplified crawler simulation
Jun 24, 2012
b158b0a
3.1.3用の修正
Jun 25, 2012
0dfde07
3.1.3用の修正
Jun 25, 2012
7864f66
リポジトリの変更
Jun 25, 2012
f852c62
OpenRTM1.1対応
Jun 25, 2012
e9bf8d1
adds GrxRTSItem for hrpsys-simulator
Jun 25, 2012
476edcc
increment micro version
Jun 25, 2012
2a7f845
adds missing fields
Jun 27, 2012
b5986c8
installs export-vrml
Jun 28, 2012
75f6028
64bit対応
Jun 28, 2012
d4c4091
OpenRTM1.1対応
Jun 29, 2012
09a5a87
adds DEPENDENT1010_BASENAMES.cmake
Jun 29, 2012
651da26
adds LIGHT_NODE category
Jun 29, 2012
5a73289
supports lights
Jun 29, 2012
7cbb574
Jul 2, 2012
4303047
windowsビルドエラーの修正
Jul 2, 2012
e075cf0
fiexes compile errors on Linux
Jul 2, 2012
ea4ff53
Jul 3, 2012
92e4849
3.1.3用
Jul 3, 2012
ecf3562
updates GrxUI plugin
Jul 5, 2012
4e01e69
VC10用の修正
Jul 6, 2012
56b8d0d
VC10
Jul 6, 2012
4e4ec4a
checks if ModelLoader is alive
Jul 10, 2012
e4e651a
boost 64bitライブラリ用
Jul 10, 2012
cb6b269
VC10 64bit用の修正
Jul 10, 2012
4859a62
uses boost::shared_ptr for BodyPtr since it is thread-safe
Jul 10, 2012
a83d165
renames some of data types to restore compatibility
Jul 11, 2012
fc49a1d
Jul 13, 2012
83312fd
Jul 13, 2012
29cc875
Jul 13, 2012
9288f9a
Jul 17, 2012
f2b92b4
Jul 23, 2012
37c3e02
Jul 26, 2012
43efa30
Jul 27, 2012
8199727
#2140
Jul 30, 2012
bef81ef
#2141 スタートボタンが表示されなくなるバグの修正
Jul 30, 2012
1e29965
changes libjpeg62-dev -> libjpeg-dev
Aug 6, 2012
9ea0897
adds date to cpack package version
Aug 6, 2012
838b329
#915 閉リンク機構対応
Aug 9, 2012
bc42116
#915 閉リンク機構対応用
Aug 9, 2012
7fae261
閉リンク対応用
Aug 9, 2012
3cf9cfa
makes initNeighbor and setNeighborTriangle private
Aug 25, 2012
36b1ec7
removes debug messages
Aug 26, 2012
5b672c1
changes return type of ColdetModel::name()
Aug 26, 2012
9bcee2f
removes unused codes
Aug 26, 2012
58d99ba
backports constraints solver from choreonoid
Aug 26, 2012
a41d90e
インストール不要なファイルを削除
Aug 30, 2012
d419c7c
#915 GUIの閉リンク機構対応
Sep 4, 2012
21d0aee
プラグインのファイルを更新
Sep 4, 2012
7ed3f07
別モデル間のExtraJoint対応
Sep 10, 2012
6ff8f97
別モデル間のExtraJointサンプル追加
Sep 10, 2012
4798d9a
別モデル間のExtraJointサンプル追加
Sep 10, 2012
4c35e0f
プラグイン更新
Sep 10, 2012
c481a7d
別モデル間のExtraJoint対応
Sep 18, 2012
f4014dd
Sep 18, 2012
727c5e0
#2146の修正
Sep 20, 2012
2822cbc
#2147RobotStateViewの修正
Sep 24, 2012
8bb6651
#2145サーバが起動していない場合メッセージを表示するように修正
Sep 25, 2012
4756e18
#2144 OnlineViewerのエラーメッセージ表示を追加
Sep 27, 2012
23f480a
Sep 27, 2012
8b405b4
#2142の修正を適用
Sep 27, 2012
3c45792
supports boost(>=1.50)
Sep 27, 2012
6f1231f
applies patch by iori.kumagai
Sep 28, 2012
4eef2a5
OpenHRP SUPPORT BBS 962の修正
Oct 9, 2012
99af714
adds several APIs to RRT for developing customized planners
Oct 18, 2012
b06c4d4
splits a class Configuration into two classes, Configuration and Conf…
Oct 19, 2012
2e794b2
fixes a bug in RRT::extractPath()
Oct 21, 2012
95e0b22
makes PathPlanner::world_ a pointer in order to share the world betwe…
Oct 22, 2012
0a3817a
adds a file for ubuntu12.10
Oct 29, 2012
6e4593a
supports GCC4.7+boost
Oct 29, 2012
4c966a4
adds RRT::setForwardTree() and RRT::setBackwardTree()
Nov 2, 2012
9e52fd0
uses boost::shared_ptr for memory management
Nov 2, 2012
21bc0e7
adds Roadmap::removeEdge(), RoadmapNode::removeParent() and RoadmapNo…
Nov 8, 2012
b39856b
enables to load point cloud data
Nov 12, 2012
6aac02a
improves point cloud support
Nov 12, 2012
b2ff180
removes debug messages
Nov 12, 2012
2063d7f
ubuntu12.10用
Nov 15, 2012
8e11b18
add dquaternion definition
Nov 19, 2012
fe7139d
#2149RobotStateViewのセンサ部分が表示されないの修正
Dec 10, 2012
ecce806
3.1.4リリース準備
Dec 10, 2012
1569815
3.1.4用
Dec 10, 2012
0ea32e6
#2149再修正
Dec 10, 2012
8c43c0c
3.1.4用
Dec 10, 2012
1aacfab
3.1.4用
Dec 10, 2012
8df48bb
3.1.4用
Dec 10, 2012
ff42b24
3.1.4
Dec 11, 2012
28e5c4a
RTCBuilder1.1対応
Dec 14, 2012
6a0df89
RTCBuilder1.1に対応
Dec 14, 2012
2b2168e
LinuxはCMakeが通らない?
Dec 17, 2012
13a034e
3.1.4リリース準備
Dec 18, 2012
b9ab332
3.1.4リリース準備
Dec 20, 2012
1ee8956
3.1.3用
Dec 21, 2012
73f5842
3.1.4
Dec 25, 2012
b02d5a6
Jan 7, 2013
030c17d
インストールパッケージの修正
Feb 28, 2013
975f341
check normal()isZero when normal.normalize()
Feb 28, 2013
fa9b427
support QNX, #2156
Mar 19, 2013
63880ba
fix for java 1.7 environment #2157
Mar 19, 2013
748fb95
fix wrong commit r2593
Mar 20, 2013
dbc43e7
windows ビルドエラーの修正
Mar 21, 2013
7042034
QNX does not compile hrpPlanner
Apr 10, 2013
b040b75
use COMPILE_JAVA_STUFF and ENABLE_DOXYGEN
Apr 11, 2013
a533b30
fix #2159, use lock to load model file as colladom is not thread safe
May 18, 2013
8137d26
ubuntu10.04ビルドエラー対応
May 21, 2013
3c84787
add boost_thread-mt for 12.04
May 22, 2013
a27d55b
remove backup file
Jul 23, 2013
a71d1ae
use climit instead of tlimit (= climit x grarRatio x torqueConst), se…
Nov 17, 2013
e535fd0
fix intertia matrix of ColladaWriter, see https://openrtp.jp/redmine/…
Nov 17, 2013
67048a0
fix intertia matrix of samplerobot, see https://openrtp.jp/redmine/is…
Nov 17, 2013
3ecdd5b
preparation for 3.1.5 release
Nov 19, 2013
2213883
fixes a problem of inertia matrix in reading COLLADA(by kakiuchi)
Feb 2, 2014
a9b4617
adds a new type, Vector2
Mar 4, 2014
bc18ddb
fixes a bug in loading COLLADA models
Apr 28, 2014
cae99ee
コンパイルエラー修正
May 12, 2014
484cd4a
14.04用
May 12, 2014
abe19e0
bag修正
May 12, 2014
68c86e5
fixes a bug in loading COLLADA(by kakiuchi) and increments version nu…
Jun 2, 2014
eca700a
fixes a bug in loading COLLADA files(by Kakiuchi)
Jun 20, 2014
2cab98f
fixes a bug in computation of torque limits for COLLADA(by Kakiuchi)
Jul 3, 2014
8827cab
fixes a bug in loading COLLADA files(by Kakiuchi)
Jul 7, 2014
17c598a
OpenRTM1.1.1対応
Jul 14, 2014
825d5d0
adds CollisionDetector::colldingPairs() and changes type of the colli…
Jul 16, 2014
a23fe22
Add rotor inertia and gear ratio for PD control according to https://…
snozawa Aug 12, 2014
c9bd278
add cutkin support
k-okada Aug 26, 2014
2af6b89
add .travis.yml
k-okada Aug 26, 2014
437d872
add rostest files
k-okada Aug 26, 2014
a05c2b3
add sample3dof model for testing file conversion
k-okada Aug 26, 2014
5d2c74e
compile idl file for python
k-okada Aug 26, 2014
ede978c
Merge pull request #7 from k-okada/add_sample_model
fkanehiro Aug 26, 2014
f066265
Merge pull request #8 from k-okada/compile_python_idl
fkanehiro Aug 26, 2014
6fe3f07
Update initial position of SampleRobot
snozawa Aug 27, 2014
9f60971
Merge pull request #3 from snozawa/add_gear_ratio_and_rotor_inertia
fkanehiro Aug 27, 2014
82f4102
(sample/CMakeLists.txt) compile wrl file to collada model
k-okada Aug 26, 2014
9cb9e4e
(sample/model/closedlink3.wrl) fix undefined node
k-okada Aug 28, 2014
7f8268e
(sample/model/RH2/parts/PanTilt/\*/PanTilt\_\*.wrl) fix url path
k-okada Aug 28, 2014
0558c6b
Merge pull request #10 from k-okada/fix_wrl_model
fkanehiro Aug 28, 2014
5d8109e
Merge pull request #9 from k-okada/compile_wrl_to_collada
fkanehiro Aug 28, 2014
25dd3a3
Merge pull request #4 from k-okada/catkin_support
fkanehiro Aug 28, 2014
8b96c16
add sample3dof model for testing file conversion, check difference fr…
YoheiKakiuchi Sep 1, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
language:
- cpp
- python
python:
- "2.7"
compiler:
- gcc
before_install: # Use this to prepare the system to install prerequisites or dependencies
# Define some config vars
- export CI_SOURCE_PATH=$(pwd)
- export REPOSITORY_NAME=${PWD##*/}
- echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
- sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
- sudo apt-get update -qq
install: # Use this to install any prerequisites or dependencies necessary to run your build
- sudo apt-get install -qq -y f2c libf2c2 libf2c2-dev doxygen cmake libeigen3-dev libjpeg-dev collada-dom-dev git jython libatlas-base-dev libboost-all-dev libpng12-dev
- sudo apt-get install -qq -y ros-hydro-openrtm-aist ros-hydro-openrtm-aist-python ros-hydro-mk ros-hydro-rosbuild ros-hydro-rostest ros-hydro-roslang
- cd $CI_SOURCE_PATH
before_script: # Use this to prepare your build for testing e.g. copy database configurations, environment variables, etc.
- source /opt/ros/hydro/setup.bash
script: # All commands must exit with code 0 on success. Anything else is considered failure.
- mkdir -p ~/ws/src
- ln -sf ${CI_SOURCE_PATH} ~/ws/src/${REPOSITORY_NAME}
- cd ~/ws
- sudo ln -sf /opt/ros/hydro/lib/openrtm_aist/bin/rtm-config /opt/ros/hydro/bin/rtm-config ## temp code
- catkin_make
- catkin_make test
- catkin_make install
after_failure:
97 changes: 97 additions & 0 deletions BuildInstall.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
@echo off
setlocal

rem set INSTALL_DIR=%ProgramFiles%\OpenHRP
set VC_PLATFORM=Visual Studio 9 2008
set VC_COMMAND=C:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe
set ECLIPSE_LAUNCHER=C:\eclipse\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar

if "%1"=="" (
call :AllStart
goto :EndBatch
)

if /i "%1"=="cmake" (
call :CMake
goto :EndBatch
)

if /i "%1"=="debug-build-install" (
call :DebugBuild
goto :EndBatch
)

if /i "%1"=="build-install" (
call :Build
goto :EndBatch
)

if /i "%1"=="build-plugin" (
call :Plugin
goto :EndBatch
)

echo "Usage: BuildInstall [Option]"
echo "Option List:"
echo " cmake"
echo " build-install"
echo " debug-build-install"
echo " build-plugin"
goto :EndBatch

:AllStart
call :CMake
if errorlevel 1 goto :EOF

call :Build
if errorlevel 1 goto :EOF

call :Plugin
if errorlevel 1 goto :EOF
goto :EOF

:CMake
if defined INSTALL_DIR (
echo Output solution file. It install in %INSTALL_DIR%
call cmake -G "%VC_PLATFORM%" -DCMAKE_INSTALL_PREFIX:PATH=%INSTALL_DIR%
) else (
echo Output solution file. It install in %ProgramFiles%\OpenHRP
call cmake -G "%VC_PLATFORM%"
)
goto :EOF

:Build
if not exist OpenHRP.sln (
echo Not Found OpenHRP.sln. Please "BuildInstall cmake".
exit /b 1
)
echo Build solution. Log file is make_release.log
call "%VC_COMMAND%" OpenHRP.sln /rebuild Release /out make_release.log
echo Install OpenHRP. Log file is install_release.log
call "%VC_COMMAND%" OpenHRP.sln /build Release /project INSTALL.vcproj /out install_release.log
goto :EOF

:DebugBuild
if not exist OpenHRP.sln (
echo Not Found OpenHRP.sln. Please "BuildInstall cmake".
exit /b 1
)
echo Build debug solution. Log file is make_debug.log
call "%VC_COMMAND%" OpenHRP.sln /rebuild Debug /out make_debug.log
echo Install OpenHRP. Log file is install_debug.log
call "%VC_COMMAND%" OpenHRP.sln /build Debug /project INSTALL.vcproj /out install_debug.log
goto :EOF

:Plugin
if not exist bin\Release\openhrp-controller-bridge.exe (
echo not build OpenHRP. Please "BuildInstall Build".
exit /b 1
)
echo Build eclipse pliugin.
call java -jar %ECLIPSE_LAUNCHER% -application org.eclipse.ant.core.antRunner -data "workspace" -buildfile BuildPlugin.xml
if exist workspace rmdir /s /q workspace
goto :EOF

:EndBatch
endlocal
@echo on
33 changes: 33 additions & 0 deletions BuildPlugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
usage : java -jar <eclipse launcher jar> -application org.eclipse.ant.core.antRunner -data <workspace dir> -buildfile plugin.xml

example : java -jar C:\eclipse\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -application org.eclipse.ant.core.antRunner -data "workspace" -buildfile BuildPlugin.xml
-->

<project default="main">

<target name="main">
<property name="baseLocation" value="${eclipse.home}"/>
<property name="buildspace.dir" value="${basedir}" />
<property name="builder" value="${buildspace.dir}" />
<property name="buildDirectory" value="${buildspace.dir}/GrxUIonEclipse-project-0.9.8"/>

<property name="pluginPath" value="${buildspace.dir}" />

<eclipse.buildScript
elements="[email protected]"
baseLocation="${baseLocation}"
buildDirectory="${buildDirectory}"
/>

<ant antfile="${buildDirectory}/build.xml" dir="${buildDirectory}" target="build.update.jar" >
<property name="javacTarget" value="1.6"/>
<property name="javacSource" value="1.6"/>
</ant>

<copy todir="./">
<fileset dir="${buildDirectory}" includes="com.generalrobotix.ui.grxui*.jar"/>
</copy>

</target>
</project>
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package openhrp3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.5-6 (2014-04-15)
--------------------
* remove installed file if openhrp3_FOUND is not found
* Give installed libraries execute permissions
All shared object libraries should have execute permissions. Using install will default the permissions to be like a normal file, which typically doesn't have execute permissions.
* Fix python syntax errors
You cannot define a function called exec. This patch renames it to Exec.
* Handle non-existent lsb-release file
This file is not present on Fedora systems.
* test_openhrp3.py: add test for samplerobot walking pattern data file
* test_openhpr3.py: add test code to check hrpsys-base
* add test code to check if file exists
* add start_omninames.sh start starts omniNames for test code, use port 2809 for test
* add test sample1.wrl location
* Add rostest for rosbuid, also improve .travis.yml to check rosbulid/deb environment
* (Makefile.openhrp3) touch patched_no_makefile to avoid compile twice
* add PKG_CONFIG_PATH for rosbuild environment
* (.travis.yml) add rosbuild/deb test
* (`#32 <https://github.com/start-jsk/openhrp3/issues/32>`_) add roslang for manifest.xml and package.xml
* (`#24 <https://github.com/start-jsk/openhrp3/issues/24>`_) add rosbuild, see https://github.com/ros/ros/issues/47
* check rosdep until it succeeded
* Fix cblas on Linux.
* Fix Boost linker error (remove -mt suffix).
* add link to issues for each patchs
* update travis to check rosbuild/catkin, use_deb/use_source
* Contributors: Benjamin Chrétien, Kei Okada, Scott Logan, Isaac Isao Saito

3.1.5-5 (2014-03-04)
--------------------
* Fix to an issue that caused https://github.com/start-jsk/hrpsys/issues/25
* Initial commit of CHANGELOG.rst
* Contributors: Kei Okada, chen.jsk, Ryohei Ueda, Isaac Isao Saito, Hiroyuki Mikita, Iori Kumagai, Takuya Nakaoka, Shunichi Nozawa, Rosen Diankov, Yohei Kakiuchi
Loading