-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #518 from gavanderhoorn/gazebo_updates
Main improvements: - follow ROS-I naming and package layout conventions - clean up xacros (naming, whitespace, etc) - treat (the virtual robot in) Gazebo as much as possible as just another UR variant (so we get to reuse workflow, settings and `.launch` files as much as possible) - improve comments in `.xacro` files - clean up "public API" of `ur_gazebo` (ie: `.launch` and `_macro.xacro` files )
- Loading branch information
Showing
52 changed files
with
1,217 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: &loop_hz 125 | ||
|
||
pos_joint_traj_controller: | ||
type: position_controllers/JointTrajectoryController | ||
joints: &robot_joints | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
constraints: | ||
goal_time: 0.6 | ||
stopped_velocity_tolerance: 0.05 | ||
shoulder_pan_joint: {trajectory: 0.1, goal: 0.1} | ||
shoulder_lift_joint: {trajectory: 0.1, goal: 0.1} | ||
elbow_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_1_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_2_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_3_joint: {trajectory: 0.1, goal: 0.1} | ||
stop_trajectory_duration: 0.5 | ||
state_publish_rate: *loop_hz | ||
action_monitor_rate: 10 | ||
|
||
joint_group_pos_controller: | ||
type: position_controllers/JointGroupPositionController | ||
joints: *robot_joints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: &loop_hz 500 | ||
|
||
pos_joint_traj_controller: | ||
type: position_controllers/JointTrajectoryController | ||
joints: &robot_joints | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
constraints: | ||
goal_time: 0.6 | ||
stopped_velocity_tolerance: 0.05 | ||
shoulder_pan_joint: {trajectory: 0.1, goal: 0.1} | ||
shoulder_lift_joint: {trajectory: 0.1, goal: 0.1} | ||
elbow_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_1_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_2_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_3_joint: {trajectory: 0.1, goal: 0.1} | ||
stop_trajectory_duration: 0.5 | ||
state_publish_rate: *loop_hz | ||
action_monitor_rate: 10 | ||
|
||
joint_group_pos_controller: | ||
type: position_controllers/JointGroupPositionController | ||
joints: *robot_joints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: &loop_hz 500 | ||
|
||
pos_joint_traj_controller: | ||
type: position_controllers/JointTrajectoryController | ||
joints: &robot_joints | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
constraints: | ||
goal_time: 0.6 | ||
stopped_velocity_tolerance: 0.05 | ||
shoulder_pan_joint: {trajectory: 0.1, goal: 0.1} | ||
shoulder_lift_joint: {trajectory: 0.1, goal: 0.1} | ||
elbow_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_1_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_2_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_3_joint: {trajectory: 0.1, goal: 0.1} | ||
stop_trajectory_duration: 0.5 | ||
state_publish_rate: *loop_hz | ||
action_monitor_rate: 10 | ||
|
||
joint_group_pos_controller: | ||
type: position_controllers/JointGroupPositionController | ||
joints: *robot_joints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: &loop_hz 125 | ||
|
||
pos_joint_traj_controller: | ||
type: position_controllers/JointTrajectoryController | ||
joints: &robot_joints | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
constraints: | ||
goal_time: 0.6 | ||
stopped_velocity_tolerance: 0.05 | ||
shoulder_pan_joint: {trajectory: 0.1, goal: 0.1} | ||
shoulder_lift_joint: {trajectory: 0.1, goal: 0.1} | ||
elbow_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_1_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_2_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_3_joint: {trajectory: 0.1, goal: 0.1} | ||
stop_trajectory_duration: 0.5 | ||
state_publish_rate: *loop_hz | ||
action_monitor_rate: 10 | ||
|
||
joint_group_pos_controller: | ||
type: position_controllers/JointGroupPositionController | ||
joints: *robot_joints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: &loop_hz 500 | ||
|
||
pos_joint_traj_controller: | ||
type: position_controllers/JointTrajectoryController | ||
joints: &robot_joints | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
constraints: | ||
goal_time: 0.6 | ||
stopped_velocity_tolerance: 0.05 | ||
shoulder_pan_joint: {trajectory: 0.1, goal: 0.1} | ||
shoulder_lift_joint: {trajectory: 0.1, goal: 0.1} | ||
elbow_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_1_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_2_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_3_joint: {trajectory: 0.1, goal: 0.1} | ||
stop_trajectory_duration: 0.5 | ||
state_publish_rate: *loop_hz | ||
action_monitor_rate: 10 | ||
|
||
joint_group_pos_controller: | ||
type: position_controllers/JointGroupPositionController | ||
joints: *robot_joints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: &loop_hz 125 | ||
|
||
pos_joint_traj_controller: | ||
type: position_controllers/JointTrajectoryController | ||
joints: &robot_joints | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
constraints: | ||
goal_time: 0.6 | ||
stopped_velocity_tolerance: 0.05 | ||
shoulder_pan_joint: {trajectory: 0.1, goal: 0.1} | ||
shoulder_lift_joint: {trajectory: 0.1, goal: 0.1} | ||
elbow_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_1_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_2_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_3_joint: {trajectory: 0.1, goal: 0.1} | ||
stop_trajectory_duration: 0.5 | ||
state_publish_rate: *loop_hz | ||
action_monitor_rate: 10 | ||
|
||
joint_group_pos_controller: | ||
type: position_controllers/JointGroupPositionController | ||
joints: *robot_joints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: &loop_hz 500 | ||
|
||
pos_joint_traj_controller: | ||
type: position_controllers/JointTrajectoryController | ||
joints: &robot_joints | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
constraints: | ||
goal_time: 0.6 | ||
stopped_velocity_tolerance: 0.05 | ||
shoulder_pan_joint: {trajectory: 0.1, goal: 0.1} | ||
shoulder_lift_joint: {trajectory: 0.1, goal: 0.1} | ||
elbow_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_1_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_2_joint: {trajectory: 0.1, goal: 0.1} | ||
wrist_3_joint: {trajectory: 0.1, goal: 0.1} | ||
stop_trajectory_duration: 0.5 | ||
state_publish_rate: *loop_hz | ||
action_monitor_rate: 10 | ||
|
||
joint_group_pos_controller: | ||
type: position_controllers/JointGroupPositionController | ||
joints: *robot_joints |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.