Data files for the Robotics Toolbox for Python.
Project description
Robotics Toolbox for Python - data files
This package includes large data files associated with the Robotics Toolbox for Python (RTB-P). |
Rationale
The data files are provided as a separate package to work around disk space limitations on PyPI. Including these data with the RTB code adds nearly 200MB to every release, which will blow the PyPI limit quite quickly.
Since the data doesn't change very much, it's mostly robot models and a few data sets, it makes sense for it to be a standalone package.
Package contents
Folder | Purpose |
---|---|
data | miscellaneous STL files and data sets |
meshes | STL mesh models for DH robots |
xacro | URDF/xacro models for URDF robots |
Accessing data within the package
The Toolbox function path_to_datafile(file)
will return an absolute
Path
to file
which is relative to the root of the data package. For example
loadmat("data/map1.mat") # read rtbdata/data/map1.mat
loadmat("foo.dat") # read ./foo.dat
loadmat("~/foo.dat") # read $HOME/foo.dat
A matching local file takes precendence over a file in the data package.
Installing the package
You don't need to explicitly install this package, it happens automatically when you when you install RTB-P
pip install roboticstoolbox-python
since it is a dependency.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rtb-data-1.0.1.tar.gz
.
File metadata
- Download URL: rtb-data-1.0.1.tar.gz
- Upload date:
- Size: 114.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c51292ddcdf5962e59456c3a5ab62a4d540a5ea5bdd4e35b2963f9ec3825cf1d |
|
MD5 | c8f30163768002ff5b07d272d209b43f |
|
BLAKE2b-256 | 9eda3c7eae56fc32512e89eb239f7f7bb180764a4ca796c2e077166ed439fea9 |