Re: [ros-users] Can ROS run on a embedded system?

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: Re: [ros-users] Can ROS run on a embedded system?
Depending on your needs, you might be able to use a proxy node like
rosbridge ( http://www.ros.org/wiki/rosbridge ). All your embedded
environment would need to support would be a socket library and
(optionally) a JSON library. The throttling capabilities of rosbridge
are especially useful if processing power is at a premium.

I'm obviously more than a bit bias, but I've found writing pure-C
clients, especially special purpose clients that just listen or
publish to one message type, pretty easy to write.

_Trevor