From 65fc0709abcbe5216fab69ba1e87802beabfc05a Mon Sep 17 00:00:00 2001 From: ahcorde Date: Thu, 4 Feb 2021 08:09:45 +0100 Subject: [PATCH] Improved description Signed-off-by: ahcorde --- rrbot_gazebo/package.xml | 4 +++- rrbot_moveit_demo_nodes/package.xml | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rrbot_gazebo/package.xml b/rrbot_gazebo/package.xml index 74bf2f1..ac398e9 100644 --- a/rrbot_gazebo/package.xml +++ b/rrbot_gazebo/package.xml @@ -3,7 +3,9 @@ rrbot_gazebo 0.0.0 - rrbot_gazebo + + Launch files and worlds to launch the rrbot in Gazebo, this will publish the joint states in ROS 2. + Dave Coleman BSD diff --git a/rrbot_moveit_demo_nodes/package.xml b/rrbot_moveit_demo_nodes/package.xml index d4ffcd5..e3799b8 100644 --- a/rrbot_moveit_demo_nodes/package.xml +++ b/rrbot_moveit_demo_nodes/package.xml @@ -3,7 +3,10 @@ rrbot_moveit_demo_nodes 0.0.0 - Config and launch files to run rrbot demos with ROS 2, gazebo and moveit2 + + Config and launch files to run a MoveIt2 demo with the rrbot. + This example will use Gazebo classic to simulate the robot and ROS 2 to communicate the rrbot with MoveIt2. + Alejandro Hernández Apache 2 BSD