|
@@ -0,0 +1,14 @@
|
|
|
+<!--
|
|
|
+ Author:lcg
|
|
|
+ Description: Load gui with home rooms map and pandora robot.
|
|
|
+ History:
|
|
|
+ 20181220: Initial this launch file.
|
|
|
+-->
|
|
|
+<launch>
|
|
|
+ <include file="$(find stdr_robot)/launch/robot_manager.launch" />
|
|
|
+ <node type="stdr_server_node" pkg="stdr_server" name="stdr_server" output="screen" args="$(find stdr_resources)/maps/home.yaml"/>
|
|
|
+ <node pkg="tf" type="static_transform_publisher" name="world2map" args="0 0 0 0 0 0 world map 100" />
|
|
|
+ <node name="rviz" type="rviz" pkg="rviz" args="-d $(find stdr_launchers)/rviz/config.rviz" />
|
|
|
+ <node name="basic_shapes" type = "basic_shapes" pkg="ecnu_competition" />
|
|
|
+ <node pkg="stdr_robot" type="robot_handler" name="$(anon robot_spawn)" args="add $(find stdr_resources)/resources/robots/pandora_robot.yaml 5.0 10.0 4.71" />
|
|
|
+</launch>
|