PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...
If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.
"Untitled" by Anonymous [Plain Text]Actions: |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
Index: doc/examples/xml/kuka_chain_world.xml
===================================================================
--- doc/examples/xml/kuka_chain_world.xml (revision 38)
+++ doc/examples/xml/kuka_chain_world.xml (working copy)
@@ -4,6 +4,32 @@
<Segment>
<Frame xsi:type="MatrixFrameType">
<Matrix xsi:type="BoostMatrixType">
+ <String> [4,4]((1,0,0,-250),(0,1,0,1300),(0,0,1,500),(0,0,0,1)) </String>
+ </Matrix>
+ </Frame>
+ <Joint xsi:type="JointType">
+ <Type>None</Type>
+ <Axis>Z</Axis>
+ </Joint>
+ </Segment>
+
+<!--
+ <Segment>
+ <Frame xsi:type="MatrixFrameType">
+ <Matrix xsi:type="BoostMatrixType">
+ <String> [4,4]((0.70711,0.0711,0,0),(0,0,1,0),(0.70711,-0.70711,0,0),(0,0,0,1)) </String>
+ </Matrix>
+ </Frame>
+ <Joint xsi:type="JointType">
+ <Type>None</Type>
+ <Axis>Z</Axis>
+ </Joint>
+ </Segment>
+-->
+
+ <Segment>
+ <Frame xsi:type="MatrixFrameType">
+ <Matrix xsi:type="BoostMatrixType">
<String> [4,4]((1,0,0,0),(0,1,0,0),(0,0,1,310),(0,0,0,1)) </String>
</Matrix>
</Frame>
Index: doc/examples/xml/kdl_kuka_pos.xml
===================================================================
--- doc/examples/xml/kdl_kuka_pos.xml (revision 38)
+++ doc/examples/xml/kdl_kuka_pos.xml (working copy)
@@ -8,7 +8,7 @@
<!DOCTYPE
chain [
- <!ENTITY KukaChain SYSTEM "kuka_chain.xml">
+ <!ENTITY KukaChain SYSTEM "kuka_chain_world.xml">
]
>
@@ -21,7 +21,7 @@
<Potential xsi:type="SquarePotentialType">
<Dimension> 3 </Dimension>
- <Coefficient> 0.0005 </Coefficient>
+ <Coefficient> 0.000001 </Coefficient>
</Potential>
<EffectorTransform xsi:type="GenericEffectorTransformType"/>
|