Skip to content

SmartTemplate/cryotemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS-CryoTemplate

ROS code for CryoTempalte

trajcontrol dependencies

Communication diagram

sequenceDiagram

    3DSlicer ->> OpenIGTLink: angles
    OpenIGTLink ->> 3DSlicer: Status
    OpenIGTLink ->> 3DSlicer: Motor_Positions
    OpenIGTLink ->> 3DSlicer: Foot_Switch

    OpenIGTLink ->> Main: angles
    Main ->> Communication: Desired_motor_pos
    Main ->> OpenIGTLink: status

    Communication ->> OpenIGTLink: motor_pos
    Communication ->> Main: Foot_switch 
    
    Communication ->> Galil: Desired_motor_pos 
    Galil ->> Communication: read_motor_pos 
    Galil ->> Communication: read_foot_switch 

Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.3%
  • CMake 39.7%