Skip to content

gentlebots/tmc_wrs_binary

 
 

Repository files navigation

tmc_wrs_binary

Authors

  • Yosuke Matsusaka

Contact

LICENSE

This software is released under the BSD 3-Clause Clear License, see LICENSE.txt.

How to build the docker image.

  1. Pull the repos using vcstool
vcs import < tiago_minimal.repos
  1. Build the image
 ./build.sh
  1. (Optional) Push the image to github (Requires to configure your account)
 ./push.sh

How to build your own docker image.

  1. Modify tiago_minimal.repos file adding your own repos.

  2. Pull the repos using vcstool

vcs import < tiago_minimal.repos
  1. Edit the entrypoint to execute a different launcher.
  2. Build the image
 ./build.sh
  1. (Optional) Push the image to github (Requires to configure your account)
 ./push

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.6%
  • Dockerfile 22.0%
  • Python 15.4%