|
app_manager package from app_manager repoapp_manager |
Package Summary
| Tags | No category tags. |
| Version | 1.1.0 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/pr2/app_manager.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2019-04-01 |
| Dev Status | UNMAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- ROS Orphaned Package Maintainers
Authors
- Jeremy Leibs
- Ken Conley
- Yuki Furuta
app_manager
A package for making launch file an application
Installation
Run sudo apt-get install ros-$ROS_DISTRO-app-manager
Usage
The app_manager node loads information of available application from .installed files.
.installed file is a yaml file that defines installed applications in a package like below:
# package_root/apps/app.installed
apps:
- app: pkg_name/app_name1
display: sample app
- app: pkg_name/app_name2
display: another sample app
Once .installed file is defined, you have to notify the location of the files to app_manager by either of two ways:
- Give the locations as arguments
One way to notify the location is to add --applist argument with rosrun.
rosrun app_manager app_manager --applist package_root/apps
This is useful for testing one small .installed file or a demonstration.
- Register as export attributes
Another way to notify the location is to define them in <export> tag in package.xml.
<!-- package_root/package.xml -->
<package>
...
<run_depend>app_manager</run_depend>
...
<export>
<app_manager app_dir="${prefix}/apps"/>
</export>
</package>
And launch app_manager without any argument:
rosrun app_manager app_manager
app_manager node automatically searches all .installed files and register as available applications.
Applications can be filtered by platform defined in each .app file.
If you set the parameter /robot/type to pr2, then apps for platform pr2 will be available.
rosparam set /robot/type pr2
APIs
All topics/services are advertised under the namespace specified by the parameter /robot/name.
Publishing Topics
-
app_list: List available/running applications -
application/app_status: Current status of app manager
Services
-
list_apps: List available/running applications -
start_app: Start an available application -
stop_app: Stop a runniing application -
reload_app_list: Reload installed applications from*.installed) file.
Maintainer
Yuki Furuta <furushchev@jsk.imi.i.u-tokyo.ac.jp>
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Dependant Packages
| Name | Repo | Deps |
|---|---|---|
| pr2_app_manager | github-pr2-pr2_apps |
Launch files
- launch/app_manager.launch
-
- master [default: true] — launch master if enabled
- master_address [default: localhost] — address for app_manager master
- master_port [default: 11313] — port for app_manager master
- use_applist [default: false] — load apps from applist argument
- applist [default: ] — app dirs (space separated)
- respawn [default: false] — respawn app_manager
- app_manager_args [default: --applist $(arg applist)]
- app_manager_args [default: ]
Messages
Services
Plugins
Recent questions tagged app_manager at answers.ros.org
|
app_manager package from app_manager repoapp_manager |
Package Summary
| Tags | No category tags. |
| Version | 1.1.0 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/pr2/app_manager.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2019-04-01 |
| Dev Status | UNMAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- ROS Orphaned Package Maintainers
Authors
- Jeremy Leibs
- Ken Conley
- Yuki Furuta
app_manager
A package for making launch file an application
Installation
Run sudo apt-get install ros-$ROS_DISTRO-app-manager
Usage
The app_manager node loads information of available application from .installed files.
.installed file is a yaml file that defines installed applications in a package like below:
# package_root/apps/app.installed
apps:
- app: pkg_name/app_name1
display: sample app
- app: pkg_name/app_name2
display: another sample app
Once .installed file is defined, you have to notify the location of the files to app_manager by either of two ways:
- Give the locations as arguments
One way to notify the location is to add --applist argument with rosrun.
rosrun app_manager app_manager --applist package_root/apps
This is useful for testing one small .installed file or a demonstration.
- Register as export attributes
Another way to notify the location is to define them in <export> tag in package.xml.
<!-- package_root/package.xml -->
<package>
...
<run_depend>app_manager</run_depend>
...
<export>
<app_manager app_dir="${prefix}/apps"/>
</export>
</package>
And launch app_manager without any argument:
rosrun app_manager app_manager
app_manager node automatically searches all .installed files and register as available applications.
Applications can be filtered by platform defined in each .app file.
If you set the parameter /robot/type to pr2, then apps for platform pr2 will be available.
rosparam set /robot/type pr2
APIs
All topics/services are advertised under the namespace specified by the parameter /robot/name.
Publishing Topics
-
app_list: List available/running applications -
application/app_status: Current status of app manager
Services
-
list_apps: List available/running applications -
start_app: Start an available application -
stop_app: Stop a runniing application -
reload_app_list: Reload installed applications from*.installed) file.
Maintainer
Yuki Furuta <furushchev@jsk.imi.i.u-tokyo.ac.jp>
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Dependant Packages
| Name | Repo | Deps |
|---|---|---|
| pr2_app_manager | github-pr2-pr2_apps |
Launch files
- launch/app_manager.launch
-
- master [default: true] — launch master if enabled
- master_address [default: localhost] — address for app_manager master
- master_port [default: 11313] — port for app_manager master
- use_applist [default: false] — load apps from applist argument
- applist [default: ] — app dirs (space separated)
- respawn [default: false] — respawn app_manager
- app_manager_args [default: --applist $(arg applist)]
- app_manager_args [default: ]
Messages
Services
Plugins
Recent questions tagged app_manager at answers.ros.org
|
app_manager package from app_manager repoapp_manager |
Package Summary
| Tags | No category tags. |
| Version | 1.1.0 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/pr2/app_manager.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2019-04-01 |
| Dev Status | UNMAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- ROS Orphaned Package Maintainers
Authors
- Jeremy Leibs
- Ken Conley
- Yuki Furuta
app_manager
A package for making launch file an application
Installation
Run sudo apt-get install ros-$ROS_DISTRO-app-manager
Usage
The app_manager node loads information of available application from .installed files.
.installed file is a yaml file that defines installed applications in a package like below:
# package_root/apps/app.installed
apps:
- app: pkg_name/app_name1
display: sample app
- app: pkg_name/app_name2
display: another sample app
Once .installed file is defined, you have to notify the location of the files to app_manager by either of two ways:
- Give the locations as arguments
One way to notify the location is to add --applist argument with rosrun.
rosrun app_manager app_manager --applist package_root/apps
This is useful for testing one small .installed file or a demonstration.
- Register as export attributes
Another way to notify the location is to define them in <export> tag in package.xml.
<!-- package_root/package.xml -->
<package>
...
<run_depend>app_manager</run_depend>
...
<export>
<app_manager app_dir="${prefix}/apps"/>
</export>
</package>
And launch app_manager without any argument:
rosrun app_manager app_manager
app_manager node automatically searches all .installed files and register as available applications.
Applications can be filtered by platform defined in each .app file.
If you set the parameter /robot/type to pr2, then apps for platform pr2 will be available.
rosparam set /robot/type pr2
APIs
All topics/services are advertised under the namespace specified by the parameter /robot/name.
Publishing Topics
-
app_list: List available/running applications -
application/app_status: Current status of app manager
Services
-
list_apps: List available/running applications -
start_app: Start an available application -
stop_app: Stop a runniing application -
reload_app_list: Reload installed applications from*.installed) file.
Maintainer
Yuki Furuta <furushchev@jsk.imi.i.u-tokyo.ac.jp>
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Dependant Packages
Launch files
- launch/app_manager.launch
-
- master [default: true] — launch master if enabled
- master_address [default: localhost] — address for app_manager master
- master_port [default: 11313] — port for app_manager master
- use_applist [default: false] — load apps from applist argument
- applist [default: ] — app dirs (space separated)
- respawn [default: false] — respawn app_manager
- app_manager_args [default: --applist $(arg applist)]
- app_manager_args [default: ]
Messages
Services
Plugins
Recent questions tagged app_manager at answers.ros.org
|
app_manager package from app_manager repoapp_manager |
Package Summary
| Tags | No category tags. |
| Version | 1.0.4 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/pr2/app_manager.git |
| VCS Type | git |
| VCS Version | hydro-devel |
| Last Updated | 2018-02-14 |
| Dev Status | UNMAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- ROS Orphaned Package Maintainers
Authors
- Jeremy Leibs
- Ken Conley
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Launch files
Messages
Services
Plugins
Recent questions tagged app_manager at answers.ros.org
|
app_manager package from app_manager repoapp_manager |
Package Summary
| Tags | No category tags. |
| Version | 1.0.4 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/pr2/app_manager.git |
| VCS Type | git |
| VCS Version | hydro-devel |
| Last Updated | 2018-02-14 |
| Dev Status | UNMAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- ROS Orphaned Package Maintainers
Authors
- Jeremy Leibs
- Ken Conley
Could not convert RST to MD: No such file or directory - pandoc