Added launch_files
This commit is contained in:
@ -3,32 +3,55 @@
|
||||
<BehaviorTree ID="calib2_bt">
|
||||
<Sequence>
|
||||
<ZeroNode service_name="/zero"/>
|
||||
<MovePoint action_name="/MovePoint"
|
||||
tolerance="0.02"
|
||||
<MovePoint x_goal="0.7"
|
||||
y_goal="0.0"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="0.1"
|
||||
x_goal="0.7"
|
||||
y_goal="0.0"/>
|
||||
max_vel="2.000000"
|
||||
ornt_mult="4.000000"
|
||||
tolerance="0.02"
|
||||
action_name="/MovePoint"/>
|
||||
<RotateNode angle="-2"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
tolerance="0.001000"
|
||||
action_name="/Rotate"/>
|
||||
<RotateNode angle="-3.14"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
tolerance="0.001000"
|
||||
action_name="/Rotate"/>
|
||||
<MovePoint action_name="/MovePoint"
|
||||
<MovePoint x_goal="0.3"
|
||||
y_goal="0.0"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
max_vel="2.000000"
|
||||
ornt_mult="4.000000"
|
||||
tolerance="0.02"
|
||||
x_goal="0.3"
|
||||
y_goal="0.0"/>
|
||||
action_name="/MovePoint"/>
|
||||
<RotateNode angle="-2"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
tolerance="0.001000"
|
||||
action_name="/Rotate"/>
|
||||
<RotateNode angle="0"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
tolerance="0.001000"
|
||||
action_name="/Rotate"/>
|
||||
<Fallback>
|
||||
<Timeout msec="5000">
|
||||
<MovePoint action_name="/MovePoint"
|
||||
max_angular="0.1"
|
||||
x_goal="-0.1"
|
||||
y_goal="0.0"/>
|
||||
</Timeout>
|
||||
<AlwaysSuccess/>
|
||||
</Fallback>
|
||||
<Fallback>
|
||||
<Timeout msec="5000">
|
||||
<MovePoint x_goal="-0.1"
|
||||
y_goal="0.0"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="0.1"
|
||||
max_vel="2.000000"
|
||||
ornt_mult="4.000000"
|
||||
tolerance="0.001000"
|
||||
action_name="/MovePoint"/>
|
||||
</Timeout>
|
||||
<AlwaysSuccess/>
|
||||
</Fallback>
|
||||
<ZeroNode service_name="/endCalib"/>
|
||||
</Sequence>
|
||||
</BehaviorTree>
|
||||
@ -41,23 +64,39 @@
|
||||
<Repeat num_cycles="5">
|
||||
<Sequence>
|
||||
<ZeroNode service_name="/zero"/>
|
||||
<MovePoint action_name="/MovePoint"
|
||||
tolerance="0.04"
|
||||
<MovePoint x_goal="0.7"
|
||||
y_goal="0.0"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="0.1"
|
||||
x_goal="0.7"
|
||||
y_goal="0.0"/>
|
||||
max_vel="2.000000"
|
||||
ornt_mult="4.000000"
|
||||
tolerance="0.04"
|
||||
action_name="/MovePoint"/>
|
||||
<RotateNode angle="2"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
tolerance="0.001000"
|
||||
action_name="/Rotate"/>
|
||||
<RotateNode angle="-2"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
tolerance="0.001000"
|
||||
action_name="/Rotate"/>
|
||||
<RotateNode angle="0"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="3.140000"
|
||||
tolerance="0.001000"
|
||||
action_name="/Rotate"/>
|
||||
<Fallback>
|
||||
<Timeout msec="20000">
|
||||
<MovePoint action_name="/MovePoint"
|
||||
<MovePoint x_goal="-0.1"
|
||||
y_goal="0.0"
|
||||
max_wheel_speed="3.000000"
|
||||
max_angular="0.1"
|
||||
x_goal="-0.1"
|
||||
y_goal="0.0"/>
|
||||
max_vel="2.000000"
|
||||
ornt_mult="4.000000"
|
||||
tolerance="0.001000"
|
||||
action_name="/MovePoint"/>
|
||||
</Timeout>
|
||||
<AlwaysSuccess/>
|
||||
</Fallback>
|
||||
@ -85,59 +124,39 @@
|
||||
type="std::string">Service name</input_port>
|
||||
</Action>
|
||||
<Action ID="MovePoint">
|
||||
<input_port name="action_name"
|
||||
type="std::string">Action server name</input_port>
|
||||
<input_port name="tolerance"
|
||||
type="double"/>
|
||||
<input_port name="obst_mult_a"
|
||||
type="double"/>
|
||||
<input_port name="ornt_mult"
|
||||
type="double"/>
|
||||
<input_port name="pos_mult"
|
||||
type="double"/>
|
||||
<input_port name="t_ornt_mult"
|
||||
type="double"/>
|
||||
<input_port name="obst_mult_c"
|
||||
type="double"/>
|
||||
<input_port name="obst_mult_b"
|
||||
type="double"/>
|
||||
<input_port name="max_vel"
|
||||
type="double"/>
|
||||
<input_port name="max_angular"
|
||||
type="double"/>
|
||||
<input_port name="IgnoreList"
|
||||
type="std::string"/>
|
||||
<input_port name="max_wheel_speed"
|
||||
type="double"/>
|
||||
<input_port name="x_goal"
|
||||
type="double"/>
|
||||
<input_port name="y_goal"
|
||||
type="double"/>
|
||||
<input_port name="max_wheel_speed"
|
||||
default="3.000000"
|
||||
type="double"/>
|
||||
<input_port name="max_angular"
|
||||
default="3.140000"
|
||||
type="double"/>
|
||||
<input_port name="max_vel"
|
||||
default="2.000000"
|
||||
type="double"/>
|
||||
<input_port name="ornt_mult"
|
||||
default="4.000000"
|
||||
type="double"/>
|
||||
<input_port name="tolerance"
|
||||
default="0.001000"
|
||||
type="double"/>
|
||||
<input_port name="action_name"
|
||||
type="std::string">Action server name</input_port>
|
||||
</Action>
|
||||
<Action ID="RotateNode">
|
||||
<input_port name="angle"
|
||||
type="double"/>
|
||||
<input_port name="pos_mult"
|
||||
type="double"/>
|
||||
<input_port name="max_wheel_speed"
|
||||
default="3.000000"
|
||||
type="double"/>
|
||||
<input_port name="IgnoreList"
|
||||
type="std::string"/>
|
||||
<input_port name="max_angular"
|
||||
type="double"/>
|
||||
<input_port name="max_vel"
|
||||
type="double"/>
|
||||
<input_port name="obst_mult_b"
|
||||
type="double"/>
|
||||
<input_port name="obst_mult_c"
|
||||
type="double"/>
|
||||
<input_port name="ornt_mult"
|
||||
type="double"/>
|
||||
<input_port name="t_ornt_mult"
|
||||
type="double"/>
|
||||
<input_port name="obst_mult_a"
|
||||
default="3.140000"
|
||||
type="double"/>
|
||||
<input_port name="tolerance"
|
||||
default="0.001000"
|
||||
type="double"/>
|
||||
<input_port name="action_name"
|
||||
type="std::string">Action server name</input_port>
|
||||
|
||||
Reference in New Issue
Block a user