Skip to content

Commit 55fea0c

Browse files
authored
Merge pull request #3 from XR-Robotics/dev/galaxea_hw
Dev/galaxea hw
2 parents 3704dd8 + 9cf392b commit 55fea0c

File tree

108 files changed

+770
-2125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+770
-2125
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ To run the teleoperation demo with the physical dual UR arms and Dynamixel-based
7777
python scripts/hardware/teleop_dual_ur5e_hardware.py --visualize_placo
7878
```
7979

80+
### Running Galaxea A1X arm
81+
To run the teleoperation demo with a Galaxea A1X arm, follow the [instruction](https://docs.galaxea-ai.com/zh/Guide/A1XY/A1XY_Startup_Demo_Guide/) to setup the ROS environment. In two command line windows, run the following scripts.
82+
```bash
83+
roslaunch HDAS A1XY.launch
84+
```
85+
```bash
86+
python scripts/hardware/teleop_a1x_hardware.py
87+
```
88+
8089
## Dependencies
8190
XR Robotics dependencies:
8291
- [`xrobotookit_sdk`](https://github.com/XR-Robotics/XRoboToolkit-PC-Service-Pybind): Python binding for XRoboToolkit PC Service SDK, MIT License
@@ -88,6 +97,7 @@ Robotics Simulation and Solver
8897
Hardware Control
8998
- [`dynamixel_sdk`](https://github.com/ROBOTIS-GIT/DynamixelSDK.git): Dynamixel control functions, Apache-2.0 License
9099
- [`ur_rtde`](https://gitlab.com/sdurobotics/ur_rtde): interface for controlling and receiving data from a UR robot, MIT License
100+
- [`Galaxea A1XY`](https://docs.galaxea-ai.com/zh/Guide/A1XY/A1XY_Software_Introduction/#_8): Ros Noetic package for controlling A1XY manipulators
91101

92102
## License
93103
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

assets/galaxea/A1/A1_URDF_0607_0028.rviz

Lines changed: 0 additions & 180 deletions
This file was deleted.

assets/galaxea/A1/CMakeLists.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

assets/galaxea/A1/config/joint_names_A1_URDF_0607_0028.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/galaxea/A1/launch/display_A1.launch

Lines changed: 0 additions & 20 deletions
This file was deleted.

assets/galaxea/A1/launch/gazebo_A1.launch

Lines changed: 0 additions & 20 deletions
This file was deleted.
-1.84 MB
Binary file not shown.
-527 KB
Binary file not shown.
-1.88 MB
Binary file not shown.
-245 KB
Binary file not shown.

0 commit comments

Comments
 (0)