Roscon Sketching

23 views
Skip to first unread message

Daniel Stonier

unread,
May 18, 2012, 12:13:52 PM5/18/12
to ros-s...@googlegroups.com

Jeff,

Would you like to get together at Roscon to talk in more detail about how we might plan some development over the next few months? Is anyone else on this list also at Roscon?

It would also be great if we can steal Dirk for a couple of minutes to debrief us on what they are planning for ROS 2.0 middleware and beyond.

For the most part, I will be in the demo area for Yujin Robot over the weekend.

Regards,
Daniel.

Jeff Rousseau

unread,
May 18, 2012, 3:05:42 PM5/18/12
to ros-s...@googlegroups.com

Sounds good. Besides the mm talk I'm free either day.

Jack O'Quin

unread,
May 18, 2012, 4:33:38 PM5/18/12
to ros-s...@googlegroups.com
On Fri, May 18, 2012 at 2:05 PM, Jeff Rousseau <jrou...@cs.uml.edu> wrote:
> Sounds good. Besides the mm talk I'm free either day.
>
> On May 18, 2012 11:13 AM, "Daniel Stonier" <d.st...@gmail.com> wrote:
>>
>>
>> Jeff,
>>
>> Would you like to get together at Roscon to talk in more detail about how
>> we might plan some development over the next few months? Is anyone else on
>> this list also at Roscon?

I'll be there.
--
 joq

Jeff Rousseau

unread,
May 19, 2012, 4:42:03 PM5/19/12
to ros-s...@googlegroups.com

12:30 (right after the mm talk) work? I'd like to meet up with the ROS 2.0 folks as well

Jack O'Quin

unread,
May 19, 2012, 11:18:44 PM5/19/12
to ros-s...@googlegroups.com
On Sat, May 19, 2012 at 3:42 PM, Jeff Rousseau <jrou...@cs.uml.edu> wrote:
> 12:30 (right after the mm talk) work? I'd like to meet up with the ROS 2.0
> folks as well

Sounds good. See you then.
--
 joq

Armstrong-Crews, Nicholas - 1002 - MITLL

unread,
May 19, 2012, 11:56:17 PM5/19/12
to ros-s...@googlegroups.com
I'm in, see you tomorrow.

-N

Armstrong-Crews, Nicholas - 1002 - MITLL

unread,
May 20, 2012, 3:53:11 PM5/20/12
to ros-s...@googlegroups.com
Jeff, could you tell us the secret one-line change that caused foreign_relay to "not explode" ???

Thx,
-N

-----Original Message-----
From: ros-s...@googlegroups.com [mailto:ros-s...@googlegroups.com] On Behalf Of Jack O'Quin
Sent: Saturday, May 19, 2012 11:19 PM
To: ros-s...@googlegroups.com
Subject: Re: [ros-sig-mm] Roscon Sketching

Jeff Rousseau

unread,
May 20, 2012, 5:01:31 PM5/20/12
to ros-s...@googlegroups.com
Here's a diff:

@@ -25,10 +26,17 @@
     else:
         sub_uri = os.environ['ROS_MASTER_URI']
         adv_uri = foreign_master_uri
+    print ("sub "+sub_uri)
+    print ("adv "+adv_uri)
     server_sub = xmlrpclib.ServerProxy(sub_uri)
     server_adv = xmlrpclib.ServerProxy(adv_uri)
     while 1:
-        code, msg, topics = server_sub.getPublishedTopics('', '')
+        try:
+            code, msg, topics = server_sub.getPublishedTopics('', '')
+        except socket.error, (value,message):
+            print message
+            time.sleep(update_period)
+            continue
         # Determine the type of the topic
         type = None
         for t in topics:

No magic, 'just doing some exception handling 
Reply all
Reply to author
Forward
0 new messages