Skip to content

Instantly share code, notes, and snippets.

@kazuki0824
Created January 19, 2022 07:31
Show Gist options
  • Save kazuki0824/e8e40b0ce1f4721ee89ece6b7b571582 to your computer and use it in GitHub Desktop.
Save kazuki0824/e8e40b0ce1f4721ee89ece6b7b571582 to your computer and use it in GitHub Desktop.
Nextage initial position patch(hlab)
diff --git a/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py b/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py
index b34b6b2..304a950 100644
--- a/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py
+++ b/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py
@@ -300,9 +300,14 @@ class HIRONX(HrpsysConfigurator2):
[0, 0, 0, 0],
[0, 0, 0, 0]]
# With this pose the EEFs level up the tabletop surface.
+ #_InitialPose = [[0], [0, 0],
+ # [-0.6, 0, -100, 15.2, 9.4, 3.2],
+ # [0.6, 0, -100, -15.2, 9.4, -3.2],
+ # [0, 0, 0, 0],
+ # [0, 0, 0, 0]]
_InitialPose = [[0], [0, 0],
- [-0.6, 0, -100, 15.2, 9.4, 3.2],
- [0.6, 0, -100, -15.2, 9.4, -3.2],
+ [0, -33.7, -122.7, 0, 0, 0],
+ [0, -25.7, -127.7, 0, 0, 0],
[0, 0, 0, 0],
[0, 0, 0, 0]]
# This pose sets joint angles at the factory initial pose. No danger, but
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment