We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05f433 commit e83d119Copy full SHA for e83d119
scripts/joint_trajectory_action_server.py
@@ -56,7 +56,7 @@ def start_server(limb, rate, mode, interpolation):
56
print("Initializing node... ")
57
rospy.init_node("rsdk_%s_joint_trajectory_action_server%s" %
58
(mode, "" if limb == 'both' else "_" + limb,))
59
- print("Initializing joint trajectory action server...")
+ print("Initializing joint trajectory action server with {} interpolation method ...".format(interpolation))
60
61
if mode == 'velocity':
62
dyn_cfg_srv = Server(VelocityJointTrajectoryActionServerConfig,
0 commit comments