8000 Tags · entern2017/orogen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: entern2017/orogen

Tags

v2.7.0-rc4

Toggle v2.7.0-rc4's commit message
template: add CATKIN_IGNORE so the template dir is never considered a…

…s a real package

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

v2.7.0-rc3

Toggle v2.7.0-rc3's commit message
fix orogen executable permissions

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

v2.7.0-rc2

Toggle v2.7.0-rc2's commit message
cmake: small changes to fix some building issues

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

stable-20140120

Toggle stable-20140120's commit message
Merge remote-tracking branch 'autobuild/stable' into next

v2.7.0-rc1

Toggle v2.7.0-rc1's commit message
Preparing 2.7.0 release

Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>

stable-20130909

Toggle stable-20130909's commit message
ros: don't generate array convertion methods for base types

Those are handled by generic templates. It fixes a problem with
arrays of bools, which are converted on the ROS side to std::vector<bool>

It also probably improves performance quite a lot, since we do not need
to call toROS/fromROS one time per element.

v2.6.0

Toggle v2.6.0's commit message
Released v2.6.0

stable-20121013

Toggle stable-20121013's commit message
gen: fix pattern matching to allow typelist parsing to handle all kno…

…wn formats

stable-20120808

Toggle stable-20120808's commit message
Merge remote-tracking branch 'autobuild/master' into next

stable-20120222

Toggle stable-20120222's commit message
spec: display whether a task needs configuration or not when pretty-p…

…rinting
0