Skip to content

Commit 2409688

Browse files
committed
june25
1 parent 48d32b8 commit 2409688

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ur_bringup/launch/ur_control.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 PickNik, Inc.
1+
ls# Copyright (c) 2021 PickNik, Inc.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions are met:

ur_moveit_config/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ install(DIRECTORY config launch rviz srdf
1212
ament_python_install_package(${PROJECT_NAME})
1313
ament_python_install_module(${PROJECT_NAME}/launch_common.py)
1414

15-
ament_package()
15+
ament_package()

ur_moveit_config/config/controllers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ controller_names:
66
scaled_joint_trajectory_controller:
77
action_ns: follow_joint_trajectory
88
type: FollowJointTrajectory
9-
default: true
9+
default: false
1010
joints:
1111
- shoulder_pan_joint
1212
- shoulder_lift_joint
@@ -19,7 +19,7 @@ scaled_joint_trajectory_controller:
1919
joint_trajectory_controller:
2020
action_ns: follow_joint_trajectory
2121
type: FollowJointTrajectory
22-
default: false
22+
default: true
2323
joints:
2424
- shoulder_pan_joint
2525
- shoulder_lift_joint

0 commit comments

Comments
 (0)