Re: [ros-users] [Ros-developers] ROS messages outside ROS no…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: Re: [ros-users] [Ros-developers] ROS messages outside ROS nodes
On Mon, Dec 5, 2011 at 5:42 PM, Trevor Jay <> wrote:

> Very interesting. You mentioned re-factoring the build system and I
> noticed you're including the Pose headers and ROS serializer directly.
> Is the idea that you'll support other messages by processing the .msg
> files much as mainline ROS does?



I'm not sure I follow your question. Behind this demo is a lot of
refactoring, much of which does involve message generation, all of which
involves reducing dependencies and increasing modularity and the
"standardness" of what we do (i.e. FHS-compatible filesystem layouts,
proper install targets, out of source builds, reduced dependencies on
environment variables...). If you can give me an example case, hopefull I
can give a better answer.

-t