Go to file
dmi3coder 35b2714907 feat: splitted z1 world and spawn 2023-05-07 17:35:24 +02:00
config matchbox is 20 grams 2023-04-29 08:17:43 -07:00
include fix cartesian path bug 2023-04-18 20:26:55 +08:00
lib fix cartesian path bug 2023-04-18 20:26:55 +08:00
.dockerignore feat: added docker 2023-04-25 19:02:23 +02:00
.gitignore feat: added docker 2023-04-25 19:02:23 +02:00
CMakeLists.txt Update CMakeLists.txt 2023-04-23 11:11:07 -04:00
Dockerfile feat: update docker to build with ROS 2023-05-03 21:45:11 +02:00
LICENSE Create LICENSE 2022-11-17 16:41:31 +08:00
README.md Merge remote-tracking branch 'origin/master' 2023-05-03 21:47:17 +02:00
main.cpp fix cartesian path bug 2023-04-18 20:26:55 +08:00
package.xml V2.0.0 2022-11-11 19:49:41 +08:00
unitreeArmTools.py Update unitreeArmTools.py 2023-01-04 11:46:43 +08:00
z1_simulator_gui.Dockerfile feat: splitted z1 world and spawn 2023-05-07 17:35:24 +02:00

README.md

documentation

unitree-z1-docs-english

unitree-z1-docs-chinese

see unitree-z1-docs

Build docker image

docker build . -t bytelogics:z1_controller

Run the docker instance

For python connection:

docker run -ti --rm --network host bytelogics:z1_controller

For manual build within a docker: Make sure you are not in build folder but in the parent then run

docker run -ti --rm --network host bytelogics:z1_controller bash cmake .. -DCOMMUNICATION=ROS make ./z1_ctrl you can try with ./z1_ctrl k for keyboard

Cmake command you can do catkin_make -DCOMMUNICATION=ROS then you dont need to edit the cmake.txt file