File: test_two_links_fixed_joint.launch

package info (click to toggle)
ros-robot-state-publisher 1.13.6-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: cpp: 605; xml: 45; sh: 27; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<launch>

  <param name="robot_description"
       textfile="$(find robot_state_publisher)/test/two_links_fixed_joint.urdf" />

  <node pkg="robot_state_publisher" name="two_links_fixed_joints_pub" type="robot_state_publisher" output="screen">
  </node>

  <test test-name="test_two_links_fixed_joint" pkg="robot_state_publisher" type="test_two_links_fixed_joint" />
</launch>