Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Trajektorien des menschlichen Aufstehens für die Entwicklung eines kooperativen Assistenzsystems
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ventsislav Dokusanski
Trajektorien des menschlichen Aufstehens für die Entwicklung eines kooperativen Assistenzsystems
Commits
1c166886
Commit
1c166886
authored
6 months ago
by
Ventsislav Dokusanski
Browse files
Options
Downloads
Patches
Plain Diff
my local changes
parent
bdbf32fe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/inverse_kinematics_node.py
+1
-1
1 addition, 1 deletion
...matics/iiwa_inverse_kinematics/inverse_kinematics_node.py
with
1 addition
and
1 deletion
ros2_ws/src/iiwa/iiwa_inverse_kinematics/iiwa_inverse_kinematics/inverse_kinematics_node.py
+
1
−
1
View file @
1c166886
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment