Commit graph

21 commits

Author SHA1 Message Date
Jacob Perron
5559dfa221 0.7.4 2020-10-07 10:28:11 -07:00
Jacob Perron
e0bfe46474 0.7.3 2020-07-21 16:47:18 -07:00
Jacob Perron
368cac9420 0.7.2 2020-07-07 20:46:10 -07:00
Jacob Perron
64b0f6750c 0.7.1 2020-06-02 23:44:15 -07:00
Ivan Santiago Paunovic
707470e96d 0.7.0 2020-05-12 21:47:42 +00:00
Jacob Perron
fee15a96af 0.6.0 2020-05-04 17:21:31 -07:00
eboasson
8a1d3fc092
Switch to one participant per context model (#145)
Signed-off-by: Erik Boasson <eb@ilities.com>
2020-04-22 14:01:05 -03:00
Alejandro Hernández Cordero
654f3d46aa
Added rosidl_runtime c and cpp dependencies (#138)
* Replaced rosidl_generator_x with rosidl_runtime_x

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Fixed package.zml

Signed-off-by: ahcorde <ahcorde@gmail.com>
2020-04-10 12:26:45 +02:00
Dan Rose
cf22b2608a
Remove cyclonedds_cmake_module (#139)
Delete cyclonedds_cmake_module package and remove dependencies on it.
This is not needed, since Eclipse Cyclone DDS already provides a package configuration file (CycloneDDSConfig.cmake)
2020-04-09 11:45:50 -05:00
Dan Rose
e261555c39
Clean up package xml dependencies (#132) 2020-04-03 13:12:41 -05:00
Thijs Sassen
137678e99e Updated version to match cyclonedds package
Signed-off-by: Thijs Sassen <thijs.sassen@adlinktech.com>
2020-03-12 14:33:00 +01:00
Michael Carroll
ce34664472
0.4.4
Signed-off-by: Michael Carroll <michael@openrobotics.org>
2019-11-19 23:18:14 -06:00
Michael Carroll
4089feee81
0.4.3
Signed-off-by: Michael Carroll <michael@openrobotics.org>
2019-11-13 07:50:50 -06:00
Scott K Logan
0a1770e1e2 0.4.2 2019-11-01 13:51:51 -07:00
Michael Carroll
de359efb5f
0.4.1
Signed-off-by: Michael Carroll <michael@openrobotics.org>
2019-10-24 08:31:35 -05:00
Dan Rose
b39efafd62 make cyclonedds vender package play nice with colcon (#34)
* Un-vendor cyclonedds

Upstream changes in https://github.com/eclipse-cyclonedds/cyclonedds/pull/256 should make this unnecessary and allow you to clone the package into your ROS workspace.

* Remove obsolete gitignore

* Recommend cloning eclipse-cyclonedds/cyclonedds
2019-09-18 19:49:39 +02:00
Dan Rose
3edf332573 Use rosdep (#32)
* Add Cyclone DDS build dependencies for rosdep

* Update README.md

Change apt install commands to rosdep install.

* build_depend -> buildtool_depend for maven and java

* Add vendor package to build cyclonedds from source

Remove maven and java dependency (thanks, @eboasson)

* remove --symlink-build flag

this obscures the intention of the code and sophisticated users can choose whether to use it or not.

* add rosdep to readme
2019-09-13 11:54:06 +02:00
Scott K Logan
888235e96e Revert "Replace cyclonedds by CycloneDDS for colcon"
This reverts commit 9ba2508bca.

The CycloneDDS package name should conform to the ROS package name
recommendations, and contain no upper-case letters.

Signed-off-by: Scott K Logan <logans@cottsay.net>
2019-08-30 11:26:42 +02:00
Erik Boasson
9ba2508bca Replace cyclonedds by CycloneDDS for colcon
Commit 1200bfd109e4e21ff572ce0c6205cb6c2e247edc in Cyclone DDS changed
the setting of the project name to use a string literal.  That change
affects the capitalization of the name under which colcon looks for
Cyclone, and this commit changes the dependency specification to match.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-08-26 11:47:59 +02:00
Erik Boasson
40a042c6dc replace FastCDR and serialise straight into a serdata to avoid an extra copy 2018-07-19 16:37:12 +02:00
Erik Boasson
01ef31359a initial commit 2018-07-09 13:22:25 +02:00