diff --git a/src/btree_robot/src/robot_test.cpp b/src/btree_robot/src/robot_test.cpp index 50a6327..057fcc3 100644 --- a/src/btree_robot/src/robot_test.cpp +++ b/src/btree_robot/src/robot_test.cpp @@ -90,7 +90,7 @@ int main(int argc, char** argv) // Visualization // ^^^^^^^^^^^^^ namespace rvt = rviz_visual_tools; - moveit_visual_tools::MoveItVisualTools visual_tools(move_group_node, "base_bottom", "move_group_tutorial", + moveit_visual_tools::MoveItVisualTools visual_tools(move_group_node, "base_bottom", "iisy", move_group.getRobotModel()); visual_tools.deleteAllMarkers(); diff --git a/src/iisy_config/launch/debug.launch.py b/src/iisy_config/launch/debug.launch.py index b50db80..97da2fa 100644 --- a/src/iisy_config/launch/debug.launch.py +++ b/src/iisy_config/launch/debug.launch.py @@ -38,7 +38,6 @@ def generate_launch_description(): ) return LaunchDescription([ - bringup, SetEnvironmentVariable(name='LIBGL_ALWAYS_SOFTWARE', value='true'), IncludeLaunchDescription( @@ -52,5 +51,7 @@ def generate_launch_description(): IncludeLaunchDescription( PythonLaunchDescriptionSource(os.path.join(pkg_gazebo_ros, 'launch', 'gzclient.launch.py')) ), - spawn_entity + + spawn_entity, + bringup, ]) \ No newline at end of file diff --git a/src/iisy_config/launch/lbr_move_group.launch.py b/src/iisy_config/launch/lbr_move_group.launch.py index 3043ee9..c7bbf0b 100644 --- a/src/iisy_config/launch/lbr_move_group.launch.py +++ b/src/iisy_config/launch/lbr_move_group.launch.py @@ -139,9 +139,23 @@ def launch_setup(context, *args, **kwargs): ] ) + # MoveGroupInterface demo executable + move_group_demo = Node( + name="btree_robot", + package="btree_robot", + executable="robot_test", + output="screen", + parameters=[ + robot_description, + robot_description_semantic, + kinematics_yaml, + ], + ) + return [ move_group_node, - rviz + rviz, + move_group_demo ] def generate_launch_description(): diff --git a/src/iisy_config/srdf/iisy.srdf b/src/iisy_config/srdf/iisy.srdf index 9296ecc..4bf3602 100644 --- a/src/iisy_config/srdf/iisy.srdf +++ b/src/iisy_config/srdf/iisy.srdf @@ -27,7 +27,7 @@ - + diff --git a/src/iisy_config/urdf/iisy.urdf b/src/iisy_config/urdf/iisy.urdf index 4928f64..5c3173f 100644 --- a/src/iisy_config/urdf/iisy.urdf +++ b/src/iisy_config/urdf/iisy.urdf @@ -5,7 +5,7 @@ - + @@ -18,9 +18,9 @@ - + - + @@ -38,9 +38,9 @@ - + - + @@ -57,9 +57,9 @@ - + - + @@ -77,9 +77,9 @@ - + - + @@ -96,9 +96,9 @@ - + - + @@ -115,9 +115,9 @@ - + - + @@ -134,9 +134,9 @@ - + - + @@ -148,11 +148,11 @@ - + - + @@ -362,7 +362,7 @@ - + 0.2 0.2 Gazebo/Orange diff --git a/src/moveit_visual_tools b/src/moveit_visual_tools new file mode 160000 index 0000000..ef16670 --- /dev/null +++ b/src/moveit_visual_tools @@ -0,0 +1 @@ +Subproject commit ef16670fab41acb5a9f265ce2de6d7875c6358eb