Open rhyolight opened 10 years ago
:+1:
Possibly tie this in with Rapyuta http://rapyuta.org/ (A Cloud Robotics Platform).
Conveniently it has a public AMI to use (EU-West/Ireland). Custom AMIs can also be built (http://rapyuta.org/maintainer_resources).
Wow, that looks real cool @rcrowder Thanks for sharing! ..oh, now I see I never got it upstream. I have an implementation of "ROSencoder" that somewhat simulates the Publisher/Lister ROS nodes; but I plan a rewrite soon to ROSRegions which would be much better solution.
Is anyone still interested in this?
@iandanforth This was your idea, right?
I think I came with this idea back then.. I wonder if I have some functional code laying around.
There's one question to decide: "make NuPIC a ROS node":
I'd prefer the first for flexibility, although some most-common usecases "apps" can be made available also.
Whatever it ends up being, it should not be a part of the nupic codebase. This should be maintained as an adaptor in a separate repository.
vThis should be maintained as an adaptor in a separate repository.
nupic.ros then? btw, what is nupic/bindings (swig) for? Apart for "our" use of nupic-nupic.core? I was of the idea that bindings to another languages would go there (ie. part for nupic.core)
nupic.ros then?
Fine by me, but some people don't like that naming.convention.
btw, what is nupic/bindings (swig) for? Apart for "our" use of nupic-nupic.core? I was of the idea that bindings to another languages would go there (ie. part for nupic.core)
Yes, that is the idea. There could eventually be bindings at bindings/ruby
or bindings/java
or whatever. Also this allows any other Python projects to bind to nupic.core
if someone wants to create their own OPF-style library, which would be cool.
From: https://issues.numenta.org/browse/NPC-269
Add support for ROS (Robotic OS) APIs, this will give us a huge variety of :
Make NuPIC act as a ROS node.