File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ install(DIRECTORY config launch rviz srdf
1212ament_python_install_package(${PROJECT_NAME} )
1313ament_python_install_module(${PROJECT_NAME} /launch_common.py)
1414
15- ament_package()
15+ ament_package()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ controller_names:
66scaled_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:
1919joint_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
You can’t perform that action at this time.
0 commit comments