Metadata-Version: 2.1
Name: arg-robotics-tools
Version: 0.0.1
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
Description: # 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
        
Keywords: navi tools utils
Platform: UNKNOWN
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
