39
Concurrent Languages Fire Bird Platform CRP Rendezvous Rendezvous Implementation Network Problems Case Study: Treasure Hunt Summary Future Work Implementing CRSM Rendezvous Communication for a Distributed Robotic System B. Election Reddy 07305054 under the guidance of Prof. Kavi Arya and Prof. Ramesh S June 23, 2009 B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distribu

Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Implementing CRSM Rendezvous Communicationfor a Distributed Robotic System

B. Election Reddy07305054

under the guidance of

Prof. Kavi Arya and Prof. Ramesh S

June 23, 2009

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 2: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Outline

1 Concurrent LanguagesSynchronous LanguagesAsynchronous LanguagesCRSM

2 Fire Bird Platform

3 CRP Rendezvous

4 Rendezvous Implementation

5 Network Problems

6 Case Study: Treasure Hunt

7 Summary

8 Future Work

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 3: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

Concurrent Languages

Synchronous Languages

Deterministic

Logical Concurrency

Suits for describing Centralized Controllers

eg. Esterel, Argos

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 4: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

Concurrent Languages

Asynchronous Languages

Non-Deterministic

Physical Concurrency

Suits for describing Distributed Controllers

eg. CSP, ADA

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 5: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

Concurrent Languages

How to describe GALS???

Communicating Reactive State Machines(CRSM)

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 6: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

Concurrent Languages

How to describe GALS???

Communicating Reactive State Machines(CRSM)

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 7: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

CRSM

Language for describing behaviors of distributed controllers

Individual nodes are described using Argos

Inter node communication is done using RendezvousCommunication primitives

Constructs

Hierarchical CompositionSynchronous Parallel CompositionSignal HidingAsynchronous Composition

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 8: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

CRSM

Figure: Hierarchical Composition

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 9: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

CRSM

Figure: Synchronous Parallel Composition

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 10: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Synchronous LanguagesAsynchronous LanguagesCRSM

CRSM

Figure: Asynchronous Composition

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 11: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Fire Bird Platform

Platform: Firebird running uC/OS.uC/OS is an Operating SystemKernel for microcontrollers

Real TimeMultitaskingPreemptive Priority BasedScheduling

Communication: XBee wireless

Figure: Firebird 4B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 12: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CRP Rendezvous[2]

Solution is non-trivial due to

Facts:

A1: Communication takes non-zero timeA2: Reactive processes are invoked at arbitrary points of times

Requirements:

P1 Safety : Coordinators, commit to only those rendezvousthat are enabled. Further, they agree on the commitment ofrendezvous.P2 Liveness: It will not be the case that no rendezvous iscommitted when there is a rendezvous that is enabled for ever.

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 13: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CRP Rendezvous[2] [cont’d...]

There is no protocol with the assumptions A1 and A2satisfying the properties P1 and P2 [3]

Solution by CRP: By weakening the assumption A2 by givingcontrol to the reactive process only at definite points of time

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 14: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CRP Rendezvous[2] [cont’d...]

There is no protocol with the assumptions A1 and A2satisfying the properties P1 and P2 [3]

Solution by CRP: By weakening the assumption A2 by givingcontrol to the reactive process only at definite points of time

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 15: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CRP Rendezvous[2] [cont’d...]

Reactive Process

Coordinator Process

Signals

Start(Sr ): request signal output by the node(reactive process)when it is ready to execute rendezvous rReturn(Rr ): input signal generated by the coordinator toindicate to the node that it can go ahead with the completionof the execution of the rendezvous rKill(Kr ): signal output by the node when a local reactionpreempts the rendezvous r

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 16: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CRP Rendezvous[2] [cont’d...]

CommitmentSequence

Consent phase

Confirmationphase

Figure: Coordinator State Diagram[2]B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 17: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CRP Rendezvous[2] [cont’d...]

Status of a rendezvous r

closed: the reactive node is not ready to execute r

untried: the reactive node is ready to execute r but thecoordinator is yet to execute the commitment sequence for r

trying: the coordinator is in the middle of executing thecommitment sequence for r

rejected: the execution of commitment sequence for r isfailed

committed: the commitment sequence for r is executedsuccessfully

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 18: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Rendezvous Implementation

API

void rendezvousSend(INT8U from, INT8U to, INT8U channel)

INT8U rendezvousReceive(INT8U from, INT8U to, INT8Uchannel)

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 19: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Rendezvous Implementation

Assumptions about the network

The nodes are connected to each other via point-to-pointlinks that do not fail

The links are bidirectional and the coordinators use these tocommunicate with each other

The network is reliable i.e., messages are not lost and theirorder is preserved during transmission

The nodes are numbered with distinct indices and each nodeknows its index

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 20: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CoordinatorTask

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 21: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

PassiveTask

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 22: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Rendezvous Implementation

Figure: CRP Rendezvous Implementation using uC/OS

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 23: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Network Problems

Message Losses and ReorderingZigBee 802.15.4 protocol guarantees the reliablecommunication. So we can safely assume that there won’t beany message losses and reordering.

Interference

CSMA/CA option of XBee module is enabled. So there is veryless chances of interference

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 24: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CSMA/CA

Sender node senses the medium before sending the data

If the medium is clear then sends the data

Otherwise waits for a random amount of time(backoff period)and then checks the medium again

If the medium is still busy after backoff period then chosesother backoff period and repeats the same

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 25: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CSMA/CA

What happens if more than one node senses the medium at thesame time???

Exception Handling

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 26: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

CSMA/CA

What happens if more than one node senses the medium at thesame time???

Exception Handling

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 27: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Exception Handling

Corrupted messages are handled as below

If a Task receives a corrupted message while protocol isrunning, it just discards that message, sends IGNOREmessage to the partner and restarts the rendezvous

If a Task receives a IGNORE message it discards that messageand restarts the rendezvous

So, the state of the robot will be same before and after acorrupted message is received

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 28: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Case Study: Treasure Hunt

F1, F2, F3 are three Fire Birds

All three will go in their own direction for finding treasure

If any one of them finds the treasure, it will stop there andsends the TreasureFound message to others

TreasureFound message receptor will stop moving in its owndirection and goes to the TreasureFound message sender

Assumption: Only one treasure exist in the system

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 29: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Node1

Figure: CRSM Representation of Node1B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 30: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Node2

Figure: CRSM Representation of Node2B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 31: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Node3

Figure: CRSM Representation of Node3B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 32: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Summary

Understood the CRSM concepts and using of the CRSM tools

Acquainted with the programming environment of RoboticSystem(Fire Bird IV) running Real-Time kernel uCOS

Implemented the CRP Rendezvous Communication primitivesfor Fire Bird using uC/OS

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 33: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Future Work

CRP Rendezvous communication protocol is takingapproximately 500 milliseconds. This can be improved bytuning the delays involved in its implementation.

Implementing the CRSM to C translator using thiscommunication primitives

Integrating CRP rendezvous implementation with Esterel2Cimplementation by Shashidhar[15]

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 34: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Conclusion

We have implemented CRP Rendezvous Communication primitivesfor a distributed robotic system so that the robots cancommunicate synchronously.

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 35: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

Thank you.

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 36: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

References

www.nex-robotics.com

Implementation of Communicating Reactive Processes by S.Ramesh, Parallel Computing 25(6), 1999

Impossibility of Synchronization in the Presence of Preemption byS. Ramesh, C.M. Shetty, Parallel Processing Letters 8(1), 1998Parallel Computing 25(6), 1999

Communicating Reactive State Machines: Design, Model andImplementation by S. Ramesh. In IFAC Workshop on DistributedComputer Control System. Pergamon Press, September 1998

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 37: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

References

FPGA Based Implementation of CRSMs, M.Tech. Dissertation bySudeep Bishwas, 2004

Model Based Languages for Distributed Systems, DD Dissertationby Kumar Digvijay Singh, 2007

Implementation of Communicating Reactive State Machines,M.Tech. Dissertation by D. Giri Prasad Reddy, 2000

Verification of CRSMs, M.Tech. Dissertation by B. Vijaya Laxmi,2003

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 38: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

References

www.micrium.com/products/rtos/kernel/rtos.html

Communicating Sequential Processes, Communications of theACM 21 (8): 666-677 by C. A. R. Hoare, 1978

An Effective Implementation for the Generalized Input-OutputConstruct of CSP by G. Buckley and A. Silberschatz, ACMTOPLAS, Vol.5, No.2, 1983

A Fair and Efficient Implementation of CSP with Output Guardsby R.J.R. Back, P. Eklund and R. Kurki-Suonia, Tech.Report,Ser.A, No.38, 1984

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System

Page 39: Implementing CRSM Rendezvous Communication for a Distributed Robotic …electionreddy07/projects/mtp/presentatio… · for a Distributed Robotic System B. Election Reddy 07305054

Concurrent LanguagesFire Bird PlatformCRP Rendezvous

Rendezvous ImplementationNetwork Problems

Case Study: Treasure HuntSummary

Future Work

References

A New Efficient Implementation of CSP with Output Guards by S.Ramesh, Proceedings of the Seventh International Conference onDistributed Computing Systems, Berlin, Germany, 1987

http://www.digi.com/products/wireless/point-multipoint/xbee-series1-module.jsp

Model-Based Design and Analysis: Esterel to Robots, M. Tech.Dissertation by Y. Shashidhar, 2009

B. Election Reddy 07305054 Implementing CRSM Rendezvous Communication for a Distributed Robotic System