Closed GoogleCodeExporter closed 9 years ago
Hi, thanks for the link, I will look into it.
Original comment by areb...@gmail.com
on 30 Apr 2013 at 7:31
I catkinize it myself, too.
https://github.com/OTL/dynamixel_motor
attach a patch here.
difference with original:
dynamixel_controllers/controller_manager.py uses dynamic loading of controllers.
It uses package_path of `controller package` and search for module file.
Package path contains the sources of python module before catkin,
but catkinized packages have python sources in
`/opt/ros/groovy/lib/python2.7/dist-packages/PACKAGE_NAME` directory (this is
different from the result of rospack find PACKAGE_NAME in installed
environment).
Then catkinized controller_manager must load module file directly not using
`roslib.pakcages.get_pkg_dir`.
and maintainer of package.xml is me, for now, for my github. Please change it.
This repository is more similar to original one.
how to apply:
$ svn co http://ua-ros-pkg.googlecode.com/svn/stacks/dynamixel_motor/trunk/
dynamixel_motor
$ cd dynamixel_motor
$ patch -p0 < ~/catkinize.patch
Original comment by t.og...@gmail.com
on 1 May 2013 at 12:30
Attachments:
Any progress on this? I guess I'll use OTL's github version for now, but it
would be nice to have a catkinized version in this repo, and would also be nice
to have it on hydro
Original comment by jbin...@willowgarage.com
on 22 Jul 2013 at 10:43
Jon, have you had a chance to test the OTL code? If everything works I will
apply the patches and push the release out. I haven't been working on our robot
for a couple of months, so I wasn't able to test the code yet.
Original comment by areb...@gmail.com
on 23 Jul 2013 at 6:47
Folks, I have applied the patch to the git repo for this stack. I did migrate
dynamixel_motor stack to github when the big ROS migration happened a few
months ago. The stack is now here: https://github.com/arebgun/dynamixel_motor.
Takashi, could check that everything still works for you? Thanks!
Original comment by areb...@gmail.com
on 26 Jul 2013 at 9:22
Original comment by areb...@gmail.com
on 3 Dec 2013 at 7:46
Original issue reported on code.google.com by
t.og...@gmail.com
on 23 Apr 2013 at 11:53