Skip to content
Snippets Groups Projects
Commit 82308447 authored by ipa-nhg's avatar ipa-nhg
Browse files

Removed extra stl files and fixed indentions

parent 6b8aa5c8
Branches
Tags
No related merge requests found
Showing
with 233 additions and 289 deletions
<?xml version="1.0"?>
<launch>
<!-- robot model -->
......@@ -5,7 +6,7 @@
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
<!-- driver -->
<node name="ur_driver" pkg="ur_driver" type="driver.py" args="ur10" output="screen" />
<node name="ur_driver" pkg="ur_driver" type="driver.py" output="screen" />
<!-- TF Buffer Server -->
<node pkg="tf2_ros" type="buffer_server" name="tf2_buffer_server" output="screen">
......
<?xml version="1.0"?>
<launch>
<!-- robot model -->
......
<?xml version="1.0"?>
<launch>
<param name="use_gui" value="true"/>
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" ></node>
......
<?xml version="1.0"?>
<launch>
<param name="robot_description" command="$(find xacro)/xacro.py '$(find ur_description)/urdf/ur10_robot.urdf.xacro'" />
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
<param name="robot_description" command="$(find xacro)/xacro.py '$(find ur_description)/urdf/ur10_robot.urdf.xacro'" />
</launch>
<?xml version="1.0"?>
<launch>
<param name="robot_description" command="$(find xacro)/xacro.py '$(find ur_description)/urdf/ur5_robot.urdf.xacro'" />
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
</launch>
File deleted
No preview for this file type
File deleted
File deleted
File deleted
No preview for this file type
File deleted
No preview for this file type
File deleted
No preview for this file type
File deleted
......@@ -42,10 +42,6 @@
<turnGravityOff>false</turnGravityOff>
</gazebo>
</xacro:macro>
</robot>
......@@ -43,7 +43,6 @@
<mechanicalReduction>1</mechanicalReduction>
</transmission>
</xacro:macro>
</robot>
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment