Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New eclass: ros-catkin.eclass, new USE_EXPAND: ROS_MESSAGES, new categories: dev-ros and ros-meta for review.
Date: Thu, 17 Sep 2015 16:38:20
Message-Id: 20150917183806.27dfbc71@gentoo.org
In Reply to: [gentoo-dev] New eclass: ros-catkin.eclass, new USE_EXPAND: ROS_MESSAGES, new categories: dev-ros and ros-meta for review. by Alexis Ballier
1 On Thu, 17 Sep 2015 18:36:06 +0200
2 Alexis Ballier <aballier@g.o> wrote:
3 > ROS_MESSAGES will be a new USE_EXPANDed variable: ROS is message
4 > based, processes write and listen to some topic, and a topic is typed
5 > with a message. Messages are defined by simple text files but are then
6 > pre-processed for easy usage in C++, Python & co.
7
8 I've been too quick here:
9 ros_messages_*** useflags are then used to control whether to build
10 those language "bindings".