<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: 'MS Pゴシック', 'MS PGothic', sans-serif;">
<div>I always feel a little sad when someone paints the entire catalogue of OMG specifications with complaints against a technology from several decades ago. To anyone who has heard about how bad CORBA is, I encourage them to try out a recent version (in particular,
 the C++11 API). It’s not bad and it’s not slow. It’s good at what it was designed for, which is a distributed object system.</div>
<div><br>
</div>
<div>Having said that, DDS is much better for our needs, because it has a different focus.</div>
<div><br>
</div>
<div>Regarding the patents issue; the OMG specifications are open and freely available. There may be patents covering parts of them, but this is the same risk that any software, open or closed, faces in many parts of the world these days. I would be very surprised
 if someone couldn’t find a part of the zmq source that infringes some unknown, ambiguous software patent.</div>
<div><br>
</div>
<div>As for zmg being a “known thing”, DDS is known, too. It may not be as well-known by those who prefer open source, but for the many, many companies and institutes who use it, it is known and trusted. If it wasn’t meeting their needs, they would be instead
 pouring those expensive licensing fees into improving zmq or developing their own in-house technology. They don’t keep their experience a secret, either. I have spoken with people from industry who have enjoyed complaining about the problems they’ve had with
 DDS – and then gone on to mention that their chosen implementer fixed those problems promptly because they wanted to keep getting paid. Sure, in the open-source world we can fix problems we find ourselves (I hope you don’t need safety certification), but this
 doesn’t mean everyone keeps their experience a secret.</div>
<div><br>
</div>
<div>The OSRF made a sensible choice to chose an open, standardised protocol with many implementations, both commercial and open-source, available. Anyone who wants to implement the RTPS protocol can do so, while anyone who doesn’t has the choice between open-source
 implementations (fun fact: at least one of them uses CORBA internally) and commercial implementations. (Not every issue about this has been resolved yet; there are still concerns that Thibault has pointed out with different nodes using different implementations.)</div>
<div><br>
</div>
<div>Good wire protocols are hard, and leaving it up to the experts gives the OSRF more developer time for the robotics things that go on top.</div>
<div><br>
</div>
<div>If you still don’t like or want to use DDS, well, ROS is open source! The OSRF has abstracted DDS behind a messaging API. You can implement a version of the API that uses IPoAC if you like! I would travel to ROSCon just to see that talk.</div>
<div><br>
</div>
<div>Geoff</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:ÇlÇr ÇoÉSÉVÉbÉN; font-size:10pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>ros-users <<a href="mailto:ros-users-bounces@lists.ros.org">ros-users-bounces@lists.ros.org</a>> on behalf of Linas Vepstas via ros-users <<a href="mailto:ros-users@lists.ros.org">ros-users@lists.ros.org</a>><br>
<span style="font-weight:bold">Reply-To: </span>"<a href="mailto:linasvepstas@gmail.com">linasvepstas@gmail.com</a>" <<a href="mailto:linasvepstas@gmail.com">linasvepstas@gmail.com</a>>, User discussions <<a href="mailto:ros-users@lists.ros.org">ros-users@lists.ros.org</a>><br>
<span style="font-weight:bold">Date: </span>Sunday, September 27, 2015 at 02:08<br>
<span style="font-weight:bold">To: </span>Aaron Schiffman <<a href="mailto:aarondsc@yahoo.com">aarondsc@yahoo.com</a>>, User discussions <<a href="mailto:ros-users@lists.ros.org">ros-users@lists.ros.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [ros-users] ROS 2.0 Strategy review<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Hi Aaron,
<div><br>
</div>
<div>Can you clarify? Do you mean "IP of DDS", or IP of something else?  Are DDS algos patented?  There used to be talk of zero-mq-based ROS, but that seems to have disappeared from the table. </div>
<div><br>
</div>
<div>My knee-jerk reaction is to be a bit suspicious of OMG-created technologies; they sound great at first, but are often over-wrought (e.g. corba).  I'd never even heard a whisper about DDS before yesterday; I'm nervous about adopting a technology that has
 not yet gained any acceptance at all in the open-source community.  So, for example, whatever one's opinion of zmq might be, positive or negative, its a "known thing"; many people have used it, there is developer experience, a track record.  There's no such
 track record for DDS -- the proprietary world seems to be the primary consumer of the thing, and their experience with it is secret, and not shared. We don't actually know how well it works (although I admit it sounds really great, based on the wikipedia article).</div>
<div><br>
</div>
<div>Anyway: please clarify: IP of what? And who "owns" that IP, who has rights to it?</div>
<div><br>
</div>
<div>-- Linas.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sat, Sep 26, 2015 at 11:03 AM, Aaron Schiffman via ros-users
<span dir="ltr"><<a href="mailto:ros-users@lists.ros.org" target="_blank">ros-users@lists.ros.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="top">This doesn't feel right sharing my some of my thoughts I held back since Roscon 2014 about ROS 2.0, but here goes:
<div>The ip ownership and patent of the underlying ROS 2.0 distributed udp protocol are of concern as a third party protocol implementor. Yes, ROS.org or OSRF may have explicit legal permission to use said protocol, but it is not truly an open/free platform
 when the public is at the mercy of the IP owner, unless the entire platform is contractually opened up and made free. </div>
<div><br>
</div>
<div>As a ROS protocol implementor Ive personally held off on implementing ROS 2.0 protocols, while waiting to see how it pans out. I am still of the belief that the UDPROS protocol with enhancements can do everything the new protocol can do, but better. That
 really doesn't matter now though. </div>
<div><br>
</div>
<div>I appreciate that osrf took the focus from protocols and put their limited resources to work on tools. In an r&d organization that would be the path I would expect to be the most rewarding, except that I've grown to appreciate think of ROS as a rock that
 the open robotics universe revolves around. Like I think of Linux, as an open operating system, except that ROS is more an open set of design frameworks like tcpip is a standard protocol with many implementors.</div>
<div><br>
</div>
<div>Wish I could be there in Hamburg with you all! The birds of a feather meetings, and the couple hours socializing with drinks were the most influential on my development direction this past year. Watching roscon on YouTube just will not be the same. </div>
<div><br>
</div>
<div>I am so stoked about this upcoming year in Robotics I can hardly contain myself (probably a good reason for me to not be there in October:)</div>
<div><br>
</div>
<div>God bless Roscon 2015 in Hamburg!</div>
<div><br>
</div>
<div>Aaron</div>
<div>
<p><a href="https://overview.mail.yahoo.com/mobile/?.src=Android" target="_blank">Sent from Yahoo Mail on Android</a></p>
</div>
</td>
</tr>
</tbody>
</table>
<br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@lists.ros.org">ros-users@lists.ros.org</a><br>
<a href="http://lists.ros.org/mailman/listinfo/ros-users" rel="noreferrer" target="_blank">http://lists.ros.org/mailman/listinfo/ros-users</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>