diff --git a/iisz.urdf b/iisz.urdf
deleted file mode 100644
index cd9918d..0000000
--- a/iisz.urdf
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- transmission_interface/SimpleTransmission
-
- hardware_interface/EffortJointInterface
-
-
- hardware_interface/EffortJointInterface
- 1
-
-
-
- transmission_interface/SimpleTransmission
-
- hardware_interface/EffortJointInterface
-
-
- hardware_interface/EffortJointInterface
- 1
-
-
-
- transmission_interface/SimpleTransmission
-
- hardware_interface/EffortJointInterface
-
-
- hardware_interface/EffortJointInterface
- 1
-
-
-
- transmission_interface/SimpleTransmission
-
- hardware_interface/EffortJointInterface
-
-
- hardware_interface/EffortJointInterface
- 1
-
-
-
- transmission_interface/SimpleTransmission
-
- hardware_interface/EffortJointInterface
-
-
- hardware_interface/EffortJointInterface
- 1
-
-
-
- transmission_interface/SimpleTransmission
-
- hardware_interface/EffortJointInterface
-
-
- hardware_interface/EffortJointInterface
- 1
-
-
-
-
- ign_ros2_control/IgnitionSystem
-
-
-
-
-
-
-
-
-
-
-
-
- -1
- 1
-
-
- -1
- 1
-
-
-
-
-
-
-
- -1
- 1
-
-
- -1
- 1
-
-
-
-
-
-
-
- -1
- 1
-
-
- -1
- 1
-
-
-
-
-
-
-
- -1
- 1
-
-
- -1
- 1
-
-
-
-
-
-
-
- -1
- 1
-
-
- -1
- 1
-
-
-
-
-
-
-
- -1
- 1
-
-
- -1
- 1
-
-
-
-
-
-
-
-
-
-
-
- /home/ros/workspace/install/iisy_config/share/iisy_config/config/iisy_controllers.yml
-
-
-
- 0.2
- 0.2
- Gazebo/Orange
-
-
- 0.2
- 0.2
- Gazebo/Orange
-
-
- 0.2
- 0.2
- Gazebo/Orange
-
-
- 0.2
- 0.2
- Gazebo/Orange
-
-
- 0.2
- 0.2
- Gazebo/Orange
-
-
- 0.2
- 0.2
- Gazebo/Orange
-
-
- 0.2
- 0.2
- Gazebo/Grey
-
-
diff --git a/src/ign_world/launch/gazebo_controller_launch.py b/src/ign_world/launch/gazebo_controller_launch.py
index 11cbb15..715ebf0 100644
--- a/src/ign_world/launch/gazebo_controller_launch.py
+++ b/src/ign_world/launch/gazebo_controller_launch.py
@@ -10,7 +10,7 @@ import xacro
def generate_launch_description():
moveit_config = MoveItConfigsBuilder("iisy", package_name="iisy_config").to_moveit_configs()
-
+
load_joint_state_broadcaster = ExecuteProcess(
cmd=['ros2', 'control', 'load_controller', '--set-state', 'active', 'joint_state_broadcaster'],
output='screen'
@@ -35,7 +35,7 @@ def generate_launch_description():
return LaunchDescription([
IncludeLaunchDescription(
PythonLaunchDescriptionSource(os.path.join(get_package_share_directory('ros_gz_sim'), 'launch', 'gz_sim.launch.py')),
- launch_arguments={'gz_args': '-v 4 -r /home/ros/workspace/src/ign_world/world/gaz_new_test.sdf'}.items(),
+ launch_arguments={'gz_args': '-v 4 -r '+get_package_share_directory('ign_world')+'/world/gaz_new_test.sdf'}.items(),
),
Node(
diff --git a/src/ign_world/launch/moveit_launch.py b/src/ign_world/launch/moveit_launch.py
index 7e284bb..3c9ee52 100644
--- a/src/ign_world/launch/moveit_launch.py
+++ b/src/ign_world/launch/moveit_launch.py
@@ -217,7 +217,7 @@ def generate_launch_description():
#IncludeLaunchDescription(
# PythonLaunchDescriptionSource(os.path.join(pkg_ros_gz_sim, 'launch', 'gz_sim.launch.py')),
- # launch_arguments={'gz_args': '-r /home/ros/workspace/src/ign_world/world/gaz_new_test.sdf'}.items(),
+ # launch_arguments={'gz_args': '-r '+get_package_share_directory('ign_world')+'/world/gaz_new_test.sdf'}.items(),
#),
Node(
diff --git a/src/ign_world/launch/new_launch.py b/src/ign_world/launch/new_launch.py
index 1e545b8..c0b2964 100644
--- a/src/ign_world/launch/new_launch.py
+++ b/src/ign_world/launch/new_launch.py
@@ -15,7 +15,7 @@ def generate_launch_description():
IncludeLaunchDescription(
PythonLaunchDescriptionSource(os.path.join(get_package_share_directory('ros_gz_sim'), 'launch', 'gz_sim.launch.py')),
- launch_arguments={'gz_args': '-v 4 -r /home/ros/workspace/src/ign_world/world/gaz_new_test.sdf'}.items(),
+ launch_arguments={'gz_args': '-v 4 -r '+get_package_share_directory('ign_world')+'/world/gaz_new_test.sdf'}.items(),
),
Node(
diff --git a/src/iisy_config/config/iisy.urdf b/src/iisy_config/config/iisy.urdf
index 8508066..5f88870 100644
--- a/src/iisy_config/config/iisy.urdf
+++ b/src/iisy_config/config/iisy.urdf
@@ -9,24 +9,24 @@
-
+
-
+
-
+
-
+
@@ -44,7 +44,7 @@
-
+
@@ -56,12 +56,12 @@
-
+
-
+
@@ -79,7 +79,7 @@
-
+
@@ -91,12 +91,12 @@
-
+
-
+
@@ -108,12 +108,12 @@
-
+
-
+
@@ -125,12 +125,12 @@
-
+
-
+