Skip to content

Commit e83d119

Browse files
k-okadawkentaro
authored andcommitted
joint_trajectory_action_server.py : display which interpolation method is used
1 parent f05f433 commit e83d119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/joint_trajectory_action_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def start_server(limb, rate, mode, interpolation):
5656
print("Initializing node... ")
5757
rospy.init_node("rsdk_%s_joint_trajectory_action_server%s" %
5858
(mode, "" if limb == 'both' else "_" + limb,))
59-
print("Initializing joint trajectory action server...")
59+
print("Initializing joint trajectory action server with {} interpolation method ...".format(interpolation))
6060

6161
if mode == 'velocity':
6262
dyn_cfg_srv = Server(VelocityJointTrajectoryActionServerConfig,

0 commit comments

Comments
 (0)