Skip to content

tkuhemiya/python-robotics-toolbox-setup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Script for Python Robotics Toolbox

Why installation is tricky

  • The toolbox does not enforce maximum version limits for its dependencies.
  • This can cause incompatibilities when newer versions of libraries are installed.

How to use

  • use WSL if on windows
  1. Navigate to the directory where you want to use the toolbox:

    cd /path/to/your/project
  2. Clone the toolbox repository:

    git clone <repository-link> ./
  3. Install the toolbox and dependencies by sourcing the setup script:

    . ./installRobo.sh
    # or
    source ./installRobo.sh
  4. Start Python with all the common imports preloaded:

    ./initRobo.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published