Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing velocity interface #11

Open
wants to merge 1 commit into
base: F_#SRC-4392_UR10_CoG
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ur_description/urdf/ur10_robot.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<robot xmlns:xacro="http://wiki.ros.org/xacro"
name="ur10" >

<xacro:arg name="transmission_hw_interface" default="hardware_interface/PositionJointInterface"/>
<xacro:arg name="transmission_hw_interface" default="hardware_interface/VelocityJointInterface"/>

<!-- common stuff -->
<xacro:include filename="$(find ur_description)/urdf/common.gazebo.xacro" />
Expand Down
2 changes: 1 addition & 1 deletion ur_e_description/urdf/ur10e.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
wrist_1_lower_limit:=${-pi} wrist_1_upper_limit:=${pi}
wrist_2_lower_limit:=${-pi} wrist_2_upper_limit:=${pi}
wrist_3_lower_limit:=${-pi} wrist_3_upper_limit:=${pi}
transmission_hw_interface:=hardware_interface/PositionJointInterface
transmission_hw_interface:=hardware_interface/VelocityJointInterface
safety_limits:=false safety_pos_margin:=0.15
safety_k_position:=20
kinematics_file">
Expand Down