-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separating node from computation #6
Separating node from computation #6
Conversation
31f3651
to
be973ca
Compare
Now it compiles on a machine with ros Kinetic installed. |
Hi Jeremie,
Sorry for the late response. I've been quite busy lately. I'll try to get a
look at your commits and come back to you.
Thanks for the work done here!
Best
JAvi
Javier G. Monroy
PostDoc Researcher at MAPIR <http://mapir.isa.uma.es/> lab
University of Malaga
http://mapir.isa.uma.es/jgmonroy
…On Thu, Jun 22, 2017 at 10:14 PM, Jeremie Deray ***@***.***> wrote:
Now it compile on a machine with ros Kinetic installed.
There is still some work and a lot of testing.
Again looking forward for feedback.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFpWNnpQcr7LuFRfXQDRvFNPzj1rfRxQks5sGss9gaJpZM4NcOOR>
.
|
ecf6d08
to
07c9a7b
Compare
Hi @JGMonroy , As a recall its main purpose is only to separate the computation (mostly unchanged) from the ros node. Best. |
!! This is a work in progress !!
It aims at separating the node from the main computation hence an attempt at exposing a clear API (#5).
Looking forward for feedback.