Skip to content

Commit

Permalink
slave arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrceki committed Mar 29, 2023
1 parent ebd9ee9 commit b4fca30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion air_moveit_config/launch/air_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!--For real hardware "ros_control"-->
<arg name="controller" default="fake" />
<arg name="moveit_controller_manager" value="$(arg controller)"/>
<arg name="slave" default="false"/>"


<arg name="load_robot_description" default="false" />
Expand All @@ -15,7 +16,7 @@
<arg name="moveit_controller_manager" value="$(arg moveit_controller_manager)"/>
</include>

<include file="$(find yolov7_ros)/launch/yolov7.launch" pass_all_args="true"/>
<include file="$(find yolov7_ros)/launch/yolov7.launch" pass_all_args="true" unless="$(arg slave)"/>
<include file="$(find realsense2_camera)/launch/rs_camera.launch" unless="$(arg bagfile)"/>

<node pkg="air_moveit_config" name="air_detection_publisher" type="detect_and_add" output="screen"/>
Expand Down

0 comments on commit b4fca30

Please sign in to comment.