Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo authored Oct 6, 2023
1 parent 9a1da3d commit f44262c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jsk_unitree_robot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ source devel/setup.bash
5. Deployment

Once you have completed your development, put your code into [apps](https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_unitree_robot/jsk_unitree_startup/apps/) directory and build on cross environment and copy to onboard computer.

To run cross compile, you need to do following steps.

- https://github.com/jsk-ros-pkg/jsk_robot/tree/master/jsk_unitree_robot/cross#prepare-cross-compiling-environment-run-only-the-fist-time-per-host-computer
- https://github.com/jsk-ros-pkg/jsk_robot/tree/master/jsk_unitree_robot/cross#build-ros-system-on-docker--run-only-the-fist-time-per-host-computer

After that, please run command below to build ros workspace and deploy it to robot.

```
roscd jsk_unitree_startup/../cross
make user
Expand Down

0 comments on commit f44262c

Please sign in to comment.