This website works better with JavaScript.
Home
Explore
Help
Sign In
wuselfuzz
/
hexapod_python
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed unnecessary imports in ik_test.py
main
Marcus Grieger
1 year ago
parent
7e29d28e19
commit
c612ecf40d
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
hexapod_python/ik_test.py
+ 0
- 3
hexapod_python/ik_test.py
View File
@@ -1,6 +1,3 @@
from geometry_msgs.msg import Point, Pose
from trajectory_msgs.msg import JointTrajectory, JointTrajectoryPoint
from builtin_interfaces.msg import Duration
import rclpy
from rclpy.node import Node
Write
Preview
Loading…
Cancel
Save