[Rock-dev] Fix for orogen to get master-slave triger mechanism running

Matthias Goldhoorn matthias.goldhoorn at dfki.de
Tue Dec 4 15:24:34 CET 2012


Hello Together,
i just fixed the master<->slave activity that orogen creates.

This has some side effects:

1. Inside of an task you cannot set "slave" as activity anymore.
2. You need to define slave-activities inside an deployment by doing this:

main    =   task("main","Task")
adder1  =   task("adder1", "merge_component::AddMerge")
set_master_slave_activity(main,adder1)

The old implementation was simply faulty, since no master was ever 
registered
Will push the Changes to master tomorrow, i don't assume this does brick 
code since the old implementation was faulty and probably never used.

Matthias Goldhoorn

-- 
  Dipl.-Inf. Matthias Goldhoorn
  Space and Underwater Robotic

  Universität Bremen
  FB 3 - Mathematik und Informatik
  AG Robotik
  Robert-Hooke-Straße 5
  28359 Bremen, Germany

  Tel.:     +49 421 178 45-4193
  Zentrale: +49 421 178 45-6550
  Fax:      +49 421 178 45-4150
  E-Mail:   matthias.goldhoorn at uni-bremen.de

  Weitere Informationen: http://www.informatik.uni-bremen.de/robotik



More information about the Rock-dev mailing list