Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/syskit/roby_app/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ def self.load_base_config(app)
def self.setup(app)
# We have our own loader, avoid clashing
Orocos.default_loader.export_types = false
if Orocos.respond_to?(:input_writer_write_raises_on_disconnection?)
Orocos.input_writer_write_raises_on_disconnection = false
end
# But, for the time being, default_loader might be equal to
# Orocos.default_loader, so reset the export_types flag to the
# desired value
Expand Down