-
 
No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.

simple_desktop_launcher package from simple_desktop_launcher repo

simple_desktop_launcher

Package Summary

Tags No category tags.
Version 0.0.0
License BSD-3-Clause-Attribution
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/simple_desktop_launcher.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-17
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A test for desktop Ubuntu files

Additional Links

No additional links.

Maintainers

  • Victor Lamoine

Authors

  • Victor Lamoine - Institut Maupertuis

Institut Maupertuis logo

This repository contains a Robot Operating System package to test ROS desktop launcher files.

How to test

  • Create a catkin work-space
  • Clone this repository
git clone https://gitlab.com/InstitutMaupertuis/simple_desktop_launcher.git

  • Install the work-space (catkin_make or catkin tools)
catkin_make install
catkin config --install && catkin build

  • Desktop launcher files are installed in $HOME/.local/share/applications/ if the CATKIN_INSTAL_PREFIX does not point in /opt/. In this case the application name is suffixed with (debug) to help differientate it from an installed package (see next line).
  • Desktop launcher files are installed in /usr/share/applications/ and /usr//share/icons/ if CATKIN_INSTAL_PREFIX points in /opt/, this is useful if you are releasing your package and bloom sets the CATKIN_INSTAL_PREFIX to /opt/, this way the files will be automatically be installed at the right place..

Use your application menu to start the application. Alternatively gtk-launch green_robot and gtk-launch red_robot can be used.

The Unity dash usually takes a little bit of time (try logging-out/logging-in again) to update the available applications so it may not appear directly after install.

How it works

.desktop and .png files are installed, these files are parsed by Ubuntu and create applications.

The image file is the icon of the application displayed in the application launcher.

These files are automatically installed via CMake when install is required.

Here are the steps in the CMake script:

Bash scripts

The bash script automatically checks if a ROS core is running, if not one is started as a background task, remaining open even if the application is exited.

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged simple_desktop_launcher at Robotics Stack Exchange