Skip to content
Snippets Groups Projects
Commit b3c89a95 authored by Johannes Mey's avatar Johannes Mey
Browse files

update launch files

parent bc0f0a7b
Branches kinetic
No related tags found
No related merge requests found
<launch>
<!-- connection address for NNG scene-based selection -->
<arg name="connection_address" default="tcp://*:6576"/>
<!-- MQTT server for communication with client cells -->
<arg name="mqtt_server" default="tcp://127.0.0.1:1883"/>
<arg name="client_controllers" default="['ceti_cell']"/>
<!-- remove cell st cell if it is not available -->
<arg name="client_controllers" default="['ceti_cell', 'st_cell', 'ads_cell']"/>
<!-- robot IP used by the robot controller -->
<arg name="robot_ip" default="172.31.1.13"/>
<arg name="load_gripper" default="true"/>
<node pkg="ccf_immersive_sorting" type="main_controller" name="main_controller" output="screen">
<param name="connection_address" type="string" value="$(arg connection_address)"/>
......@@ -13,15 +19,13 @@
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table.json"/>
</node>
<include file="$(find ccf)/launch/robot_setup.launch">
<arg name="robot_ip" value="$(arg robot_ip)"/>
<arg name="load_gripper" value="$(arg load_gripper)"/>
<arg name="load_gripper" value="true"/>
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ceti_cell" output="screen">
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table.json"/>
</node>
......
<launch>
<!-- connection address for NNG scene-based selection -->
<arg name="connection_address" default="tcp://*:6576"/>
<!-- MQTT server for communication with client cells -->
<arg name="mqtt_server" default="tcp://127.0.0.1:1883"/>
<arg name="client_controllers" default="['ceti_cell']"/>
<!-- remove cell st cell if it is not available -->
<arg name="client_controllers" default="['ceti_cell', 'st_cell', 'ads_cell']"/>
<!-- robot IP used by the robot controller -->
<arg name="robot_ip" default="172.31.1.13"/>
<arg name="load_gripper" default="true"/>
<node pkg="ccf_immersive_sorting" type="main_controller" name="main_controller" output="screen">
<param name="connection_address" type="string" value="$(arg connection_address)"/>
......@@ -13,15 +19,13 @@
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_virtual-table.json"/>
</node>
<include file="$(find ccf)/launch/robot_setup.launch">
<arg name="robot_ip" value="$(arg robot_ip)"/>
<arg name="load_gripper" value="$(arg load_gripper)"/>
<arg name="load_gripper" value="true"/>
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ceti_cell" output="screen">
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table.json"/>
</node>
......
<launch>
<arg name="robot_ip" default="172.31.1.13"/>
<arg name="load_gripper" default="true"/>
<arg name="connection_address" default="tcp://*:6576"/>
<!-- MQTT server for communication with client cells -->
<arg name="mqtt_server" default="tcp://192.168.0.122:1883"/>
<!-- robot IP used by the robot controller -->
<arg name="robot_ip" default="172.16.0.2"/>
<include file="$(find ccf)/launch/robot_setup.launch">
<arg name="robot_ip" value="$(arg robot_ip)"/>
<arg name="load_gripper" value="$(arg load_gripper)"/>
<arg name="load_gripper" value="true"/>
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ads_cell" output="screen">
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ads-table.json"/>
</node>
......
<launch>
<!-- MQTT server for communication with client cells -->
<arg name="mqtt_server" default="tcp://192.168.0.122:1883"/>
<!-- robot IP used by the robot controller -->
<arg name="robot_ip" default="172.31.1.13"/>
<arg name="load_gripper" default="true"/>
<arg name="connection_address" default="tcp://*:6576"/>
<include file="$(find ccf)/launch/robot_setup.launch">
<arg name="robot_ip" value="$(arg robot_ip)"/>
<arg name="load_gripper" value="$(arg load_gripper)"/>
<arg name="load_gripper" value="true"/>
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ceti_cell" output="screen">
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table.json"/>
</node>
......
<launch>
<!-- MQTT server for communication with client cells -->
<arg name="mqtt_server" default="tcp://192.168.0.122:1883"/>
<!-- robot IP used by the robot controller -->
<arg name="robot_ip" default="172.31.1.13"/>
<arg name="load_gripper" default="true"/>
<arg name="connection_address" default="tcp://*:6576"/>
<include file="$(find ccf)/launch/robot_setup.launch">
<arg name="robot_ip" value="$(arg robot_ip)"/>
<arg name="load_gripper" value="$(arg load_gripper)"/>
<arg name="load_gripper" value="true"/>
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="st_cell" output="screen">
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_st-table.json"/>
</node>
......
......@@ -33,8 +33,6 @@ int main(int argc, char **argv)
ros::NodeHandle n("connector_node_ros_ccf"); // namespace where the connection_address is
auto connectionAddress = getPrivateParameter<std::string>("connection_address", "tcp://*:6576");
DummyRobotArmController controller{n, NODE_NAME};
auto mqttServer = getPrivateParameter<std::string>("mqtt_server", "localhost:1883");
......
......@@ -33,8 +33,6 @@ int main(int argc, char **argv)
ros::NodeHandle n("connector_node_ros_ccf"); // namespace where the connection_address is
auto connectionAddress = getPrivateParameter<std::string>("connection_address", "tcp://*:6576");
MoveItRobotArmController controller{n, NODE_NAME};
auto mqttServer = getPrivateParameter<std::string>("mqtt_server", "localhost:1883");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment