diff --git a/darwin_apps/launch/action_client.launch b/darwin_apps/launch/action_client.launch index cb5c8ab86b54322f68cf5de77f58c1acacf3e94a..5ee48f03d6dcc0c319ceda19a96fc6a83ff14aba 100644 --- a/darwin_apps/launch/action_client.launch +++ b/darwin_apps/launch/action_client.launch @@ -18,9 +18,5 @@ to="/darwin/robot/set_servo_modules"/> </node> - <!-- launch dynamic reconfigure --> - <node name="rqt_reconfigure" pkg="rqt_reconfigure" type="rqt_reconfigure" respawn="false" - output="screen"/> - </launch> diff --git a/darwin_apps/launch/ceabot/ceabot_base.launch b/darwin_apps/launch/ceabot/ceabot_base.launch new file mode 100644 index 0000000000000000000000000000000000000000..e33e9e290b99e54fc396bbd7f2251b8ee5c8b0d8 --- /dev/null +++ b/darwin_apps/launch/ceabot/ceabot_base.launch @@ -0,0 +1,13 @@ +<launch> + + <arg name="robot" default="darwin" /> + + <include file="$(find darwin_description)/launch/darwin_base.launch"> + <arg name="robot" value="$(arg robot)" /> + </include> + + <include file="$(find darwin_apps)/launch/xs_camera_qr.launch"/> + + <include file="$(find bno055_imu)/launch/darwin_bno055_imu.launch"/> +</launch> + diff --git a/darwin_apps/launch/ceabot/ceabot_vision.launch b/darwin_apps/launch/ceabot/ceabot_vision.launch deleted file mode 100644 index 859a8242ea1f754b1c6c851ce5996843dece7293..0000000000000000000000000000000000000000 --- a/darwin_apps/launch/ceabot/ceabot_vision.launch +++ /dev/null @@ -1,41 +0,0 @@ -<launch> - - <arg name="robot" default="darwin" /> - - <include file="$(find darwin_description)/launch/darwin_base.launch"> - <arg name="robot" value="$(arg robot)" /> - </include> - - <include file="$(find darwin_apps)/launch/xs_camera_qr.launch"/> - - <!-- launch the vision_prove node --> - <node pkg ="iri_vision_prove" - type="iri_vision_prove" - name="iri_vision_prove" - output="screen"> - <remap from="/head_follow_target" - to="/darwin/robot/head_follow_target"/> - <remap from="/iri_vision_prove/set_servo_modules" - to="/darwin/robot/set_servo_modules"/> - <remap from="/iri_vision_prove/head_target" - to="/darwin/robot/head_target"/> - <remap from="/iri_vision_prove/qr_pose" - to="/darwin/qr_detector/qr_pose"/> - <remap from="/iri_vision_prove/joint_states" - to="/darwin/joint_states"/> - <remap from="/joint_trajectory" - to="/darwin/robot/joint_trajectory"/> - <remap from="/iri_vision_prove/cmd_vel" - to="/darwin/robot/cmd_vel"/> - <remap from="/iri_vision_prove/set_walk_params" - to="/darwin/robot/set_walk_params"/> - <remap from="/motion_action" - to="/darwin/robot/motion_action"/> - </node> - - <!-- launch dynamic reconfigure --> -<!-- <node name="rqt_reconfigure" pkg="rqt_reconfigure" type="rqt_reconfigure" respawn="false" - output="screen"/>--> - -</launch> -