Simple tools for working with ROS source packages
Project description
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
Not yet available.
For now, please install from source, for development. Details can be found in the installation manual.
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 checkout https://github.com/Rayman/ros-get.git
Install 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
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
Built Distribution
Hashes for ros_get-0.1.0.dev1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e18cd5c2a00508f18014fac4e6d3a76d5b595132ccfb9571988e23884915a4ce |
|
MD5 | adf3b8906c8923f6018640c36c81335d |
|
BLAKE2b-256 | 3026397519c479865e04926aeabb2c25ac216798b6fdbe75b4eea0d5e94cb816 |