Skip to content
Snippets Groups Projects
Commit 1c166886 authored by Ventsislav Dokusanski's avatar Ventsislav Dokusanski
Browse files

my local changes

parent bdbf32fe
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class InverseKinematicsNode(Node):
point = JointTrajectoryPoint()
point.positions = joint_angles.tolist()
# point.time_from_start.sec = 1 # Example time, adjust as needed
point.time_from_start.nanosec = 450000000 # Balint fragen, ob das verbessert werden kann
point.time_from_start.nanosec = 450000000
joint_trajectory_msg.points.append(point)
self.publisher.publish(joint_trajectory_msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment