Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Mar 18, 2021
1 parent 6a75fa6 commit 8d50882
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/sdf/joint_sensors.sdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<sdf version="1.7">
<model name="model">
<link name="link1"/>
<link name="link2"/>
<joint name="joint" type="fixed">
<parent>link1</parent>
<child>link2</child>
<sensor name="force_torque_sensor" type="force_torque">
<pose>10 11 12 0 0 0</pose>
<force_torque>
<frame>parent</frame>
<measure_direction>parent_to_child</measure_direction>
</force_torque>
</sensor>
</joint>
</model>
</sdf>

0 comments on commit 8d50882

Please sign in to comment.