Skip to content
Snippets Groups Projects
Select Git revision
  • c062c7c07a31afcbefff850e746867f1c77238d7
  • master default protected
  • tidenhub-master-patch-49904
  • tidenhub-master-patch-18499
  • tidenhub-master-patch-36435
  • improvement/grasping
  • feature/simulated_robot
  • grasping_sample
8 results

docker-run.sh

Blame
  • Forked from CeTI / ROS / panda_gazebo_workspace
    Source project has a limited visibility.
    Test.connect 342 B
    send SenderRoot.A1 ;
    send SenderRoot.A2 ;
    send SenderRoot.A3 ;
    send SenderRoot.A4 ;
    send SenderRoot.InOutput using IntToA ;
    
    receive ReceiverRoot.A ;
    receive ReceiverRoot.UsingWildcardA ;
    receive with add ReceiverRoot.WithAddA ;
    receive with add ReceiverRoot.UsingWildcardWithAddA ;
    
    IntToA maps int i to A {:
        return new A().setID(i);
    :}