From c8c75221c5e35dd8ee12a4066b168846ea924721 Mon Sep 17 00:00:00 2001 From: Nikhilesh Alatur Date: Wed, 29 Nov 2023 18:14:24 +0100 Subject: [PATCH 1/2] Add flag to disable bota offset in sim. --- moma_gazebo/launch/panda_moma_corner.launch | 2 ++ moveit_configs/panda_moveit_config/launch/gazebo.launch | 2 ++ .../panda_moveit_config/launch/robot_description.launch | 7 ++++--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/moma_gazebo/launch/panda_moma_corner.launch b/moma_gazebo/launch/panda_moma_corner.launch index b2c87425..8dbf95fb 100644 --- a/moma_gazebo/launch/panda_moma_corner.launch +++ b/moma_gazebo/launch/panda_moma_corner.launch @@ -2,6 +2,7 @@ + @@ -12,6 +13,7 @@ + diff --git a/moveit_configs/panda_moveit_config/launch/gazebo.launch b/moveit_configs/panda_moveit_config/launch/gazebo.launch index 17880242..353bd123 100644 --- a/moveit_configs/panda_moveit_config/launch/gazebo.launch +++ b/moveit_configs/panda_moveit_config/launch/gazebo.launch @@ -7,6 +7,7 @@ + @@ -41,6 +42,7 @@ + diff --git a/moveit_configs/panda_moveit_config/launch/robot_description.launch b/moveit_configs/panda_moveit_config/launch/robot_description.launch index d392bc87..9151724f 100644 --- a/moveit_configs/panda_moveit_config/launch/robot_description.launch +++ b/moveit_configs/panda_moveit_config/launch/robot_description.launch @@ -3,13 +3,14 @@ - > + + + command="xacro '$(find moma_description)/urdf/panda.urdf.xacro' hand:=$(arg load_gripper) arm_id:=$(arg arm_id) gazebo:=$(arg gazebo) $(arg xacro_args) use_bota:=$(arg use_bota)" /> - \ No newline at end of file + \ No newline at end of file From 582514f097274edb07619fb4ad9a6ff7c528b946 Mon Sep 17 00:00:00 2001 From: Casimir-Feldmann Date: Wed, 29 Nov 2023 19:41:16 +0100 Subject: [PATCH 2/2] fixed syntax error --- .../panda_moveit_config/launch/robot_description.launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moveit_configs/panda_moveit_config/launch/robot_description.launch b/moveit_configs/panda_moveit_config/launch/robot_description.launch index 9151724f..82c0d1ad 100644 --- a/moveit_configs/panda_moveit_config/launch/robot_description.launch +++ b/moveit_configs/panda_moveit_config/launch/robot_description.launch @@ -13,4 +13,4 @@ - \ No newline at end of file + \ No newline at end of file