Skip to content

Commit

Permalink
Rename Panda Controller Files (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
DLu committed Apr 5, 2022
1 parent 71a82c6 commit 01f018f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panda_moveit_config/launch/demo.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def generate_launch_description():
MoveItConfigsBuilder("moveit_resources_panda")
.robot_description(file_path="config/panda.urdf.xacro")
.robot_description_semantic(file_path="config/panda.srdf")
.trajectory_execution(file_path="config/panda_gripper_controllers.yaml")
.trajectory_execution(file_path="config/gripper_moveit_controllers.yaml")
.to_moveit_configs()
)

Expand Down Expand Up @@ -94,7 +94,7 @@ def generate_launch_description():
ros2_controllers_path = os.path.join(
get_package_share_directory("moveit_resources_panda_moveit_config"),
"config",
"panda_ros2_controllers.yaml",
"ros2_controllers.yaml",
)
ros2_control_node = Node(
package="controller_manager",
Expand Down

0 comments on commit 01f018f

Please sign in to comment.