Open 130s opened 10 years ago
I forget why we add two files, maybe we can remove main.dae and
$ rosrun openhrp3 export-collada -i main.wrl -o main.dae
$ cp main.dae ../../nextage_ros_bridge/nextage.dae
can be replaced by
$ rosrun openhrp3 export-collada -i main.wrl -o ../../nextage_ros_bridge/nextage.dae
???? but not sure.
Or I feel even more comfortable to gather model files in nextage_description
and remove models
directory from nextage_ros_bridge
. Is it not feasible?
Yes, I think is is possible.
One problem of current nextage_description
is there are no information on how to convert WRL to collada/urdf and nextage_ros_bridge have them (just for collada). So desirable procedure is
1) update nextage_description/CMakeLists.txt to convert wrl to urdf and dae and commit them
2) remove model file from nextage_ros_bridge.
One problem of current nextage_description is there are no information on how to convert WRL to collada/urdf and nextage_ros_bridge have them (just for collada). So desirable procedure is 1) update nextage_description/CMakeLists.txt to convert wrl to urdf and dae and commit them 2) remove model file from nextage_ros_bridge.
(2) should be done in https://github.com/tork-a/rtmros_nextage/pull/136.
For (1) I tried (it can be found in https://github.com/130s/rtmros_nextage/commit/867128392f3e34f2526e5545fdf5f360da1544c2) but haven't got it working so far.
(it can be found in 130s@8671283)
seems ok for me, see https://github.com/fkanehiro/openhrp3/blob/master/sample/CMakeLists.txt for
◉ Kei Okada
On Thu, Dec 25, 2014 at 5:03 PM, Isaac I.Y. Saito notifications@github.com wrote:
One problem of current nextage_description is there are no information on how to convert WRL to collada/urdf and nextage_ros_bridge have them (just for collada). So desirable procedure is 1) update nextage_description/CMakeLists.txt to convert wrl to urdf and dae and commit them 2) remove model file from nextage_ros_bridge.
(2) should be done in #136 https://github.com/tork-a/rtmros_nextage/pull/136.
For (1) I tried (it can be found in 130s@8671283 https://github.com/130s/rtmros_nextage/commit/867128392f3e34f2526e5545fdf5f360da1544c2) but haven't got it working so far.
— Reply to this email directly or view it on GitHub https://github.com/tork-a/rtmros_nextage/issues/68#issuecomment-68092827 .
tldr; I don't think we need to change anything regarding this(, at least for now).
nextage_ros_bridge/models/nextage.dae and nextage_description/models/main.dae look the same.
Even in its tutorial the file is copied from one to another. That said
nextage_ros_bridge/models/nextage.dae
may seem redundant.I assume this setting is necessary due to how the config files are auto-generated (ie. in order to remove
nextage_ros_bridge/models/nextage.dae
we might have to change upstream package likehrpsys_ros_robotics
)?