imu-pub.launch 261 B

1234567
  1. <launch>
  2. <arg name="imu_config_file" default="$(find rasp_imu_hat_6dof)/config/param.yaml"/>
  3. <node pkg="rasp_imu_hat_6dof" type="imu_node.py" name="imu_node" output="screen">
  4. <rosparam file="$(arg imu_config_file)" command="load"/>
  5. </node>
  6. </launch>