Skip to content
/ ros-get Public
forked from Rayman/ros-get

Simple tools for working with ROS source packages

Notifications You must be signed in to change notification settings

Timple/ros-get

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros-env

ros-env is a collection of simple tools for working with ROS source packages.

Installation

source <(wget -O- https://raw.githubusercontent.com/Rayman/ros-get/master/install)
echo -e "\n#ros-get\ntest -f ~/.ros/ros-get/setup.bash && . ~/.ros/ros-get/setup.bash" >> ~/.bashrc

Usage

ros-get install tue_env

Comparison with ros-env

  • Separation between distro definition and the tool
  • Distro definition according to REP 143
  • Dependency definition according to REP 112
  • Parallel git clone/pull
  • Python (instead of bash)

About

Simple tools for working with ROS source packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.6%
  • Shell 9.4%