Module: Syskit::RobyApp::Plugin::LoadToplevelMethods
- Defined in:
- lib/syskit/roby_app/plugin.rb
Instance Method Summary collapse
-
#import_types_from(name) ⇒ Object
Imports the types from the given typekit(s).
-
#using_ros_package(name) ⇒ Object
Loads a ROS package description.
-
#using_task_library(name) ⇒ Object
Loads the given task library.
Instance Method Details
#import_types_from(name) ⇒ Object
Imports the types from the given typekit(s)
772 773 774 |
# File 'lib/syskit/roby_app/plugin.rb', line 772 def import_types_from(name) Roby.app.import_types_from(name) end |
#using_ros_package(name) ⇒ Object
Loads a ROS package description
782 783 784 |
# File 'lib/syskit/roby_app/plugin.rb', line 782 def using_ros_package(name) Roby.app.using_ros_package(name) end |
#using_task_library(name) ⇒ Object
Loads the given task library
777 778 779 |
# File 'lib/syskit/roby_app/plugin.rb', line 777 def using_task_library(name) Roby.app.using_task_library(name) end |