Skip to content
Snippets Groups Projects
Commit 5ccd94cd authored by Shaun Edwards's avatar Shaun Edwards
Browse files

Added launch/configuration files for using real robot. Updated joint limits...

Added launch/configuration files for using real robot.  Updated joint limits to velocity limits of the driver (all of which can be configured to make the robot move faster)
parent a807c285
Branches
Tags
No related merge requests found
joint_limits:
elbow_joint:
has_velocity_limits: true
max_velocity: 1.0
max_velocity: 0.45
has_acceleration_limits: true
max_acceleration: 1.0
shoulder_lift_joint:
has_velocity_limits: true
max_velocity: 1.0
max_velocity: 0.45
has_acceleration_limits: true
max_acceleration: 1.0
shoulder_pan_joint:
has_velocity_limits: true
max_velocity: 1.0
max_velocity: 0.45
has_acceleration_limits: true
max_acceleration: 1.0
wrist_1_joint:
has_velocity_limits: true
max_velocity: 1.0
max_velocity: 0.45
has_acceleration_limits: true
max_acceleration: 1.0
wrist_2_joint:
has_velocity_limits: true
max_velocity: 1.0
max_velocity: 0.45
has_acceleration_limits: true
max_acceleration: 1.0
wrist_3_joint:
has_velocity_limits: true
max_velocity: 1.0
max_velocity: 0.45
has_acceleration_limits: true
max_acceleration: 1.0
\ No newline at end of file
max_acceleration: 1.0
<launch>
<arg name="moveit_controller_manager"
default="pr2_moveit_controller_manager/Pr2MoveItControllerManager"/>
<param name="moveit_controller_manager"
value="$(arg moveit_controller_manager)"/>
<arg name="controller_manager_name"
default="pr2_controller_manager" />
<param name="controller_manager_name"
value="$(arg controller_manager_name)"/>
<arg name="use_controller_manager" default="false" />
<param name="use_controller_manager"
value="$(arg use_controller_manager)" />
<rosparam file="$(find ur5_moveit_config)/config/controllers.yaml"/>
</launch>
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