Re: [ros-users] Subscribe messages from normal C++ code

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Josh Faust
Date:  
To: ros-users
Subject: Re: [ros-users] Subscribe messages from normal C++ code
ROS is a protocol built on top of XMLRPC and transport layers which
currently use either TCP or UDP. If you wanted to reimplement the topic
portion of roscpp you could, but it's a lot more than just creating a socket
connection.

Josh

2010/6/17 <>

> Hello all,
>
> I am new comer in ROS.
>
> I just finished the tutorial and made Publisher and Subscriber node.
>
> Here is a question.
>
> Can I subscribe messages from normal C++ code without ROS?
> For instance, I want to subscribe "chatter" topic in the tutorial with
> normal socket connection (without ROS subscribe method).
>
> If possible, how can I do it?
>
> Any information is welcome.
>
> Thanks in advance.
>
> Keisuke
>
>
> ------------------------------
> 2010 FIFA World Cup News [Yahoo!Sports/sportsnavi]<http://pr.mail.yahoo.co.jp/southafrica2010/>
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>
>