diff --git a/urc_arm/launch/sim.launch.py b/urc_arm/launch/sim.launch.py index 46ec2ee3..b27bc4c8 100644 --- a/urc_arm/launch/sim.launch.py +++ b/urc_arm/launch/sim.launch.py @@ -33,7 +33,10 @@ def generate_launch_description(): PythonLaunchDescriptionSource( os.path.join(pkg_gazebo_ros, "launch", "gazebo.launch.py"), ), - launch_arguments={"use_sim_time": "true"}.items(), # "world": world_path + launch_arguments={ + "use_sim_time": "true", + "verbose": "true", + }.items(), # "world": world_path ) robot_state_publisher_launch = IncludeLaunchDescription( PythonLaunchDescriptionSource( @@ -86,6 +89,6 @@ def generate_launch_description(): robot_state_publisher_launch, # movegroup_launch, gazebo, - # spawn_robot, + spawn_robot, ] ) diff --git a/urc_arm_models/urdf/walli_arm_v2_block/robot.urdf b/urc_arm_models/urdf/walli_arm_v2_block/robot.urdf index 58bb3251..1ef20cb0 100644 --- a/urc_arm_models/urdf/walli_arm_v2_block/robot.urdf +++ b/urc_arm_models/urdf/walli_arm_v2_block/robot.urdf @@ -1,9 +1,18 @@ + + + + + + + + - + @@ -12,7 +21,8 @@ - + @@ -28,7 +38,8 @@ - + @@ -37,7 +48,8 @@ - + @@ -54,7 +66,8 @@ - + @@ -63,7 +76,8 @@ - + @@ -80,7 +94,8 @@ - + @@ -89,7 +104,8 @@ - + @@ -105,7 +121,8 @@ - + @@ -114,7 +131,8 @@ - + @@ -131,7 +149,8 @@ - + @@ -140,7 +159,8 @@ - + @@ -162,7 +182,7 @@ + rpy="-1.570796326794896558 8.3605634952174458232e-7 -1.2325951644084604355e-7" />g @@ -178,7 +198,7 @@ - + diff --git a/walli_arm_v2_block_moveit_config/package.xml b/walli_arm_v2_block_moveit_config/package.xml index 58349589..84b3a909 100644 --- a/walli_arm_v2_block_moveit_config/package.xml +++ b/walli_arm_v2_block_moveit_config/package.xml @@ -45,5 +45,6 @@ ament_cmake + \ No newline at end of file