Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
twins-controller
Commits
455dd51b
Commit
455dd51b
authored
Jan 22, 2021
by
Jayant Khatkar
Browse files
remove simulation because it wasn't responding to python code which works on real hardware (
#5
)
parent
adbad589
Changes
2
Hide whitespace changes
Inline
Side-by-side
launch/r1_bringup.launch
View file @
455dd51b
...
...
@@ -8,6 +8,8 @@
<include
file=
"$(find ur_robot_driver)/launch/ur5e_bringup.launch"
>
<arg
name=
"robot_ip"
value=
"$(arg robot_ip)"
/>
<arg
name=
"kinematics_config"
value=
"$(arg kinematics_config)"
/>
<arg
name=
"reverse_port"
value=
"50003"
/>
<arg
name=
"script_sender_port"
value=
"50004"
/>
</include>
<!-- MOVEIT WRAPPER -->
...
...
launch/sim2xbringup.launch
deleted
100644 → 0
View file @
adbad589
<?xml version="1.0"?>
<launch>
<!-- ROBOT 1 -->
<group
ns=
"r1"
>
<include
file=
"$(find ur5_e_moveit_config)/launch/demo.launch"
/>
</group>
<!-- ROBOT 2 -->
<group
ns=
"r2"
>
<include
file=
"$(find ur5_e_moveit_config)/launch/demo.launch"
/>
</group>
</launch>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment