Skip to content
Snippets Groups Projects
Select Git revision
  • 71d0f3f6a284c774b77b941f0b40944d74b59fd0
  • develop default protected
  • support-for-intellij-25.1
  • chore/support-for-intellijj-2024.3
  • feature/references
  • feature/commenter-for-aspect-files
  • feature/link-generated-code-and-definition
  • main
  • legacy
  • v0.3.5 protected
  • v0.3.4 protected
  • v0.3.3 protected
  • v0.3.2 protected
  • v0.3.1 protected
  • v0.3.0 protected
  • v0.2.0 protected
16 results

build.gradle.kts

Blame
  • base_routine.launch 567 B
    <launch>
        <arg name="map" default="dummy.yaml" />
        <arg name="description" default="dummy.yaml" />
        <arg name="resource" default="dummy" />
    
    
        <rosparam command="load" file="$(find mtc)/maps/$(arg map)"/>
        <rosparam command="load" file="$(find mtc)/descriptions/$(arg description)"/>
        <rosparam command="load" file="$(find mtc)/resources/$(arg resource).yaml"/>
    
        <rosparam param="resource_name" subst_value="True"> $(arg resource)</rosparam>
        <node pkg="mtc" type="base_routine" name="base_routine" output="screen" required="true"/>
    </launch>