You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Google Drive: [https://drive.google.com/drive/folders/12oYeylWJWcaRDKeD2qG7xQNI7rFpBbel?usp=sharing](https://drive.google.com/drive/folders/12oYeylWJWcaRDKeD2qG7xQNI7rFpBbel?usp=sharing)
16
16
17
-
## Developing and Operating Tutorial
18
-
### Initial Setup
17
+
## Start SDK
18
+
<spanstyle="color:red;">**Note: After reconnecting the USB cable each time, make sure to execute the following commands.**</span>
19
+
19
20
1. After confirming the power and USB connection, run the following command to modify the serial port file's read and write permissions:
20
21
```Bash
21
22
sudo chmod 777 /dev/ttyACM0
@@ -28,12 +29,14 @@ source setup.bash
28
29
roslaunch signal_arm single_arm_node.launch
29
30
```
30
31
31
-
3. Click [here](https://github.com/userguide-galaxea/A1_SDK/tree/galaxea/main/resource) to get the Demo scripts for A1.
32
+
## Demo
33
+
Click [here](https://github.com/userguide-galaxea/A1_SDK/tree/galaxea/main/resource) to get the Demo scripts for A1.
Copy file name to clipboardExpand all lines: docs/en/Guide/A1XY/A1XY_Unbox_Guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Also, prepare the following items:
88
88
</tbody>
89
89
</table>
90
90
91
-
**Note: To ensure proper operation of the product, please place R1 in a dry, well-ventilated environment and ensure there are no obstacles or hazardous materials around.**
91
+
**Note: To ensure proper operation of the product, please place A1XY in a dry, well-ventilated environment and ensure there are no obstacles or hazardous materials around.**
@@ -1594,13 +1592,18 @@ The specific fields and their detailed descriptions for the above topic are show
1594
1592
R1 Arm Pose Control is a ROS package for controlling arm movement to the target end-effector (ee) frame. It can be launched using the following command:
1595
1593
1596
1594
```bash
1597
-
source {your_download_path}install/setup.bash
1598
-
roslaunch mobiman r1_left_arm_mpc.launch # MPC control of the left arm end-effector.
1599
-
roslaunch mobiman r1_right_arm_mpc.launch # MPC control of the right arm end-effector.
- After the dual-arm pose control is activated, the joint control node still needs to be started. This is because pose control involves continuously solving for the target joint angles based on the target end-effector (ee) pose, and then publishing these angles to `/motion_target/target_joint_state_arm_left` and `/motion_target/target_joint_state_arm_right`.
1603
+
```bash
1604
+
source {your_download_path}/install/setup.bash
1605
+
roslaunch mobiman r1_jointTrackerdemo.launch
1606
+
```
1604
1607
- When the dual-arm pose controller is activated, both the left and right arms will automatically adjust to the position shown in the figure below. Please ensure that the R1 is placed with both arms naturally hanging down to avoid initialization failure due to excessive movement angles.
1605
1608
- The current end-effector pose control's relative pose is the transformation of the gripper_link relative to torso_link4 in the URDF. For the left arm, this refers to the relative relationship between the left_gripper_link coordinate frame and torso_link4 coordinate frame, including offsets in x, y, and z, as shown in the right figure below, transforming as well as the rotational offsets corresponding to the orientation.
1606
1609
@@ -1642,16 +1645,16 @@ The interface is shown below.
Copy file name to clipboardExpand all lines: docs/zh/Guide/A1/A1_Software_Guide.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,9 @@
13
13
14
14
- Google Drive: [https://drive.google.com/drive/folders/12oYeylWJWcaRDKeD2qG7xQNI7rFpBbel?usp=sharing](https://drive.google.com/drive/folders/12oYeylWJWcaRDKeD2qG7xQNI7rFpBbel?usp=sharing)
0 commit comments