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

URDF Stitcher #41

Open
stonier opened this issue Dec 15, 2012 · 1 comment
Open

URDF Stitcher #41

stonier opened this issue Dec 15, 2012 · 1 comment

Comments

@stonier
Copy link
Member

stonier commented Dec 15, 2012

Bill has something along these lines. With the current configuration, what I'd like to perhaps have is

  • library of component urdf's
  • script which will generate full robot urdf from the library

i.e. provided a set of arguments (or environment variables), it will automatically select the appropriate components (tags) from the library and create a xacro for you. This script could be called in minimal.launch and it would run as follows:

  • get all the variables together
  • check ${ROS_HOME}/turtlebot/description to see if a xacro wasn't already available (e.g. kobuki-hexagons-kinect-cupholder.
  • if not, put together the components and write that xacro file
  • finally, make it available to the rest of the running system in the usual way.
@stonier
Copy link
Member Author

stonier commented Aug 20, 2013

No cycles right now and what we have now is sufficient but lets keep a look out for common solutions coming out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant