ros-env is a collection of simple tools for working with ROS source packages.
Installation
The ros-get software uses pip to install itself. If you don’t have it yet, it is available as python-pip at Debian and Ubuntu. (Install using sudo apt install python-pip.)
Installation from PyPI
pip install ros-get
For development it is recommended to install ros-get with pip install -e. This installs a package in editable mode.
Installation from source
If you like to both use and hack ros-get, you can ‘install’ the software by pointing the installation to the development code.
Make ros-get available locally, eg by download or cloning the repository, for example
git clone https://github.com/Rayman/ros-get.gitInstall using pip with the editable option -e DIR.
cd ros-get pip install --user -e .The final . says that pip should redirect the ros-get command relative to this directory (to ./src/ros-get).
Usage
TODO: create a workspace
ros-get install tue_config
ros-get remove tue_config
ros-get update
Comparison with tue-env
Uninstall
pip uninstall ros-get
Release files for ros-get 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ros_get-0.5.0.tar.gz | 12.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ros_get-0.5.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 24.7 kB
Release files / ros_get-0.5.0.tar.gz
| Download URL | ros_get-0.5.0.tar.gz |
|---|---|
| Size | 12.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3650774c087bfaa4c1e875386f1e0a53cf5d56fdf40029e3350198485ba40a6e
|
|
BLAKE2b-256 checksum How to use checksums |
612507408780987bb014572c0a7074fe40ad5774b5836e626d9a85f7898f2112
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
|
Release files / ros_get-0.5.0-py2.py3-none-any.whl
| Download URL | ros_get-0.5.0-py2.py3-none-any.whl |
|---|---|
| Size | 12.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
f1beef0a61b2bfb3a126cb3c5f28627119019589a1c31bd798b36c076a36e056
|
|
BLAKE2b-256 checksum How to use checksums |
fb20d840d8b48ae36b5b0e445f22b74a160de0f701bd0aee58c3e36dad18d51a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
|