Re: [ros-users] [Orocos-users] [release] orocos_tools 0.1.0 …

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: S Roderick
CC: User discussions, orocos-users
Subject: Re: [ros-users] [Orocos-users] [release] orocos_tools 0.1.0 and orocos_controllers 0.1.0
2010/11/18 S Roderick <>

> Git allows you to bypass this issue completely. Track KDL's master branch,
> use your own topic branch for your modifications to KDL, and then publish
> this branch so that the KDL maintainer's can pull it in. When your changes
> are integrated to KDL (some time in the future) then your next update of KDL
> will grab them, rebase your topic branch, and continue development. You get
> the benefit of always having _your_ latest and greatest, and everyone else
> gets the benefit of your contributions.
>

Yes i understand the work-flow but i use ROS build system for my components
which grab KDL from ROS distribution. I can create overlay for KDL in ROS
but then everyone who want to build my stack need overlay too.