META TOPICPARENT |
name="PARS-tutorial" |
Exercise: Write a process WR that reads a value on its input port and that writes that same value to its output port - forever.
WR(ip)(op) = IN ; OUT<op,v> ; WR .
-- (c) Fordham University Robotics and Computer Vision |