collada2eus_urdfmodel: append :provide on bottom; force flush (#219)
Contributors: Yuki Furuta
0.4.1 (2018-08-01)
[euscollada] fix collision model for version 0.4.0f( #218)
Contributors: Yohei Kakiuchi
0.4.0 (2018-07-25)
Replace euscollada for using ROS collada/urdf parser. It can convert both collada and urdf to eusmodel (#216)
* [euscollada] previous collada2eus can be used by collada2eus.orig
* [euscollada, collada2eus_urdfmodel] switch default model format (:collada->:urdf)
* [euscollada] use collada2eus_urdfmodel as collada2eus
* [euscollada,collada2eus_urdfmodel] fix parsing arguments
* [euscollada,collada2eus_urdfmodel] fix reset-pose
* [euscollada,collada2eus,collada2eus_urdfmodel] fix centroid
* [euscollada, euscollada-robot.l] fix inertia conversion when weight is zero
* [euscollada] fix message when robot.yaml has shorter length of angle-vector
* [euscollada] do not make small cube for link without geometry
* [euscollada] fix using _fixed_jt as slot name for fixed joint
* [euscollada] add add_normal argument
[euscollada] fix travis testtest (#215)
* fix timeout for reading stream
* set origin of robot before comparing centroid
Update collada2eus_urdfmodel (#212)
* [euscollada/collada2eus_urdfmodel] update for using non mesh geometry(BOX, CYLINDER, SPHERE)
* [euscollada/collada2eus_urdfmodel] fix, the same as #174
* [euscollada/collada2eus_urdfmodel] fix warning message for reading urdf file
* [euscollada/collada2eus_urdfmodel] fix min-max range for a continuous joint
* [euscollada/collada2eus_urdfmodel] fix for writing non mesh geometry
fix to run installed euscollada (#213)
* enable to run within write-protected directory
* euscollada: install sh fails as PROGRAMS
urdfdom is for hydro, now we can drop (forget to remove run_depends)
Contributors: Kei Okada
0.3.2 (2017-02-18)
urdfdom is for hydro, now we can drop
Contributors: Kei Okada
0.3.1 (2017-02-18)
for kinetic release (#197)
* collada2eus : convertnig const char* makes strange behavior (il->second becomes NONE)
Contributors: Kei Okada
0.3.0 (2017-01-16)
Fix conversion of mass properties (#192)
* [euscollada] fix test (samplerobot centroid and pose)
* [collada2eus] fix conversion of mass properties, when there are links which are not member of links
* [euscollda] add tests
Support passing limbs to predefined pose method
Modified:
- euscollada/src/collada2eus.cpp
[euscollada/src/collada2eus_urdfmodel.cpp] Fix location of gl::vertices setting. Move after geom is set.
Contributors: Kentaro Wada, Shunichi Nozawa
0.2.3 (2015-12-31)
0.2.2 (2015-12-11)
0.2.1 (2015-11-27)
0.2.0 (2015-11-26)
move to 0.2.0, which only available from indigo
keep backward compatibility, add glvertices slot to collada-body
[euscollada/src/euscollada-robot.l] use-6dof-joint-leg-gain nil by default
make qpqmodel with glvertices
merge euscollada-robot.l
fix large matrix
[euscollada/src/euscollada-robot_urdfmodel.l, euscollada-robot.l] Add arugment to use 6dof-joint leg weighing for evaluate the influence with it and without it.
[euscollada] Compare rosversion using the alphabetical order
[euscollada] Fix replace_xmls syntax in add_sensor_to_collada.py
1. Force to use string. yaml parser automatically parse digit numbers as
integer or float. OTH, minidom parser always outputs everything in
string.
We force to convert yaml parser's output into string value.
2. Raise exception if there is no tag section.
3. Do not remove parent node if replaced_attribute_value syntax is used
[euscollada] Support xml force-replacing in add_sensor_to_collada.py
update CHANGELOG (For releasing 0.1.12 DRC Final version)
[src/collada2eus.cpp] on newer yaml, doc["angle-vector"]["reset-pose"] did not raise error
[jsk_model_tools] remove old rosmake files
[collada2eus.cpp] do not exit when polylistElementCound or polygoneElementCount is 0
[euscollada/src/collada2eus.cpp] super ugry hack untilyaml-cpp 0.5.2
[collada2eus] set verbose=true when --verbose
[euscollada] Removed unnecessary fprintf in collada2eus.cpp
[euscollada] Add size check to end-coords translation/rotation because undefiend limb end-coords transformation/rotation breaks matching of parentheses in yaml-cpp 0.5.
[src/collada2eus.cpp] on newer yaml, doc["angle-vector"]["reset-pose"] did not raise error
[jsk_model_tools] remove old rosmake files
[collada2eus.cpp] do not exit when polylistElementCound or polygoneElementCount is 0
[euscollada/src/collada2eus.cpp] super ugry hack untilyaml-cpp 0.5.2
[collada2eus] set verbose=true when --verbose
[euscollada] Removed unnecessary fprintf in collada2eus.cpp
[euscollada] Add size check to end-coords translation/rotation because undefiend limb end-coords transformation/rotation breaks matching of parentheses in yaml-cpp 0.5.
Contributors: Kei Okada, Iori Kumagai
0.1.11 (2015-04-09)
[euscollada] Suppress output of debug information from collada2eus
and add --verbose option to print the debug information
Contributors: Ryohei Ueda
0.1.10 (2015-04-02)
[euscollada] install src/ scripts/
Contributors: Kei Okada
0.1.9 (2015-04-01)
[euscollada] Update urdf_patch.py to handle joint without xyz and rpy tag and to output patched urdf to standard output
[euscollada] Support multiple links in remove_sensor_from_urdf.py
[euscollada] Remove pyc file added by mistake
[euscollada] (remove_sensor_from_urdf.py) Add script to remove link from urdf
[esucollada] update parseColladaBase.py and add_sensor_to_collada.py for handling urdf file
Contributors: Ryohei Ueda, Yohei Kakiuchi
0.1.8 (2015-01-07)
0.1.7 (2014-12-19)
fix parsing sensors from yaml file, sensor_id should be optional
Get sensor id from sid of sensor tag and sort euslisp sensors by sensor's sid
Script to compute difference of two urdfs and dump it to yaml file, and apply the yaml file to urdf file as a patch
add camera model
Move scripts to euscollada to avoid catkinization of eusurdf
add sensor coordinates to eus model while converting from urdf model
add code for viewing convex bodies
fix order of qhull vertices
use multiple visual
update add_sensor_to_collada.py for adding sensor from yaml file
Merge remote-tracking branch 'origin/master' into use_loadable
update for compiling on indigo, use liburdfdom and can use yaml-cpp-0.5
add use_loadable
fix for using fixed_joint
fix inertia frame
remove nan in normal
(collada2eus.cpp) : Parse multiple translate and rotate tag for sensor definition
Enable euscollada conversion test ;; Add dependency on pr2_mechanism_model to travis.yaml ;; Fix cmake and use unittest.l in pr2.sh to trap Euslisp error
(jsk-ros-pkg/jsk_model_tools/issues/18) euscollada/src/collada2eus.cpp : do not overwrite sensors methods ;; sensors method are supported from euslisp/jskeus/pull/92