cobots2024

Collaborative Robot Applications


License
CC-BY-4.0
Install
pip install cobots2024==0.5.0

Documentation

ν˜‘λ™λ‘œλ΄‡ν™œμš© 2024

halla-img course-img lecture-img pypi-image version-image release-date-image license-image codecov jupyter-book-image

Collaborative Robot Applications

이 과정은 ν˜‘λ™λ‘œλ΄‡μ˜ 기본적인 이해뢀터 κ³ κΈ‰ ν”„λ‘œκ·Έλž˜λ° κΈ°μˆ κΉŒμ§€ 닀루며, 학생듀이 ν˜‘λ™λ‘œλ΄‡μ„ ν™œμš©ν•œ λ‹€μ–‘ν•œ μž‘μ—… 곡정을 μ„€κ³„ν•˜κ³  κ΅¬ν˜„ν•  수 μžˆλŠ” λŠ₯λ ₯을 λ°°μ–‘ν•˜λŠ” 것을 λͺ©ν‘œλ‘œ ν•©λ‹ˆλ‹€. λ‘œλ΄‡ μ‹œμŠ€ν…œ μ„€μΉ˜, μ‘°μž‘, ν”„λ‘œκ·Έλž˜λ°, 그리고 μ‹€μ œ μž‘μ—… 곡정 κ΅¬ν˜„κΉŒμ§€μ˜ μ „ 과정을 ν•™μŠ΅ν•©λ‹ˆλ‹€.

Installation

To install the Cobots 2024 package, use the following command:

pip install cobots2024

Or

pip install --user cobots2024

The --user flag is optional and can be used to install the package in the user's home directory instead of the system-wide location.

Usage

To use the Cobots 2024 CLI, run the following command:

cobots2024 [OPTIONS]

If no option is provided, the website of the book will open in the default web browser.

Options

The following options are available:

  • --version: Show the version of the package and exit.
  • -b, --build: Build the book.
  • -l, --local: Open the locally built HTML version of the book in the browser.
  • --help: Show the help message and exit.

Examples

  1. To build the book, use the following command:

    cobots2024 --build
    

    This will trigger the build process for the book.

  2. To open the locally built HTML version of the book in the browser, use the following command:

    cobots2024 --local
    

    This will open the book's HTML file in your default web browser.

  3. To view the version of the package, use the following command:

    cobots2024 --version
    

    This will display the version number of the Cobots 2024 package.

For more information and additional options, run cobots2024 --help to see the help message.

Contributors

Changelog

See the CHANGELOG for more information.

Contributing

Contributions are welcome! Please see the contributing guidelines for more information.

License

This project is released under the CC-BY-4.0 License.