From 7eaf2949bdc3ef32355022324fd628bd02d2be2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Gonz=C3=A1lez=20Sieira?= Date: Wed, 11 Apr 2018 13:34:10 +0200 Subject: [PATCH] updated README.md [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6239ef7..6ddc88d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ for planning and navigation problems, like: ## Integration with ROS - Since March 26th, 2018, it is possible to serialize and deserialize [octomap_msgs/Octomap](http://docs.ros.org/jade/api/octomap_msgs/html/msg/Octomap.html) messages used in [ROS](www.ros.org). Thus, it is possible to integrate Octomap in ROS applications written in Java making use of [Rosjava](https://github.com/rosjava). + Since March 26th, 2018, it is possible to serialize and deserialize [octomap_msgs/Octomap](http://docs.ros.org/jade/api/octomap_msgs/html/msg/Octomap.html) messages used in [ROS](www.ros.org). Thus, it is possible to integrate Octomap in ROS applications written in Java + and communicate with other nodes using [Rosjava](https://github.com/rosjava). ![Image of ROS message](http://persoal.citius.usc.es/adrian.gonzalez/static/octomap_msg.png)