Created mechanism node

This commit is contained in:
2026-04-03 21:08:27 +02:00
parent 080676384d
commit d5ed611c20
31 changed files with 2056 additions and 21 deletions

View File

@@ -26,14 +26,14 @@
action_name=""/>
</Sequence>
<ForceSuccess>
<Timeout msec="13000">
<DetectStuck timeout="1.000000">
<MovePointSimple x="-1.0"
y="0"
theta="0"
max_speed="0.070000"
backwards="true"
action_name=""/>
</Timeout>
</DetectStuck>
</ForceSuccess>
<SetWidth width="{width}"
count="1"
@@ -72,14 +72,14 @@
action_name=""/>
</Sequence>
<ForceSuccess>
<Timeout msec="9000">
<DetectStuck timeout="1.000000">
<MovePointSimple x="-0.2"
y="0"
theta="0"
max_speed="0.05"
backwards="true"
action_name=""/>
</Timeout>
</DetectStuck>
</ForceSuccess>
<Sleep msec="1000"/>
<EndCalib service_name=""/>
@@ -102,6 +102,11 @@
<!-- Description of Node Models (used by Groot) -->
<TreeNodesModel>
<Decorator ID="DetectStuck">
<input_port name="timeout"
default="1.000000"
type="double"/>
</Decorator>
<Action ID="EndCalib">
<input_port name="service_name"
type="std::string">Service name</input_port>