Metadata-Version: 2.1
Name: arg_robotics_tools
Version: 0.0.8
Summary: A toolset for navigation (no ros) created by arg lab
Home-page: https://github.com/ARG-NCTU/arg_robotics_tools/tree/master/
Author: hchengwang
Author-email: hchengwang@gmail.com
License: Apache Software License 2.0
Keywords: navi tools utils
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# arg_robotics_tools
> A toolset for navigation (no ros) created by arg lab.


This file will become your README and also the index of your documentation.
Website : https://arg-nctu.github.io/arg_robotics_tools/

## Install

`pip install arg_robotics_tools`

We can install it locally :(or use this if above command failed)

`git clone git@github.com:ARG-NCTU/arg_robotics_tools.git`

`cd ~/arg_robotics_tools`

`pip install -e .`

## How to use

Fill me in please! Don't forget code examples:

`cd ~/arg_robotics_tools`

`source docker_run.sh`

`source colab_jupyter.sh`

click ctrl and the url to open browser, then you should see local jupyter notebook!

inside jupyter notebook, click .ipynp and run cells

## How to push

clear all notebook output

in docker : $ `make`

in your laptop, do your git push
