8000 GitHub - saierd/ros-workstation: Desktop shortcuts for common ROS tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
/ ros-workstation Public archive

Desktop shortcuts for common ROS tools

License

Notifications You must be signed in to change notification settings

saierd/ros-workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package provides a set of desktop shortcuts for common ROS tools and a mime type for .launch files. It should work with Ubuntu and most ROS versions.

It is a fork of this repository for ROS Hydro. Credit belongs to them, I only changed the shortcuts to work with other ROS versions.

Install

Install everything by executing

sudo python setup.py install --record record.txt
sudo update-mime-database /usr/share/mime

Uninstall

The command above saves a list of installed files to the file record.txt. As long as you keep this file you can uninstall it with

cat record.txt | sudo xargs rm -rf

PR2 Shortcuts

If you want to install shortcuts for the PR2 robot you can modify the following line in setup.py before installing:

install_pr2 = True

About

Desktop shortcuts for common ROS tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0