roboticstoolbox-python 1.3.0__cp312-cp312-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- roboticstoolbox/__init__.py +104 -0
- roboticstoolbox/backends/Connector.py +107 -0
- roboticstoolbox/backends/Dynamixel/README.md +9 -0
- roboticstoolbox/backends/Dynamixel/dynamixel.json +581 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_io.py +450 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/LICENSE +201 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/README.md +28 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/ReleaseNote.md +181 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/__init__.py +27 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_bulk_read.py +163 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_bulk_write.py +109 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_sync_read.py +166 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_sync_write.py +99 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/packet_handler.py +33 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/port_handler.py +155 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/protocol1_packet_handler.py +548 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/protocol2_packet_handler.py +1080 -0
- roboticstoolbox/backends/Dynamixel/dynamixel_sdk/robotis_def.py +75 -0
- roboticstoolbox/backends/Dynamixel/dyndata.py +121 -0
- roboticstoolbox/backends/PyPlot/EllipsePlot.py +253 -0
- roboticstoolbox/backends/PyPlot/PyPlot.py +769 -0
- roboticstoolbox/backends/PyPlot/PyPlot2.py +526 -0
- roboticstoolbox/backends/PyPlot/README.md +67 -0
- roboticstoolbox/backends/PyPlot/RobotPlot.py +247 -0
- roboticstoolbox/backends/PyPlot/RobotPlot2.py +123 -0
- roboticstoolbox/backends/PyPlot/__init__.py +4 -0
- roboticstoolbox/backends/ROS/ROS.py +129 -0
- roboticstoolbox/backends/ROS/__init__.py +3 -0
- roboticstoolbox/backends/__init__.py +39 -0
- roboticstoolbox/backends/swift/__init__.py +26 -0
- roboticstoolbox/bin/__init__.py +0 -0
- roboticstoolbox/bin/rtbtool.py +307 -0
- roboticstoolbox/blocks/Icons/250x250/armplot.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/bicycle.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/camera.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/circlepath.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/coriolis.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/ctraj.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/delta2tr.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/diffsteer.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/fdyn.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/fdynx.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/fkine.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/gravload.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/idyn.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/idynx.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/ikine.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/inertia.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/jacobian.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/jtraj.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/lspb.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/multirotor.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/multirotormixer.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/multirotorplot.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/point2tr.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/tr2delta.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/tr2t.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/unicycle.png +0 -0
- roboticstoolbox/blocks/Icons/250x250/vehicleplot.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/armplot.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/bicycle.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/camera.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/circlepath.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/coriolis.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/delta2tr.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/diffsteer.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/fdyn.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/fdynx.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/fkine.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/gravload.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/idyn.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/idynx.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/ikine.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/inertia.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/jacobian.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/jtraj.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/lspb.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/multirotor.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/multirotormixer.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/multirotorplot.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/point2tr.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/tr2delta.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/tr2t.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/unicycle.png +0 -0
- roboticstoolbox/blocks/Icons/50x50/vehicleplot.png +0 -0
- roboticstoolbox/blocks/Icons/armplot.png +0 -0
- roboticstoolbox/blocks/Icons/bicycle.png +0 -0
- roboticstoolbox/blocks/Icons/camera.png +0 -0
- roboticstoolbox/blocks/Icons/circlepath.png +0 -0
- roboticstoolbox/blocks/Icons/coriolis.png +0 -0
- roboticstoolbox/blocks/Icons/ctraj.png +0 -0
- roboticstoolbox/blocks/Icons/delta2tr.png +0 -0
- roboticstoolbox/blocks/Icons/diffsteer.png +0 -0
- roboticstoolbox/blocks/Icons/fdyn.png +0 -0
- roboticstoolbox/blocks/Icons/fdynx.png +0 -0
- roboticstoolbox/blocks/Icons/fkine.png +0 -0
- roboticstoolbox/blocks/Icons/gravload.png +0 -0
- roboticstoolbox/blocks/Icons/idyn.png +0 -0
- roboticstoolbox/blocks/Icons/idynx.png +0 -0
- roboticstoolbox/blocks/Icons/ikine.png +0 -0
- roboticstoolbox/blocks/Icons/inertia.png +0 -0
- roboticstoolbox/blocks/Icons/jacobian.png +0 -0
- roboticstoolbox/blocks/Icons/jtraj.png +0 -0
- roboticstoolbox/blocks/Icons/lspb.png +0 -0
- roboticstoolbox/blocks/Icons/multirotor.png +0 -0
- roboticstoolbox/blocks/Icons/multirotormixer.png +0 -0
- roboticstoolbox/blocks/Icons/multirotorplot.png +0 -0
- roboticstoolbox/blocks/Icons/point2tr.png +0 -0
- roboticstoolbox/blocks/Icons/tr2delta.png +0 -0
- roboticstoolbox/blocks/Icons/tr2t.png +0 -0
- roboticstoolbox/blocks/Icons/unicycle.png +0 -0
- roboticstoolbox/blocks/Icons/vehicleplot.png +0 -0
- roboticstoolbox/blocks/README.md +43 -0
- roboticstoolbox/blocks/__init__.py +6 -0
- roboticstoolbox/blocks/arm.py +1587 -0
- roboticstoolbox/blocks/mobile.py +500 -0
- roboticstoolbox/blocks/quad_model.py +132 -0
- roboticstoolbox/blocks/spatial.py +245 -0
- roboticstoolbox/blocks/uav.py +949 -0
- roboticstoolbox/core/Eigen/Cholesky +45 -0
- roboticstoolbox/core/Eigen/CholmodSupport +48 -0
- roboticstoolbox/core/Eigen/Core +384 -0
- roboticstoolbox/core/Eigen/Dense +7 -0
- roboticstoolbox/core/Eigen/Eigen +2 -0
- roboticstoolbox/core/Eigen/Eigenvalues +60 -0
- roboticstoolbox/core/Eigen/Geometry +59 -0
- roboticstoolbox/core/Eigen/Householder +29 -0
- roboticstoolbox/core/Eigen/IterativeLinearSolvers +48 -0
- roboticstoolbox/core/Eigen/Jacobi +32 -0
- roboticstoolbox/core/Eigen/KLUSupport +41 -0
- roboticstoolbox/core/Eigen/LU +47 -0
- roboticstoolbox/core/Eigen/MetisSupport +35 -0
- roboticstoolbox/core/Eigen/OrderingMethods +70 -0
- roboticstoolbox/core/Eigen/PaStiXSupport +49 -0
- roboticstoolbox/core/Eigen/PardisoSupport +35 -0
- roboticstoolbox/core/Eigen/QR +50 -0
- roboticstoolbox/core/Eigen/QtAlignedMalloc +39 -0
- roboticstoolbox/core/Eigen/SPQRSupport +34 -0
- roboticstoolbox/core/Eigen/SVD +50 -0
- roboticstoolbox/core/Eigen/Sparse +34 -0
- roboticstoolbox/core/Eigen/SparseCholesky +37 -0
- roboticstoolbox/core/Eigen/SparseCore +69 -0
- roboticstoolbox/core/Eigen/SparseLU +50 -0
- roboticstoolbox/core/Eigen/SparseQR +36 -0
- roboticstoolbox/core/Eigen/StdDeque +27 -0
- roboticstoolbox/core/Eigen/StdList +26 -0
- roboticstoolbox/core/Eigen/StdVector +27 -0
- roboticstoolbox/core/Eigen/SuperLUSupport +64 -0
- roboticstoolbox/core/Eigen/UmfPackSupport +40 -0
- roboticstoolbox/core/Eigen/src/Cholesky/LDLT.h +688 -0
- roboticstoolbox/core/Eigen/src/Cholesky/LLT.h +558 -0
- roboticstoolbox/core/Eigen/src/Cholesky/LLT_LAPACKE.h +99 -0
- roboticstoolbox/core/Eigen/src/CholmodSupport/CholmodSupport.h +682 -0
- roboticstoolbox/core/Eigen/src/Core/ArithmeticSequence.h +413 -0
- roboticstoolbox/core/Eigen/src/Core/Array.h +417 -0
- roboticstoolbox/core/Eigen/src/Core/ArrayBase.h +226 -0
- roboticstoolbox/core/Eigen/src/Core/ArrayWrapper.h +209 -0
- roboticstoolbox/core/Eigen/src/Core/Assign.h +90 -0
- roboticstoolbox/core/Eigen/src/Core/AssignEvaluator.h +1010 -0
- roboticstoolbox/core/Eigen/src/Core/Assign_MKL.h +178 -0
- roboticstoolbox/core/Eigen/src/Core/BandMatrix.h +353 -0
- roboticstoolbox/core/Eigen/src/Core/Block.h +448 -0
- roboticstoolbox/core/Eigen/src/Core/BooleanRedux.h +162 -0
- roboticstoolbox/core/Eigen/src/Core/CommaInitializer.h +164 -0
- roboticstoolbox/core/Eigen/src/Core/ConditionEstimator.h +175 -0
- roboticstoolbox/core/Eigen/src/Core/CoreEvaluators.h +1741 -0
- roboticstoolbox/core/Eigen/src/Core/CoreIterators.h +132 -0
- roboticstoolbox/core/Eigen/src/Core/CwiseBinaryOp.h +183 -0
- roboticstoolbox/core/Eigen/src/Core/CwiseNullaryOp.h +1001 -0
- roboticstoolbox/core/Eigen/src/Core/CwiseTernaryOp.h +197 -0
- roboticstoolbox/core/Eigen/src/Core/CwiseUnaryOp.h +103 -0
- roboticstoolbox/core/Eigen/src/Core/CwiseUnaryView.h +132 -0
- roboticstoolbox/core/Eigen/src/Core/DenseBase.h +701 -0
- roboticstoolbox/core/Eigen/src/Core/DenseCoeffsBase.h +685 -0
- roboticstoolbox/core/Eigen/src/Core/DenseStorage.h +652 -0
- roboticstoolbox/core/Eigen/src/Core/Diagonal.h +258 -0
- roboticstoolbox/core/Eigen/src/Core/DiagonalMatrix.h +391 -0
- roboticstoolbox/core/Eigen/src/Core/DiagonalProduct.h +28 -0
- roboticstoolbox/core/Eigen/src/Core/Dot.h +318 -0
- roboticstoolbox/core/Eigen/src/Core/EigenBase.h +160 -0
- roboticstoolbox/core/Eigen/src/Core/ForceAlignedAccess.h +150 -0
- roboticstoolbox/core/Eigen/src/Core/Fuzzy.h +155 -0
- roboticstoolbox/core/Eigen/src/Core/GeneralProduct.h +465 -0
- roboticstoolbox/core/Eigen/src/Core/GenericPacketMath.h +1040 -0
- roboticstoolbox/core/Eigen/src/Core/GlobalFunctions.h +194 -0
- roboticstoolbox/core/Eigen/src/Core/IO.h +258 -0
- roboticstoolbox/core/Eigen/src/Core/IndexedView.h +237 -0
- roboticstoolbox/core/Eigen/src/Core/Inverse.h +117 -0
- roboticstoolbox/core/Eigen/src/Core/Map.h +171 -0
- roboticstoolbox/core/Eigen/src/Core/MapBase.h +310 -0
- roboticstoolbox/core/Eigen/src/Core/MathFunctions.h +2057 -0
- roboticstoolbox/core/Eigen/src/Core/MathFunctionsImpl.h +200 -0
- roboticstoolbox/core/Eigen/src/Core/Matrix.h +565 -0
- roboticstoolbox/core/Eigen/src/Core/MatrixBase.h +547 -0
- roboticstoolbox/core/Eigen/src/Core/NestByValue.h +85 -0
- roboticstoolbox/core/Eigen/src/Core/NoAlias.h +109 -0
- roboticstoolbox/core/Eigen/src/Core/NumTraits.h +335 -0
- roboticstoolbox/core/Eigen/src/Core/PartialReduxEvaluator.h +232 -0
- roboticstoolbox/core/Eigen/src/Core/PermutationMatrix.h +605 -0
- roboticstoolbox/core/Eigen/src/Core/PlainObjectBase.h +1128 -0
- roboticstoolbox/core/Eigen/src/Core/Product.h +191 -0
- roboticstoolbox/core/Eigen/src/Core/ProductEvaluators.h +1179 -0
- roboticstoolbox/core/Eigen/src/Core/Random.h +218 -0
- roboticstoolbox/core/Eigen/src/Core/Redux.h +515 -0
- roboticstoolbox/core/Eigen/src/Core/Ref.h +381 -0
- roboticstoolbox/core/Eigen/src/Core/Replicate.h +142 -0
- roboticstoolbox/core/Eigen/src/Core/Reshaped.h +454 -0
- roboticstoolbox/core/Eigen/src/Core/ReturnByValue.h +119 -0
- roboticstoolbox/core/Eigen/src/Core/Reverse.h +217 -0
- roboticstoolbox/core/Eigen/src/Core/Select.h +164 -0
- roboticstoolbox/core/Eigen/src/Core/SelfAdjointView.h +365 -0
- roboticstoolbox/core/Eigen/src/Core/SelfCwiseBinaryOp.h +47 -0
- roboticstoolbox/core/Eigen/src/Core/Solve.h +188 -0
- roboticstoolbox/core/Eigen/src/Core/SolveTriangular.h +235 -0
- roboticstoolbox/core/Eigen/src/Core/SolverBase.h +168 -0
- roboticstoolbox/core/Eigen/src/Core/StableNorm.h +251 -0
- roboticstoolbox/core/Eigen/src/Core/StlIterators.h +463 -0
- roboticstoolbox/core/Eigen/src/Core/Stride.h +116 -0
- roboticstoolbox/core/Eigen/src/Core/Swap.h +68 -0
- roboticstoolbox/core/Eigen/src/Core/Transpose.h +464 -0
- roboticstoolbox/core/Eigen/src/Core/Transpositions.h +386 -0
- roboticstoolbox/core/Eigen/src/Core/TriangularMatrix.h +1001 -0
- roboticstoolbox/core/Eigen/src/Core/VectorBlock.h +96 -0
- roboticstoolbox/core/Eigen/src/Core/VectorwiseOp.h +784 -0
- roboticstoolbox/core/Eigen/src/Core/Visitor.h +381 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX/Complex.h +372 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX/MathFunctions.h +228 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX/PacketMath.h +1574 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX/TypeCasting.h +115 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX512/Complex.h +422 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX512/MathFunctions.h +362 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX512/PacketMath.h +2303 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AVX512/TypeCasting.h +89 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/Complex.h +417 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MathFunctions.h +90 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +2937 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +221 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +629 -0
- roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/PacketMath.h +2711 -0
- roboticstoolbox/core/Eigen/src/Core/arch/CUDA/Complex.h +258 -0
- roboticstoolbox/core/Eigen/src/Core/arch/Default/BFloat16.h +700 -0
- roboticstoolbox/core/Eigen/src/Core/arch/Default/ConjHelper.h +117 -0
- roboticstoolbox/core/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +1649 -0
- roboticstoolbox/core/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +110 -0
- roboticstoolbox/core/Eigen/src/Core/arch/Default/Half.h +942 -0
- roboticstoolbox/core/Eigen/src/Core/arch/Default/Settings.h +49 -0
- roboticstoolbox/core/Eigen/src/Core/arch/Default/TypeCasting.h +120 -0
- roboticstoolbox/core/Eigen/src/Core/arch/GPU/MathFunctions.h +103 -0
- roboticstoolbox/core/Eigen/src/Core/arch/GPU/PacketMath.h +1685 -0
- roboticstoolbox/core/Eigen/src/Core/arch/GPU/TypeCasting.h +80 -0
- roboticstoolbox/core/Eigen/src/Core/arch/HIP/hcc/math_constants.h +23 -0
- roboticstoolbox/core/Eigen/src/Core/arch/MSA/Complex.h +648 -0
- roboticstoolbox/core/Eigen/src/Core/arch/MSA/MathFunctions.h +387 -0
- roboticstoolbox/core/Eigen/src/Core/arch/MSA/PacketMath.h +1233 -0
- roboticstoolbox/core/Eigen/src/Core/arch/NEON/Complex.h +584 -0
- roboticstoolbox/core/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +183 -0
- roboticstoolbox/core/Eigen/src/Core/arch/NEON/MathFunctions.h +75 -0
- roboticstoolbox/core/Eigen/src/Core/arch/NEON/PacketMath.h +4587 -0
- roboticstoolbox/core/Eigen/src/Core/arch/NEON/TypeCasting.h +1419 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SSE/Complex.h +351 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SSE/MathFunctions.h +199 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SSE/PacketMath.h +1505 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SSE/TypeCasting.h +142 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SVE/MathFunctions.h +44 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SVE/PacketMath.h +752 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SVE/TypeCasting.h +49 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SYCL/InteropHeaders.h +232 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SYCL/MathFunctions.h +301 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SYCL/PacketMath.h +670 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +694 -0
- roboticstoolbox/core/Eigen/src/Core/arch/SYCL/TypeCasting.h +85 -0
- roboticstoolbox/core/Eigen/src/Core/arch/ZVector/Complex.h +426 -0
- roboticstoolbox/core/Eigen/src/Core/arch/ZVector/MathFunctions.h +233 -0
- roboticstoolbox/core/Eigen/src/Core/arch/ZVector/PacketMath.h +1060 -0
- roboticstoolbox/core/Eigen/src/Core/functors/AssignmentFunctors.h +177 -0
- roboticstoolbox/core/Eigen/src/Core/functors/BinaryFunctors.h +541 -0
- roboticstoolbox/core/Eigen/src/Core/functors/NullaryFunctors.h +189 -0
- roboticstoolbox/core/Eigen/src/Core/functors/StlFunctors.h +166 -0
- roboticstoolbox/core/Eigen/src/Core/functors/TernaryFunctors.h +25 -0
- roboticstoolbox/core/Eigen/src/Core/functors/UnaryFunctors.h +1131 -0
- roboticstoolbox/core/Eigen/src/Core/products/GeneralBlockPanelKernel.h +2645 -0
- roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrix.h +517 -0
- roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +317 -0
- roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +145 -0
- roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +124 -0
- roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixVector.h +518 -0
- roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +136 -0
- roboticstoolbox/core/Eigen/src/Core/products/Parallelizer.h +180 -0
- roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +544 -0
- roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +295 -0
- roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixVector.h +262 -0
- roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +118 -0
- roboticstoolbox/core/Eigen/src/Core/products/SelfadjointProduct.h +133 -0
- roboticstoolbox/core/Eigen/src/Core/products/SelfadjointRank2Update.h +94 -0
- roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixMatrix.h +472 -0
- roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +317 -0
- roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixVector.h +350 -0
- roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +255 -0
- roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverMatrix.h +337 -0
- roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +167 -0
- roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverVector.h +148 -0
- roboticstoolbox/core/Eigen/src/Core/util/BlasUtil.h +583 -0
- roboticstoolbox/core/Eigen/src/Core/util/ConfigureVectorization.h +512 -0
- roboticstoolbox/core/Eigen/src/Core/util/Constants.h +563 -0
- roboticstoolbox/core/Eigen/src/Core/util/DisableStupidWarnings.h +106 -0
- roboticstoolbox/core/Eigen/src/Core/util/ForwardDeclarations.h +322 -0
- roboticstoolbox/core/Eigen/src/Core/util/IndexedViewHelper.h +186 -0
- roboticstoolbox/core/Eigen/src/Core/util/IntegralConstant.h +272 -0
- roboticstoolbox/core/Eigen/src/Core/util/MKL_support.h +137 -0
- roboticstoolbox/core/Eigen/src/Core/util/Macros.h +1464 -0
- roboticstoolbox/core/Eigen/src/Core/util/Memory.h +1163 -0
- roboticstoolbox/core/Eigen/src/Core/util/Meta.h +812 -0
- roboticstoolbox/core/Eigen/src/Core/util/NonMPL2.h +3 -0
- roboticstoolbox/core/Eigen/src/Core/util/ReenableStupidWarnings.h +31 -0
- roboticstoolbox/core/Eigen/src/Core/util/ReshapedHelper.h +51 -0
- roboticstoolbox/core/Eigen/src/Core/util/StaticAssert.h +221 -0
- roboticstoolbox/core/Eigen/src/Core/util/SymbolicIndex.h +293 -0
- roboticstoolbox/core/Eigen/src/Core/util/XprHelper.h +856 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexEigenSolver.h +346 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexSchur.h +462 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +91 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/EigenSolver.h +622 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +418 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +226 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/HessenbergDecomposition.h +374 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +158 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/RealQZ.h +657 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/RealSchur.h +558 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +77 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +904 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +87 -0
- roboticstoolbox/core/Eigen/src/Eigenvalues/Tridiagonalization.h +561 -0
- roboticstoolbox/core/Eigen/src/Geometry/AlignedBox.h +486 -0
- roboticstoolbox/core/Eigen/src/Geometry/AngleAxis.h +247 -0
- roboticstoolbox/core/Eigen/src/Geometry/EulerAngles.h +114 -0
- roboticstoolbox/core/Eigen/src/Geometry/Homogeneous.h +501 -0
- roboticstoolbox/core/Eigen/src/Geometry/Hyperplane.h +282 -0
- roboticstoolbox/core/Eigen/src/Geometry/OrthoMethods.h +235 -0
- roboticstoolbox/core/Eigen/src/Geometry/ParametrizedLine.h +232 -0
- roboticstoolbox/core/Eigen/src/Geometry/Quaternion.h +870 -0
- roboticstoolbox/core/Eigen/src/Geometry/Rotation2D.h +199 -0
- roboticstoolbox/core/Eigen/src/Geometry/RotationBase.h +206 -0
- roboticstoolbox/core/Eigen/src/Geometry/Scaling.h +188 -0
- roboticstoolbox/core/Eigen/src/Geometry/Transform.h +1563 -0
- roboticstoolbox/core/Eigen/src/Geometry/Translation.h +202 -0
- roboticstoolbox/core/Eigen/src/Geometry/Umeyama.h +166 -0
- roboticstoolbox/core/Eigen/src/Geometry/arch/Geometry_SIMD.h +168 -0
- roboticstoolbox/core/Eigen/src/Householder/BlockHouseholder.h +110 -0
- roboticstoolbox/core/Eigen/src/Householder/Householder.h +176 -0
- roboticstoolbox/core/Eigen/src/Householder/HouseholderSequence.h +545 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +226 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +212 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +229 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +394 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +453 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +444 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +198 -0
- roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +117 -0
- roboticstoolbox/core/Eigen/src/Jacobi/Jacobi.h +483 -0
- roboticstoolbox/core/Eigen/src/KLUSupport/KLUSupport.h +358 -0
- roboticstoolbox/core/Eigen/src/LU/Determinant.h +117 -0
- roboticstoolbox/core/Eigen/src/LU/FullPivLU.h +877 -0
- roboticstoolbox/core/Eigen/src/LU/InverseImpl.h +432 -0
- roboticstoolbox/core/Eigen/src/LU/PartialPivLU.h +624 -0
- roboticstoolbox/core/Eigen/src/LU/PartialPivLU_LAPACKE.h +83 -0
- roboticstoolbox/core/Eigen/src/LU/arch/InverseSize4.h +351 -0
- roboticstoolbox/core/Eigen/src/MetisSupport/MetisSupport.h +137 -0
- roboticstoolbox/core/Eigen/src/OrderingMethods/Amd.h +435 -0
- roboticstoolbox/core/Eigen/src/OrderingMethods/Eigen_Colamd.h +1863 -0
- roboticstoolbox/core/Eigen/src/OrderingMethods/Ordering.h +153 -0
- roboticstoolbox/core/Eigen/src/PaStiXSupport/PaStiXSupport.h +678 -0
- roboticstoolbox/core/Eigen/src/PardisoSupport/PardisoSupport.h +545 -0
- roboticstoolbox/core/Eigen/src/QR/ColPivHouseholderQR.h +674 -0
- roboticstoolbox/core/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +97 -0
- roboticstoolbox/core/Eigen/src/QR/CompleteOrthogonalDecomposition.h +635 -0
- roboticstoolbox/core/Eigen/src/QR/FullPivHouseholderQR.h +713 -0
- roboticstoolbox/core/Eigen/src/QR/HouseholderQR.h +434 -0
- roboticstoolbox/core/Eigen/src/QR/HouseholderQR_LAPACKE.h +68 -0
- roboticstoolbox/core/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +335 -0
- roboticstoolbox/core/Eigen/src/SVD/BDCSVD.h +1366 -0
- roboticstoolbox/core/Eigen/src/SVD/JacobiSVD.h +812 -0
- roboticstoolbox/core/Eigen/src/SVD/JacobiSVD_LAPACKE.h +91 -0
- roboticstoolbox/core/Eigen/src/SVD/SVDBase.h +376 -0
- roboticstoolbox/core/Eigen/src/SVD/UpperBidiagonalization.h +414 -0
- roboticstoolbox/core/Eigen/src/SparseCholesky/SimplicialCholesky.h +697 -0
- roboticstoolbox/core/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +174 -0
- roboticstoolbox/core/Eigen/src/SparseCore/AmbiVector.h +378 -0
- roboticstoolbox/core/Eigen/src/SparseCore/CompressedStorage.h +274 -0
- roboticstoolbox/core/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +352 -0
- roboticstoolbox/core/Eigen/src/SparseCore/MappedSparseMatrix.h +67 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseAssign.h +270 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseBlock.h +571 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseColEtree.h +206 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseCompressedBase.h +370 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +722 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +150 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseDenseProduct.h +342 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseDiagonalProduct.h +138 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseDot.h +98 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseFuzzy.h +29 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseMap.h +305 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseMatrix.h +1518 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseMatrixBase.h +398 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparsePermutation.h +178 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseProduct.h +181 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseRedux.h +49 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseRef.h +397 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseSelfAdjointView.h +659 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseSolverBase.h +124 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +198 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseTranspose.h +92 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseTriangularView.h +189 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseUtil.h +186 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseVector.h +478 -0
- roboticstoolbox/core/Eigen/src/SparseCore/SparseView.h +254 -0
- roboticstoolbox/core/Eigen/src/SparseCore/TriangularSolver.h +315 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU.h +923 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLUImpl.h +66 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Memory.h +226 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Structs.h +110 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +375 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Utils.h +80 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_column_bmod.h +181 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_column_dfs.h +179 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +107 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +280 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +126 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +130 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_panel_bmod.h +223 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_panel_dfs.h +258 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_pivotL.h +137 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_pruneL.h +136 -0
- roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_relax_snode.h +83 -0
- roboticstoolbox/core/Eigen/src/SparseQR/SparseQR.h +758 -0
- roboticstoolbox/core/Eigen/src/StlSupport/StdDeque.h +116 -0
- roboticstoolbox/core/Eigen/src/StlSupport/StdList.h +106 -0
- roboticstoolbox/core/Eigen/src/StlSupport/StdVector.h +131 -0
- roboticstoolbox/core/Eigen/src/StlSupport/details.h +84 -0
- roboticstoolbox/core/Eigen/src/SuperLUSupport/SuperLUSupport.h +1025 -0
- roboticstoolbox/core/Eigen/src/UmfPackSupport/UmfPackSupport.h +642 -0
- roboticstoolbox/core/Eigen/src/misc/Image.h +82 -0
- roboticstoolbox/core/Eigen/src/misc/Kernel.h +79 -0
- roboticstoolbox/core/Eigen/src/misc/RealSvd2x2.h +55 -0
- roboticstoolbox/core/Eigen/src/misc/blas.h +440 -0
- roboticstoolbox/core/Eigen/src/misc/lapack.h +152 -0
- roboticstoolbox/core/Eigen/src/misc/lapacke.h +16292 -0
- roboticstoolbox/core/Eigen/src/misc/lapacke_mangling.h +17 -0
- roboticstoolbox/core/Eigen/src/plugins/ArrayCwiseBinaryOps.h +358 -0
- roboticstoolbox/core/Eigen/src/plugins/ArrayCwiseUnaryOps.h +696 -0
- roboticstoolbox/core/Eigen/src/plugins/BlockMethods.h +1442 -0
- roboticstoolbox/core/Eigen/src/plugins/CommonCwiseBinaryOps.h +115 -0
- roboticstoolbox/core/Eigen/src/plugins/CommonCwiseUnaryOps.h +177 -0
- roboticstoolbox/core/Eigen/src/plugins/IndexedViewMethods.h +262 -0
- roboticstoolbox/core/Eigen/src/plugins/MatrixCwiseBinaryOps.h +152 -0
- roboticstoolbox/core/Eigen/src/plugins/MatrixCwiseUnaryOps.h +95 -0
- roboticstoolbox/core/Eigen/src/plugins/ReshapedMethods.h +149 -0
- roboticstoolbox/core/fknm.cpp +1557 -0
- roboticstoolbox/core/fknm.h +55 -0
- roboticstoolbox/core/frne.c +351 -0
- roboticstoolbox/core/frne.h +96 -0
- roboticstoolbox/core/ik.cpp +301 -0
- roboticstoolbox/core/ik.h +59 -0
- roboticstoolbox/core/linalg.cpp +316 -0
- roboticstoolbox/core/linalg.h +64 -0
- roboticstoolbox/core/methods.cpp +372 -0
- roboticstoolbox/core/methods.h +32 -0
- roboticstoolbox/core/ne.c +493 -0
- roboticstoolbox/core/structs.cpp +24 -0
- roboticstoolbox/core/structs.h +62 -0
- roboticstoolbox/core/vmath.c +163 -0
- roboticstoolbox/core/vmath.h +32 -0
- roboticstoolbox/fknm.cp312-win_amd64.pyd +0 -0
- roboticstoolbox/frne.cp312-win_amd64.pyd +0 -0
- roboticstoolbox/mobile/Animations.py +485 -0
- roboticstoolbox/mobile/Bug2.py +455 -0
- roboticstoolbox/mobile/CurvaturePolyPlanner.py +179 -0
- roboticstoolbox/mobile/DistanceTransformPlanner.py +395 -0
- roboticstoolbox/mobile/DstarPlanner.py +591 -0
- roboticstoolbox/mobile/DubinsPlanner.py +474 -0
- roboticstoolbox/mobile/EKF.py +1617 -0
- roboticstoolbox/mobile/LatticePlanner.py +419 -0
- roboticstoolbox/mobile/OccGrid.py +613 -0
- roboticstoolbox/mobile/PRMPlanner.py +348 -0
- roboticstoolbox/mobile/ParticleFilter.py +706 -0
- roboticstoolbox/mobile/PlannerBase.py +1009 -0
- roboticstoolbox/mobile/PoseGraph.py +544 -0
- roboticstoolbox/mobile/QuinticPolyPlanner.py +349 -0
- roboticstoolbox/mobile/RRTPlanner.py +359 -0
- roboticstoolbox/mobile/ReedsSheppPlanner.py +545 -0
- roboticstoolbox/mobile/Vehicle.py +1909 -0
- roboticstoolbox/mobile/__init__.py +193 -0
- roboticstoolbox/mobile/drivers.py +390 -0
- roboticstoolbox/mobile/landmarkmap.py +181 -0
- roboticstoolbox/mobile/sensors.py +771 -0
- roboticstoolbox/models/DH/AL5D.py +121 -0
- roboticstoolbox/models/DH/Ball.py +87 -0
- roboticstoolbox/models/DH/Baxter.py +91 -0
- roboticstoolbox/models/DH/Cobra600.py +63 -0
- roboticstoolbox/models/DH/Coil.py +80 -0
- roboticstoolbox/models/DH/Hyper.py +83 -0
- roboticstoolbox/models/DH/Hyper3d.py +85 -0
- roboticstoolbox/models/DH/IRB140.py +159 -0
- roboticstoolbox/models/DH/Jaco.py +102 -0
- roboticstoolbox/models/DH/KR5.py +112 -0
- roboticstoolbox/models/DH/LWR4.py +85 -0
- roboticstoolbox/models/DH/Mico.py +102 -0
- roboticstoolbox/models/DH/Orion5.py +91 -0
- roboticstoolbox/models/DH/P8.py +80 -0
- roboticstoolbox/models/DH/Panda.py +178 -0
- roboticstoolbox/models/DH/Planar2.py +69 -0
- roboticstoolbox/models/DH/Planar3.py +51 -0
- roboticstoolbox/models/DH/Puma560.py +326 -0
- roboticstoolbox/models/DH/README.md +216 -0
- roboticstoolbox/models/DH/Sawyer.py +85 -0
- roboticstoolbox/models/DH/Stanford.py +147 -0
- roboticstoolbox/models/DH/TwoLink.py +109 -0
- roboticstoolbox/models/DH/UR10.py +124 -0
- roboticstoolbox/models/DH/UR3.py +98 -0
- roboticstoolbox/models/DH/UR5.py +98 -0
- roboticstoolbox/models/DH/Uprighttl.py +24 -0
- roboticstoolbox/models/DH/__init__.py +52 -0
- roboticstoolbox/models/ETS/Frankie.py +90 -0
- roboticstoolbox/models/ETS/GenericSeven.py +54 -0
- roboticstoolbox/models/ETS/Omni.py +74 -0
- roboticstoolbox/models/ETS/Panda.py +69 -0
- roboticstoolbox/models/ETS/Planar2.py +49 -0
- roboticstoolbox/models/ETS/Planar_Y.py +65 -0
- roboticstoolbox/models/ETS/Puma560.py +69 -0
- roboticstoolbox/models/ETS/XYPanda.py +84 -0
- roboticstoolbox/models/ETS/__init__.py +20 -0
- roboticstoolbox/models/README.md +9 -0
- roboticstoolbox/models/URDF/AL5D.py +54 -0
- roboticstoolbox/models/URDF/Fetch.py +70 -0
- roboticstoolbox/models/URDF/FetchCamera.py +71 -0
- roboticstoolbox/models/URDF/Frankie.py +75 -0
- roboticstoolbox/models/URDF/FrankieOmni.py +94 -0
- roboticstoolbox/models/URDF/KinovaGen3.py +71 -0
- roboticstoolbox/models/URDF/LBR.py +59 -0
- roboticstoolbox/models/URDF/Mico.py +68 -0
- roboticstoolbox/models/URDF/PR2.py +64 -0
- roboticstoolbox/models/URDF/Panda.py +67 -0
- roboticstoolbox/models/URDF/Puma560.py +97 -0
- roboticstoolbox/models/URDF/UR10.py +53 -0
- roboticstoolbox/models/URDF/UR3.py +53 -0
- roboticstoolbox/models/URDF/UR5.py +74 -0
- roboticstoolbox/models/URDF/Valkyrie.py +84 -0
- roboticstoolbox/models/URDF/YuMi.py +109 -0
- roboticstoolbox/models/URDF/__init__.py +53 -0
- roboticstoolbox/models/URDF/px100.py +56 -0
- roboticstoolbox/models/URDF/px150.py +56 -0
- roboticstoolbox/models/URDF/rx150.py +56 -0
- roboticstoolbox/models/URDF/rx200.py +56 -0
- roboticstoolbox/models/URDF/vx300.py +56 -0
- roboticstoolbox/models/URDF/vx300s.py +56 -0
- roboticstoolbox/models/URDF/wx200.py +56 -0
- roboticstoolbox/models/URDF/wx250.py +56 -0
- roboticstoolbox/models/URDF/wx250s.py +56 -0
- roboticstoolbox/models/__init__.py +7 -0
- roboticstoolbox/models/list.py +119 -0
- roboticstoolbox/robot/BaseRobot.py +3133 -0
- roboticstoolbox/robot/DHFactor.py +522 -0
- roboticstoolbox/robot/DHLink.py +981 -0
- roboticstoolbox/robot/DHRobot.py +2520 -0
- roboticstoolbox/robot/Dynamics.py +1620 -0
- roboticstoolbox/robot/ELink.py +23 -0
- roboticstoolbox/robot/ERobot.py +25 -0
- roboticstoolbox/robot/ET.py +1097 -0
- roboticstoolbox/robot/ETS.py +3542 -0
- roboticstoolbox/robot/Gripper.py +282 -0
- roboticstoolbox/robot/IK.py +1522 -0
- roboticstoolbox/robot/Link.py +1698 -0
- roboticstoolbox/robot/PoERobot.py +348 -0
- roboticstoolbox/robot/Robot.py +2100 -0
- roboticstoolbox/robot/RobotKinematics.py +1725 -0
- roboticstoolbox/robot/RobotProto.py +92 -0
- roboticstoolbox/robot/__init__.py +54 -0
- roboticstoolbox/tools/DHFactor.py +375 -0
- roboticstoolbox/tools/Ticker.py +53 -0
- roboticstoolbox/tools/__init__.py +54 -0
- roboticstoolbox/tools/data.py +187 -0
- roboticstoolbox/tools/jsingu.py +51 -0
- roboticstoolbox/tools/null.py +48 -0
- roboticstoolbox/tools/numerical.py +96 -0
- roboticstoolbox/tools/p_servo.py +106 -0
- roboticstoolbox/tools/params.py +11 -0
- roboticstoolbox/tools/plot.py +109 -0
- roboticstoolbox/tools/trajectory.py +1152 -0
- roboticstoolbox/tools/types.py +13 -0
- roboticstoolbox/tools/urdf/__init__.py +45 -0
- roboticstoolbox/tools/urdf/tests/data/ur5.urdf +341 -0
- roboticstoolbox/tools/urdf/tests/test_urdf.py +116 -0
- roboticstoolbox/tools/urdf/urdf.py +1976 -0
- roboticstoolbox/tools/urdf/utils.py +50 -0
- roboticstoolbox/tools/xacro/__init__.py +1148 -0
- roboticstoolbox/tools/xacro/cli.py +128 -0
- roboticstoolbox/tools/xacro/color.py +66 -0
- roboticstoolbox/tools/xacro/tests/CMakeLists.txt +4 -0
- roboticstoolbox/tools/xacro/tests/broken.xacro +1 -0
- roboticstoolbox/tools/xacro/tests/emoji.xacro +5 -0
- roboticstoolbox/tools/xacro/tests/include1.xacro +4 -0
- roboticstoolbox/tools/xacro/tests/include1.xml +1 -0
- roboticstoolbox/tools/xacro/tests/include2.xacro +4 -0
- roboticstoolbox/tools/xacro/tests/include2.xml +1 -0
- roboticstoolbox/tools/xacro/tests/robots/README +4 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.gazebo.xacro +59 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.transmission.xacro +24 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.urdf.xacro +264 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/common.xacro +71 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.gazebo.xacro +36 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.transmission.xacro +20 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.urdf.xacro +130 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/gazebo/gazebo.urdf.xacro +24 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.gazebo.xacro +288 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.transmission.xacro +50 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.urdf.xacro +374 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.gazebo.xacro +16 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.transmission.xacro +34 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.urdf.xacro +147 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/materials.urdf.xacro +52 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/pr2.urdf.xacro +157 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/pr2_1.11.4.xml +3781 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/double_stereo_camera.gazebo.xacro +16 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/double_stereo_camera.urdf.xacro +61 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/head_sensor_package.gazebo.xacro +20 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/head_sensor_package.urdf.xacro +63 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/hokuyo_lx30_laser.gazebo.xacro +39 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/hokuyo_lx30_laser.urdf.xacro +27 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_camera.gazebo.xacro +87 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_camera.urdf.xacro +55 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_prosilica_camera.gazebo.xacro +193 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_prosilica_camera.urdf.xacro +181 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/microstrain_3dmgx2_imu.gazebo.xacro +20 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/microstrain_3dmgx2_imu.urdf.xacro +25 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/projector_wg6802418.gazebo.xacro +31 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/projector_wg6802418.urdf.xacro +42 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/prosilica_gc2450_camera.gazebo.xacro +43 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/prosilica_gc2450_camera.urdf.xacro +49 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/stereo_camera.gazebo.xacro +23 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/stereo_camera.urdf.xacro +71 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/wge100_camera.gazebo.xacro +46 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/wge100_camera.urdf.xacro +47 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.gazebo.xacro +40 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.transmission.xacro +35 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.urdf.xacro +167 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.gazebo.xacro +11 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.transmission.xacro +14 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.urdf.xacro +60 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.gazebo.xacro +37 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.transmission.xacro +22 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.urdf.xacro +122 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.gazebo.xacro +39 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.transmission.xacro +28 -0
- roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.urdf.xacro +173 -0
- roboticstoolbox/tools/xacro/tests/settings.yaml +9 -0
- roboticstoolbox/tools/xacro/tests/subdir/foo.xacro +3 -0
- roboticstoolbox/tools/xacro/tests/subdir/include-recursive.xacro +5 -0
- roboticstoolbox/tools/xacro/tests/subdir/include1.xml +1 -0
- roboticstoolbox/tools/xacro/tests/test_xacro.py +1418 -0
- roboticstoolbox/tools/xacro/xmlutils.py +152 -0
- roboticstoolbox_python-1.3.0.dist-info/METADATA +552 -0
- roboticstoolbox_python-1.3.0.dist-info/RECORD +673 -0
- roboticstoolbox_python-1.3.0.dist-info/WHEEL +5 -0
- roboticstoolbox_python-1.3.0.dist-info/entry_points.txt +6 -0
- roboticstoolbox_python-1.3.0.dist-info/licenses/LICENSE +21 -0
- spatialgeometry/__init__.py +32 -0
- spatialgeometry/geom/CollisionShape.py +419 -0
- spatialgeometry/geom/SceneGroup.py +26 -0
- spatialgeometry/geom/SceneNode.py +315 -0
- spatialgeometry/geom/Shape.py +420 -0
- spatialgeometry/geom/__init__.py +26 -0
- spatialgeometry/scene.py +107 -0
- spatialgeometry/tools/__init__.py +0 -0
- spatialgeometry/tools/stdout_supress.py +302 -0
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<root xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
|
|
3
|
+
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
|
|
4
|
+
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
|
|
5
|
+
xmlns:xacro="http://ros.org/wiki/xacro">
|
|
6
|
+
|
|
7
|
+
<xacro:include filename="kinect_prosilica_camera.gazebo.xacro" />
|
|
8
|
+
|
|
9
|
+
<xacro:property name="ir_depth_rgb_offset_y" value="0.01"/> <!-- FIXME: what is this offset? -->
|
|
10
|
+
|
|
11
|
+
<!-- kinect and prosilica combo -->
|
|
12
|
+
<xacro:macro name="kinect_prosilica_camera_swept_back_v0" params="name parent *origin">
|
|
13
|
+
<!-- stl contains structure + kinect + prosilica combo -->
|
|
14
|
+
<joint name="${name}_joint" type="fixed">
|
|
15
|
+
<!-- <limit lower="0.1" upper="0.1" effort="10000" velocity="100.0"/> -->
|
|
16
|
+
<!-- <insert_block name="origin" /> -->
|
|
17
|
+
<origin xyz="-0.138 0 0.091" rpy="0 0 0"/>
|
|
18
|
+
<parent link="${parent}"/>
|
|
19
|
+
<child link="${name}_link"/>
|
|
20
|
+
</joint>
|
|
21
|
+
<link name="${name}_link">
|
|
22
|
+
<inertial>
|
|
23
|
+
<mass value="0.1" />
|
|
24
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
25
|
+
<inertia ixx="0.01" ixy="0.0" ixz="0.0"
|
|
26
|
+
iyy="0.01" iyz="0.0"
|
|
27
|
+
izz="0.01" />
|
|
28
|
+
</inertial>
|
|
29
|
+
<visual>
|
|
30
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
31
|
+
<geometry>
|
|
32
|
+
<mesh filename="package://pr2_description/meshes/sensors/kinect_prosilica_v0/115x100_swept_back--coarse.STL" scale="0.001 0.001 0.001" />
|
|
33
|
+
</geometry>
|
|
34
|
+
<material name="gray">
|
|
35
|
+
<color rgba="0.5 0.5 0.5 1"/>
|
|
36
|
+
</material>
|
|
37
|
+
</visual>
|
|
38
|
+
<collision>
|
|
39
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
40
|
+
<geometry>
|
|
41
|
+
<sphere radius="0.0005"/>
|
|
42
|
+
</geometry>
|
|
43
|
+
</collision>
|
|
44
|
+
</link>
|
|
45
|
+
|
|
46
|
+
<!-- plugin for updating structure pose \
|
|
47
|
+
<xacro:kinect_prosilica_gazebo joint_name="${name}_kinect_prosilica_joint"
|
|
48
|
+
link_name="${name}_kinect_prosilica_link" />
|
|
49
|
+
-->
|
|
50
|
+
|
|
51
|
+
<!-- kinect ir sensor physical attachment -->
|
|
52
|
+
<joint name="${name}_kinect_ir_joint" type="fixed">
|
|
53
|
+
<origin xyz="-0.032267 0.0125 0.136453" rpy="0 0 0"/>
|
|
54
|
+
<parent link="${name}_link"/>
|
|
55
|
+
<child link="${name}_kinect_ir_link"/>
|
|
56
|
+
</joint>
|
|
57
|
+
<link name="${name}_kinect_ir_link">
|
|
58
|
+
<inertial>
|
|
59
|
+
<mass value="0.1" />
|
|
60
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
61
|
+
<inertia ixx="0.01" ixy="0.0" ixz="0.0"
|
|
62
|
+
iyy="0.01" iyz="0.0"
|
|
63
|
+
izz="0.01" />
|
|
64
|
+
</inertial>
|
|
65
|
+
<visual>
|
|
66
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
67
|
+
<geometry>
|
|
68
|
+
<sphere radius="0.0005"/>
|
|
69
|
+
</geometry>
|
|
70
|
+
</visual>
|
|
71
|
+
<collision>
|
|
72
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
73
|
+
<geometry>
|
|
74
|
+
<sphere radius="0.0005"/>
|
|
75
|
+
</geometry>
|
|
76
|
+
</collision>
|
|
77
|
+
</link>
|
|
78
|
+
<!-- kinect ir sensor frame -->
|
|
79
|
+
<joint name="${name}_kinect_ir_optical_frame_joint" type="fixed">
|
|
80
|
+
<origin xyz="${cal_kinect_x} ${cal_kinect_y + ir_depth_rgb_offset_y} ${cal_kinect_z}"
|
|
81
|
+
rpy="${-M_PI/2+cal_kinect_roll} ${0.0+cal_kinect_pitch} ${-M_PI/2+cal_kinect_yaw}" />
|
|
82
|
+
<parent link="${name}_kinect_ir_link"/>
|
|
83
|
+
<child link="${name}_kinect_ir_optical_frame"/>
|
|
84
|
+
</joint>
|
|
85
|
+
|
|
86
|
+
<link name="${name}_kinect_ir_optical_frame"/>
|
|
87
|
+
<!-- gazebo extensions -->
|
|
88
|
+
<xacro:kinect_ir_gazebo_v0 link_name="${name}_kinect_ir_link" frame_name="${name}_kinect_ir_optical_frame" camera_name="head_mount_kinect" />
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
<!-- kinect rgb sensor physical attachment -->
|
|
94
|
+
<joint name="${name}_kinect_rgb_joint" type="fixed">
|
|
95
|
+
<origin xyz="0 -0.03 0" rpy="0 0 0"/>
|
|
96
|
+
<parent link="${name}_kinect_ir_link"/>
|
|
97
|
+
<child link="${name}_kinect_rgb_link"/>
|
|
98
|
+
</joint>
|
|
99
|
+
|
|
100
|
+
<link name="${name}_kinect_rgb_link" >
|
|
101
|
+
<inertial>
|
|
102
|
+
<mass value="0.1" />
|
|
103
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
104
|
+
<inertia ixx="0.01" ixy="0.0" ixz="0.0"
|
|
105
|
+
iyy="0.01" iyz="0.0"
|
|
106
|
+
izz="0.01" />
|
|
107
|
+
</inertial>
|
|
108
|
+
<visual>
|
|
109
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
110
|
+
<geometry>
|
|
111
|
+
<sphere radius="0.0005"/>
|
|
112
|
+
</geometry>
|
|
113
|
+
</visual>
|
|
114
|
+
<collision>
|
|
115
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
116
|
+
<geometry>
|
|
117
|
+
<sphere radius="0.0005"/>
|
|
118
|
+
</geometry>
|
|
119
|
+
</collision>
|
|
120
|
+
</link>
|
|
121
|
+
|
|
122
|
+
<!-- kinect rgb sensor frame -->
|
|
123
|
+
<joint name="${name}_kinect_rgb_optical_frame_joint" type="fixed">
|
|
124
|
+
<origin xyz="${cal_kinect_x} ${cal_kinect_y} ${cal_kinect_z}"
|
|
125
|
+
rpy="${-M_PI/2+cal_kinect_roll} ${0.0+cal_kinect_pitch} ${-M_PI/2+cal_kinect_yaw}" />
|
|
126
|
+
<parent link="${name}_kinect_rgb_link"/>
|
|
127
|
+
<child link="${name}_kinect_rgb_optical_frame"/>
|
|
128
|
+
</joint>
|
|
129
|
+
|
|
130
|
+
<link name="${name}_kinect_rgb_optical_frame"/>
|
|
131
|
+
<!-- gazebo extensions -->
|
|
132
|
+
<xacro:kinect_rgb_gazebo_v0 link_name="${name}_kinect_rgb_link" frame_name="${name}_kinect_rgb_optical_frame" camera_name="head_mount_kinect" />
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
<!-- prosilica sensor physical attachment -->
|
|
139
|
+
<joint name="${name}_prosilica_joint" type="fixed">
|
|
140
|
+
<origin xyz="-0.046457 0.0125 0.088921" rpy="0 0 0"/>
|
|
141
|
+
<parent link="${name}_link"/>
|
|
142
|
+
<child link="${name}_prosilica_link"/>
|
|
143
|
+
</joint>
|
|
144
|
+
<link name="${name}_prosilica_link">
|
|
145
|
+
<inertial>
|
|
146
|
+
<mass value="0.1" />
|
|
147
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
148
|
+
<inertia ixx="0.01" ixy="0.0" ixz="0.0"
|
|
149
|
+
iyy="0.01" iyz="0.0"
|
|
150
|
+
izz="0.01" />
|
|
151
|
+
</inertial>
|
|
152
|
+
<visual>
|
|
153
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
154
|
+
<geometry>
|
|
155
|
+
<sphere radius="0.0005"/>
|
|
156
|
+
</geometry>
|
|
157
|
+
</visual>
|
|
158
|
+
<collision>
|
|
159
|
+
<origin xyz="0.0 0.0 0" rpy="0 0 0"/>
|
|
160
|
+
<geometry>
|
|
161
|
+
<sphere radius="0.0005"/>
|
|
162
|
+
</geometry>
|
|
163
|
+
</collision>
|
|
164
|
+
</link>
|
|
165
|
+
<!-- prosilica sensor frame -->
|
|
166
|
+
<joint name="${name}_prosilica_optical_frame_joint" type="fixed">
|
|
167
|
+
<origin xyz="${cal_high_def_x} ${cal_high_def_y} ${cal_high_def_z}"
|
|
168
|
+
rpy="${-M_PI/2+cal_high_def_roll} ${0.0+cal_high_def_pitch} ${-M_PI/2+cal_high_def_yaw}" />
|
|
169
|
+
<parent link="${name}_prosilica_link"/>
|
|
170
|
+
<child link="${name}_prosilica_optical_frame"/>
|
|
171
|
+
</joint>
|
|
172
|
+
|
|
173
|
+
<link name="${name}_prosilica_optical_frame"/>
|
|
174
|
+
<!-- gazebo extensions -->
|
|
175
|
+
<xacro:prosilica_cam_gazebo_v1 link_name="${name}_prosilica_link" camera_name="prosilica_camera" frame_name="${name}_prosilica_optical_frame" />
|
|
176
|
+
|
|
177
|
+
</xacro:macro>
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
</root>
|
|
181
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
|
|
3
|
+
<robot xmlns:xacro="http://ros.org/wiki/xacro">
|
|
4
|
+
|
|
5
|
+
<xacro:macro name="microstrain_3dmgx2_imu_gazebo_v0" params="name imu_topic update_rate stdev">
|
|
6
|
+
<gazebo>
|
|
7
|
+
<plugin name="imu_controller" filename="libgazebo_ros_imu.so">
|
|
8
|
+
<alwaysOn>true</alwaysOn>
|
|
9
|
+
<updateRate>${update_rate}</updateRate>
|
|
10
|
+
<bodyName>${name}_link</bodyName>
|
|
11
|
+
<topicName>${imu_topic}</topicName>
|
|
12
|
+
<gaussianNoise>${stdev*stdev}</gaussianNoise>
|
|
13
|
+
<xyzOffset>0 0 0</xyzOffset>
|
|
14
|
+
<rpyOffset>0 -180.0 0</rpyOffset>
|
|
15
|
+
<serviceName>/default_imu</serviceName>
|
|
16
|
+
</plugin>
|
|
17
|
+
</gazebo>
|
|
18
|
+
</xacro:macro>
|
|
19
|
+
|
|
20
|
+
</robot>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
|
|
3
|
+
<robot xmlns:xacro="http://ros.org/wiki/xacro">
|
|
4
|
+
|
|
5
|
+
<xacro:include filename="microstrain_3dmgx2_imu.gazebo.xacro" />
|
|
6
|
+
|
|
7
|
+
<xacro:macro name="microstrain_3dmgx2_imu_v0" params="name parent *origin imu_topic update_rate stdev">
|
|
8
|
+
<joint name="${name}_joint" type="fixed">
|
|
9
|
+
<axis xyz="0 1 0" />
|
|
10
|
+
<xacro:insert_block name="origin" />
|
|
11
|
+
<parent link="${parent}_link"/>
|
|
12
|
+
<child link="${name}_link"/>
|
|
13
|
+
</joint>
|
|
14
|
+
<link name="${name}_link">
|
|
15
|
+
<inertial>
|
|
16
|
+
<mass value="0.001" />
|
|
17
|
+
<origin xyz="0 0 0" rpy="0 0 0" />
|
|
18
|
+
<inertia ixx="0.0001" ixy="0" ixz="0" iyy="0.000001" iyz="0" izz="0.0001" />
|
|
19
|
+
</inertial>
|
|
20
|
+
</link>
|
|
21
|
+
<!-- gazebo extensions -->
|
|
22
|
+
<xacro:microstrain_3dmgx2_imu_gazebo_v0 name="${name}" imu_topic="${imu_topic}" update_rate="${update_rate}" stdev="${stdev}" />
|
|
23
|
+
</xacro:macro>
|
|
24
|
+
</robot>
|
|
25
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<root xmlns:xacro="http://ros.org/wiki/xacro">
|
|
3
|
+
|
|
4
|
+
<!-- this controller is pushed into a body scope (previously model scope)
|
|
5
|
+
this will only work with added r36415 patch in simulator_gazebo stack
|
|
6
|
+
otherwise projector will not work without removing the reference tag -->
|
|
7
|
+
<xacro:macro name="projector_wg6802418_gazebo_v0" params="name">
|
|
8
|
+
<gazebo reference="${name}_child_frame">
|
|
9
|
+
<projector name="${name}_projector_wg6802418">
|
|
10
|
+
<pose>0 0 0 0 -1.5707 0</pose>
|
|
11
|
+
<texture>stereo_projection_pattern_high_res_red.png</texture>
|
|
12
|
+
<fov>${55.0/180.0*M_PI}</fov>
|
|
13
|
+
<near_clip>0.1</near_clip>
|
|
14
|
+
<far_clip>10</far_clip>
|
|
15
|
+
</projector>
|
|
16
|
+
</gazebo>
|
|
17
|
+
<gazebo>
|
|
18
|
+
<plugin name="${name}_controller" filename="libgazebo_ros_projector.so">
|
|
19
|
+
<projector>${name}_child_frame/${name}_projector_wg6802418</projector>
|
|
20
|
+
<alwaysOn>true</alwaysOn>
|
|
21
|
+
<updateRate>15.0</updateRate>
|
|
22
|
+
<textureName>stereo_projection_pattern_high_res_red.png</textureName>
|
|
23
|
+
<filterTextureName>stereo_projection_pattern_filter.png</filterTextureName>
|
|
24
|
+
<textureTopicName>${name}_controller/image</textureTopicName>
|
|
25
|
+
<projectorTopicName>${name}_controller/projector</projectorTopicName>
|
|
26
|
+
</plugin>
|
|
27
|
+
</gazebo>
|
|
28
|
+
|
|
29
|
+
</xacro:macro>
|
|
30
|
+
|
|
31
|
+
</root>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<root xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
|
|
3
|
+
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
|
|
4
|
+
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
|
|
5
|
+
xmlns:xacro="http://ros.org/wiki/xacro">
|
|
6
|
+
|
|
7
|
+
<xacro:include filename="projector_wg6802418.gazebo.xacro" />
|
|
8
|
+
|
|
9
|
+
<xacro:macro name="projector_wg6802418_v0" params="name parent *origin">
|
|
10
|
+
<joint name="${name}_frame_joint" type="fixed">
|
|
11
|
+
<xacro:insert_block name="origin" />
|
|
12
|
+
<parent link="${parent}"/>
|
|
13
|
+
<child link="${name}_frame"/>
|
|
14
|
+
</joint>
|
|
15
|
+
<link name="${name}_frame">
|
|
16
|
+
<inertial>
|
|
17
|
+
<mass value="0.01" />
|
|
18
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
19
|
+
<inertia ixx="0.001" ixy="0.0" ixz="0.0"
|
|
20
|
+
iyy="0.001" iyz="0.0"
|
|
21
|
+
izz="0.001" />
|
|
22
|
+
</inertial>
|
|
23
|
+
</link>
|
|
24
|
+
<joint name="${name}_child_frame_joint" type="fixed">
|
|
25
|
+
<origin xyz="0 0 0" rpy="0 ${-M_PI/2} 0" />
|
|
26
|
+
<parent link="${name}_frame"/>
|
|
27
|
+
<child link="${name}_child_frame"/>
|
|
28
|
+
</joint>
|
|
29
|
+
<link name="${name}_child_frame">
|
|
30
|
+
<inertial>
|
|
31
|
+
<mass value="0.01" />
|
|
32
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
33
|
+
<inertia ixx="0.001" ixy="0.0" ixz="0.0"
|
|
34
|
+
iyy="0.001" iyz="0.0"
|
|
35
|
+
izz="0.001" />
|
|
36
|
+
</inertial>
|
|
37
|
+
</link>
|
|
38
|
+
<!-- extensions -->
|
|
39
|
+
<xacro:projector_wg6802418_gazebo_v0 name="${name}"/>
|
|
40
|
+
</xacro:macro>
|
|
41
|
+
|
|
42
|
+
</root>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<root xmlns:xacro="http://ros.org/wiki/xacro">
|
|
3
|
+
|
|
4
|
+
<xacro:macro name="prosilica_cam_gazebo_v0" params="camera_name frame_name">
|
|
5
|
+
<gazebo reference="${frame_name}_frame">
|
|
6
|
+
<sensor type="camera" name="${frame_name}_sensor">
|
|
7
|
+
<always_on>true</always_on>
|
|
8
|
+
<update_rate>20.0</update_rate>
|
|
9
|
+
<camera>
|
|
10
|
+
<horizontal_fov>${M_PI/4}</horizontal_fov>
|
|
11
|
+
<image>
|
|
12
|
+
<format>R8G8B8</format>
|
|
13
|
+
<width>2448</width>
|
|
14
|
+
<height>2050</height>
|
|
15
|
+
</image>
|
|
16
|
+
<clip>
|
|
17
|
+
<near>0.1</near>
|
|
18
|
+
<far>100</far>
|
|
19
|
+
</clip>
|
|
20
|
+
</camera>
|
|
21
|
+
<plugin name="${frame_name}_controller" filename="libgazebo_ros_prosilica.so">
|
|
22
|
+
<updateRate>20.0</updateRate>
|
|
23
|
+
<cameraName>${camera_name}</cameraName>
|
|
24
|
+
<imageTopicName>image_raw</imageTopicName>
|
|
25
|
+
<cameraInfoTopicName>camera_info</cameraInfoTopicName>
|
|
26
|
+
<pollServiceName>request_image</pollServiceName>
|
|
27
|
+
<frameName>${frame_name}_optical_frame</frameName>
|
|
28
|
+
<CxPrime>1224.5</CxPrime>
|
|
29
|
+
<Cx>1224.5</Cx>
|
|
30
|
+
<Cy>1025.5</Cy>
|
|
31
|
+
<focalLength>2954.998083</focalLength>
|
|
32
|
+
<distortionK1>0.0</distortionK1>
|
|
33
|
+
<distortionK2>0.0</distortionK2>
|
|
34
|
+
<distortionK3>0.0</distortionK3>
|
|
35
|
+
<distortionT1>0.0</distortionT1>
|
|
36
|
+
<distortionT2>0.0</distortionT2>
|
|
37
|
+
</plugin>
|
|
38
|
+
</sensor>
|
|
39
|
+
<material value="Gazebo/Black" />
|
|
40
|
+
</gazebo>
|
|
41
|
+
</xacro:macro>
|
|
42
|
+
|
|
43
|
+
</root>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<root xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
|
|
3
|
+
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
|
|
4
|
+
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
|
|
5
|
+
xmlns:xacro="http://ros.org/wiki/xacro">
|
|
6
|
+
|
|
7
|
+
<xacro:include filename="prosilica_gc2450_camera.gazebo.xacro" />
|
|
8
|
+
|
|
9
|
+
<xacro:macro name="prosilica_cam_v0" params="frame_name parent *origin camera_name">
|
|
10
|
+
<joint name="${frame_name}_frame_joint" type="fixed">
|
|
11
|
+
<xacro:insert_block name="origin" />
|
|
12
|
+
<parent link="${parent}"/>
|
|
13
|
+
<child link="${frame_name}_frame"/>
|
|
14
|
+
</joint>
|
|
15
|
+
<link name="${frame_name}_frame">
|
|
16
|
+
|
|
17
|
+
<inertial>
|
|
18
|
+
<mass value="0.01" />
|
|
19
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
20
|
+
<inertia ixx="0.001" ixy="0.0" ixz="0.0"
|
|
21
|
+
iyy="0.001" iyz="0.0"
|
|
22
|
+
izz="0.001" />
|
|
23
|
+
</inertial>
|
|
24
|
+
|
|
25
|
+
</link>
|
|
26
|
+
|
|
27
|
+
<joint name="${frame_name}_optical_frame_joint" type="fixed">
|
|
28
|
+
<origin xyz="${cal_high_def_x} ${cal_high_def_y} ${cal_high_def_z}"
|
|
29
|
+
rpy="${-M_PI/2+cal_high_def_roll} ${0.0+cal_high_def_pitch} ${-M_PI/2+cal_high_def_yaw}" />
|
|
30
|
+
<parent link="${frame_name}_frame"/>
|
|
31
|
+
<child link="${frame_name}_optical_frame"/>
|
|
32
|
+
</joint>
|
|
33
|
+
<link name="${frame_name}_optical_frame">
|
|
34
|
+
|
|
35
|
+
<inertial>
|
|
36
|
+
<mass value="0.01" />
|
|
37
|
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
38
|
+
<inertia ixx="0.001" ixy="0.0" ixz="0.0"
|
|
39
|
+
iyy="0.001" iyz="0.0"
|
|
40
|
+
izz="0.001" />
|
|
41
|
+
</inertial>
|
|
42
|
+
|
|
43
|
+
</link>
|
|
44
|
+
|
|
45
|
+
<!-- extensions -->
|
|
46
|
+
<xacro:prosilica_cam_gazebo_v0 camera_name="${camera_name}" frame_name="${frame_name}" />
|
|
47
|
+
</xacro:macro>
|
|
48
|
+
|
|
49
|
+
</root>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
|
|
3
|
+
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
|
|
4
|
+
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
|
|
5
|
+
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
|
|
6
|
+
xmlns:xacro="http://ros.org/wiki/xacro">
|
|
7
|
+
|
|
8
|
+
<!-- this macro is used for creating wide and narrow double stereo camera in simulation -->
|
|
9
|
+
<xacro:macro name="stereo_camera_gazebo_v0" params="name focal_length hfov image_width image_height">
|
|
10
|
+
|
|
11
|
+
<gazebo reference="${name}_link">
|
|
12
|
+
<material value="PR2/Blue" />
|
|
13
|
+
<turnGravityOff value="true" />
|
|
14
|
+
</gazebo>
|
|
15
|
+
|
|
16
|
+
<gazebo reference="${name}_optical_frame">
|
|
17
|
+
<material value="Gazebo/White" />
|
|
18
|
+
<turnGravityOff value="true" />
|
|
19
|
+
</gazebo>
|
|
20
|
+
|
|
21
|
+
</xacro:macro>
|
|
22
|
+
|
|
23
|
+
</robot>
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
|
|
3
|
+
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
|
|
4
|
+
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
|
|
5
|
+
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
|
|
6
|
+
xmlns:xacro="http://ros.org/wiki/xacro">
|
|
7
|
+
|
|
8
|
+
<!-- stereo camera macro uses wge100_camera macros -->
|
|
9
|
+
<xacro:include filename="wge100_camera.urdf.xacro" />
|
|
10
|
+
|
|
11
|
+
<xacro:include filename="stereo_camera.gazebo.xacro" />
|
|
12
|
+
|
|
13
|
+
<xacro:property name="stereo_dx" value="0.00" />
|
|
14
|
+
<xacro:property name="stereo_dy" value="-0.09" /> <!-- +y to the left -->
|
|
15
|
+
<xacro:property name="stereo_dz" value="0.00" />
|
|
16
|
+
<xacro:property name="stereo_rx" value="0.00" />
|
|
17
|
+
<xacro:property name="stereo_ry" value="0.00" />
|
|
18
|
+
<xacro:property name="stereo_rz" value="0.00" />
|
|
19
|
+
|
|
20
|
+
<!-- this macro is used for creating wide and narrow double stereo camera links -->
|
|
21
|
+
<xacro:macro name="stereo_camera_v0" params="name parent focal_length hfov image_format image_width image_height *origin">
|
|
22
|
+
|
|
23
|
+
<joint name="${name}_frame_joint" type="fixed">
|
|
24
|
+
<xacro:insert_block name="origin" />
|
|
25
|
+
<parent link="${parent}"/>
|
|
26
|
+
<child link="${name}_link"/>
|
|
27
|
+
</joint>
|
|
28
|
+
<!-- camera link is at center of the optical frame, but in x-forward notation -->
|
|
29
|
+
<link name="${name}_link">
|
|
30
|
+
|
|
31
|
+
<inertial>
|
|
32
|
+
<mass value="0.1" />
|
|
33
|
+
<origin xyz="0 0 0" rpy="0 0 0" />
|
|
34
|
+
<inertia ixx="0.01" ixy="0" ixz="0" iyy="0.01" iyz="0" izz="0.01" /> <!-- this inertia is made up for now. -->
|
|
35
|
+
</inertial>
|
|
36
|
+
|
|
37
|
+
</link>
|
|
38
|
+
|
|
39
|
+
<!-- attach optical frame to the camera link -->
|
|
40
|
+
<joint name="${name}_optical_frame_joint" type="fixed">
|
|
41
|
+
<origin xyz="0 0 0" rpy="${-M_PI/2} 0.0 ${-M_PI/2}" /> <!-- rotate frame from x-forward to z-forward camera coords -->
|
|
42
|
+
<parent link="${name}_link"/>
|
|
43
|
+
<child link="${name}_optical_frame"/>
|
|
44
|
+
</joint>
|
|
45
|
+
<!-- optical frame for the stereo camera, with z-forward notation, this is the frame stereo camera images users should refer to -->
|
|
46
|
+
<link name="${name}_optical_frame" type="camera"/>
|
|
47
|
+
|
|
48
|
+
<!-- stereo left camera -->
|
|
49
|
+
<xacro:wge100_camera_v0 name="${name}_l_stereo_camera" camera_name="${name}/left" image_format="${image_format}" image_topic_name="image_raw"
|
|
50
|
+
camera_info_topic_name="camera_info" parent="${name}_link"
|
|
51
|
+
hfov="${hfov}" focal_length="${focal_length}"
|
|
52
|
+
frame_id="${name}_optical_frame" hack_baseline="0"
|
|
53
|
+
image_width="${image_width}" image_height="${image_height}">
|
|
54
|
+
<origin xyz="0 0 0" rpy="0 0 0" />
|
|
55
|
+
</xacro:wge100_camera_v0>
|
|
56
|
+
|
|
57
|
+
<!-- stereo right camera -->
|
|
58
|
+
<xacro:wge100_camera_v0 name="${name}_r_stereo_camera" camera_name="${name}/right" image_format="${image_format}" image_topic_name="image_raw"
|
|
59
|
+
camera_info_topic_name="camera_info" parent="${name}_l_stereo_camera_frame"
|
|
60
|
+
hfov="${hfov}" focal_length="${focal_length}"
|
|
61
|
+
frame_id="${name}_optical_frame" hack_baseline="${-stereo_dy}"
|
|
62
|
+
image_width="${image_width}" image_height="${image_height}">
|
|
63
|
+
<origin xyz="${stereo_dx} ${stereo_dy} ${stereo_dz}" rpy="${stereo_rx} ${stereo_ry} ${stereo_rz}" />
|
|
64
|
+
</xacro:wge100_camera_v0>
|
|
65
|
+
|
|
66
|
+
<!-- extensions -->
|
|
67
|
+
<xacro:stereo_camera_gazebo_v0 name="${name}" focal_length="${focal_length}" hfov="${hfov}"
|
|
68
|
+
image_width="${image_width}" image_height="${image_height}"/>
|
|
69
|
+
|
|
70
|
+
</xacro:macro>
|
|
71
|
+
</robot>
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<robot xmlns:xacro="http://ros.org/wiki/xacro">
|
|
3
|
+
<xacro:macro name="wge100_camera_gazebo_v0" params="name camera_name image_format image_topic_name camera_info_topic_name hfov focal_length frame_id hack_baseline image_width image_height">
|
|
4
|
+
<gazebo reference="${name}_frame">
|
|
5
|
+
<sensor type="camera" name="${name}_sensor">
|
|
6
|
+
<always_on>true</always_on>
|
|
7
|
+
<update_rate>25.0</update_rate>
|
|
8
|
+
<camera>
|
|
9
|
+
<horizontal_fov>${hfov*M_PI/180.0}</horizontal_fov>
|
|
10
|
+
<image>
|
|
11
|
+
<format>${image_format}</format>
|
|
12
|
+
<width>${image_width}</width>
|
|
13
|
+
<height>${image_height}</height>
|
|
14
|
+
</image>
|
|
15
|
+
<clip>
|
|
16
|
+
<near>0.1</near>
|
|
17
|
+
<far>100</far>
|
|
18
|
+
</clip>
|
|
19
|
+
</camera>
|
|
20
|
+
<plugin name="${name}_controller" filename="libgazebo_ros_camera.so">
|
|
21
|
+
<alwaysOn>true</alwaysOn>
|
|
22
|
+
<updateRate>25.0</updateRate>
|
|
23
|
+
<cameraName>${camera_name}</cameraName>
|
|
24
|
+
<imageTopicName>${image_topic_name}</imageTopicName>
|
|
25
|
+
<cameraInfoTopicName>${camera_info_topic_name}</cameraInfoTopicName>
|
|
26
|
+
<frameName>${frame_id}</frameName>
|
|
27
|
+
<hackBaseline>${hack_baseline}</hackBaseline>
|
|
28
|
+
<CxPrime>${(image_width+1)/2}</CxPrime>
|
|
29
|
+
<Cx>${(image_width+1)/2}</Cx>
|
|
30
|
+
<Cy>${(image_height+1)/2}</Cy>
|
|
31
|
+
<!-- image_width / (2*tan(hfov_radian /2)) -->
|
|
32
|
+
<!-- 320 for wide and 772.55 for narrow stereo camera -->
|
|
33
|
+
<focalLength>${focal_length}</focalLength>
|
|
34
|
+
<distortionK1>0.0</distortionK1>
|
|
35
|
+
<distortionK2>0.0</distortionK2>
|
|
36
|
+
<distortionK3>0.0</distortionK3>
|
|
37
|
+
<distortionT1>0.0</distortionT1>
|
|
38
|
+
<distortionT2>0.0</distortionT2>
|
|
39
|
+
</plugin>
|
|
40
|
+
</sensor>
|
|
41
|
+
<turnGravityOff>true</turnGravityOff>
|
|
42
|
+
<material>PR2/Blue</material>
|
|
43
|
+
</gazebo>
|
|
44
|
+
</xacro:macro>
|
|
45
|
+
|
|
46
|
+
</robot>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<!-- XML namespaces -->
|
|
3
|
+
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
|
|
4
|
+
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
|
|
5
|
+
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
|
|
6
|
+
xmlns:xacro="http://ros.org/wiki/xacro">
|
|
7
|
+
|
|
8
|
+
<xacro:include filename="wge100_camera.gazebo.xacro" />
|
|
9
|
+
|
|
10
|
+
<!-- hack_baseline is used to simulate right stereo camera projection matrix translation to left stereo camera frame, currently on the hardware,
|
|
11
|
+
custom left stereo camera frame_id is passed to right stereo wge100 camera node at launch time, baseline is stored on the camera. -->
|
|
12
|
+
<xacro:macro name="wge100_camera_v0" params="name camera_name image_format image_topic_name camera_info_topic_name parent hfov focal_length frame_id hack_baseline image_width image_height *origin">
|
|
13
|
+
|
|
14
|
+
<joint name="${name}_frame_joint" type="fixed">
|
|
15
|
+
<xacro:insert_block name="origin" />
|
|
16
|
+
<parent link="${parent}"/>
|
|
17
|
+
<child link="${name}_frame"/>
|
|
18
|
+
</joint>
|
|
19
|
+
<link name="${name}_frame">
|
|
20
|
+
|
|
21
|
+
<inertial>
|
|
22
|
+
<mass value="0.01" />
|
|
23
|
+
<origin xyz="0 0 0" />
|
|
24
|
+
<inertia ixx="0.001" ixy="0.0" ixz="0.0"
|
|
25
|
+
iyy="0.001" iyz="0.0"
|
|
26
|
+
izz="0.001" />
|
|
27
|
+
</inertial>
|
|
28
|
+
|
|
29
|
+
</link>
|
|
30
|
+
|
|
31
|
+
<joint name="${name}_optical_frame_joint" type="fixed">
|
|
32
|
+
<origin xyz="0 0 0" rpy="${-M_PI/2} 0.0 ${-M_PI/2}" />
|
|
33
|
+
<parent link="${name}_frame" />
|
|
34
|
+
<child link="${name}_optical_frame"/>
|
|
35
|
+
</joint>
|
|
36
|
+
<link name="${name}_optical_frame"/>
|
|
37
|
+
|
|
38
|
+
<!-- extensions -->
|
|
39
|
+
<xacro:wge100_camera_gazebo_v0 name="${name}" camera_name="${camera_name}" image_format="${image_format}" image_topic_name="${image_topic_name}"
|
|
40
|
+
camera_info_topic_name="${camera_info_topic_name}"
|
|
41
|
+
hfov="${hfov}" focal_length="${focal_length}"
|
|
42
|
+
frame_id="${frame_id}" hack_baseline="${hack_baseline}"
|
|
43
|
+
image_width="${image_width}" image_height="${image_height}"/>
|
|
44
|
+
|
|
45
|
+
</xacro:macro>
|
|
46
|
+
|
|
47
|
+
</robot>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
|
|
3
|
+
xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
|
|
4
|
+
xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
|
|
5
|
+
xmlns:xacro="http://ros.org/wiki/xacro">
|
|
6
|
+
|
|
7
|
+
<xacro:macro name="pr2_shoulder_gazebo_v0" params="side">
|
|
8
|
+
|
|
9
|
+
<!-- Shoulder pan -->
|
|
10
|
+
<gazebo reference="${side}_shoulder_pan_link">
|
|
11
|
+
<turnGravityOff>true</turnGravityOff>
|
|
12
|
+
</gazebo>
|
|
13
|
+
<gazebo reference="${side}_shoulder_pan_joint">
|
|
14
|
+
<stopKd value="1.0" />
|
|
15
|
+
<stopKp value="1000000.0" />
|
|
16
|
+
</gazebo>
|
|
17
|
+
|
|
18
|
+
<!-- Shoulder lift -->
|
|
19
|
+
<gazebo reference="${side}_shoulder_lift_link">
|
|
20
|
+
<turnGravityOff>true</turnGravityOff>
|
|
21
|
+
</gazebo>
|
|
22
|
+
<gazebo reference="${side}_shoulder_lift_joint">
|
|
23
|
+
<stopKd value="1.0" />
|
|
24
|
+
<stopKp value="1000000.0" />
|
|
25
|
+
</gazebo>
|
|
26
|
+
</xacro:macro>
|
|
27
|
+
|
|
28
|
+
<!-- Upperarm roll: internal fixed attchment point for upper arm -->
|
|
29
|
+
<xacro:macro name="pr2_upper_arm_roll_gazebo_v0" params="side" >
|
|
30
|
+
<gazebo reference="${side}_upper_arm_roll_link">
|
|
31
|
+
<material value="PR2/RollLinks" />
|
|
32
|
+
<turnGravityOff>true</turnGravityOff>
|
|
33
|
+
</gazebo>
|
|
34
|
+
<gazebo reference="${side}_upper_arm_roll_joint">
|
|
35
|
+
<stopKd value="1.0" />
|
|
36
|
+
<stopKp value="1000000.0" />
|
|
37
|
+
<fudgeFactor value="0.5" />
|
|
38
|
+
</gazebo>
|
|
39
|
+
</xacro:macro>
|
|
40
|
+
</robot>
|