2023-03-09 16:38:53 +08:00
|
|
|
documentation
|
|
|
|
|
|
|
|
[unitree-z1-docs-english](http://dev-z1.unitree.com)
|
|
|
|
|
2023-04-26 01:01:14 +08:00
|
|
|
[unitree-z1-docs-chinese](http://dev-z1.cn.unitree.com)
|
|
|
|
|
|
|
|
see [unitree-z1-docs](http://dev-z1.unitree.com)
|
|
|
|
|
|
|
|
## Build docker image
|
|
|
|
docker build . -t bytelogics:z1_controller
|
|
|
|
|
|
|
|
## Run the docker instance
|
|
|
|
docker run -ti --rm --network host -p 8071:8071 bytelogics:z1_controller
|
2023-05-02 22:27:38 +08:00
|
|
|
|
2023-05-02 22:28:29 +08:00
|
|
|
Cmake command you can do catkin_make -DCOMMUNICATION=ROS
|
2023-05-02 22:27:38 +08:00
|
|
|
then you dont need to edit the cmake.txt file
|