-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
55 additions
and
113 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,19 @@ moveit_setup_assistant_config: | |
package_settings: | ||
author_name: mhubii | ||
author_email: [email protected] | ||
generated_timestamp: 1686315597 | ||
generated_timestamp: 1690640936 | ||
control_xacro: | ||
command: | ||
[] | ||
- position | ||
state: | ||
[] | ||
- position | ||
- velocity | ||
modified_urdf: | ||
xacros: | ||
- control_xacro | ||
control_xacro: | ||
command: | ||
[] | ||
- position | ||
state: | ||
[] | ||
- position | ||
- velocity |
10 changes: 0 additions & 10 deletions
10
lbr_moveit_config/med14_moveit_config/config/initial_positions.yaml
This file was deleted.
Oops, something went wrong.
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
28 changes: 0 additions & 28 deletions
28
lbr_moveit_config/med14_moveit_config/config/med14.ros2_control.xacro
This file was deleted.
Oops, something went wrong.
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
14 changes: 0 additions & 14 deletions
14
lbr_moveit_config/med14_moveit_config/config/med14.urdf.xacro
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
lbr_moveit_config/med14_moveit_config/config/moveit_controllers.yaml
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,20 @@ | ||
# MoveIt uses this configuration for controller management | ||
|
||
moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager | ||
|
||
moveit_simple_controller_manager: | ||
controller_names: | ||
- position_trajectory_controller | ||
|
||
position_trajectory_controller: | ||
type: FollowJointTrajectory | ||
action_ns: follow_joint_trajectory | ||
default: true | ||
joints: | ||
- lbr_joint_0 | ||
- lbr_joint_1 | ||
- lbr_joint_2 | ||
- lbr_joint_3 | ||
- lbr_joint_4 | ||
- lbr_joint_5 | ||
- lbr_joint_6 |
This file was deleted.
Oops, something went wrong.
14 changes: 13 additions & 1 deletion
14
lbr_moveit_config/med14_moveit_config/launch/move_group.launch.py
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 |
---|---|---|
@@ -1,7 +1,19 @@ | ||
import os | ||
|
||
from ament_index_python import get_package_share_directory | ||
from moveit_configs_utils import MoveItConfigsBuilder | ||
from moveit_configs_utils.launches import generate_move_group_launch | ||
|
||
|
||
def generate_launch_description(): | ||
moveit_config = MoveItConfigsBuilder("med14", package_name="med14_moveit_config").to_moveit_configs() | ||
moveit_config = ( | ||
MoveItConfigsBuilder("med14", package_name="med14_moveit_config") | ||
.robot_description( | ||
os.path.join( | ||
get_package_share_directory("lbr_description"), | ||
"urdf/med14/med14.urdf.xacro", | ||
) | ||
) | ||
.to_moveit_configs() | ||
) | ||
return generate_move_group_launch(moveit_config) |
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
lbr_moveit_config/med14_moveit_config/launch/spawn_controllers.launch.py
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
lbr_moveit_config/med14_moveit_config/launch/static_virtual_joint_tfs.launch.py
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
lbr_moveit_config/med14_moveit_config/launch/warehouse_db.launch.py
This file was deleted.
Oops, something went wrong.
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