|
12 | 12 | namespace pinocchio |
13 | 13 | { |
14 | 14 | /// |
15 | | - /// @copydoc changeReferenceFrame(const SE3Tpl<Scalar,Options> &,const ForceDense<MotionIn> |
16 | | - /// &,const ReferenceFrame,const ReferenceFrame) \param[out] f_out Resulting force quantity. |
| 15 | + /// \copybrief changeReferenceFrame(const SE3Tpl<Scalar,Options> &,const ForceDense<ForceIn> |
| 16 | + /// &,const ReferenceFrame,const ReferenceFrame) |
| 17 | + /// |
| 18 | + /// \param[in] placement Placement of the frame having force f_in |
| 19 | + /// \param[in] f_in Input force quantity. |
| 20 | + /// \param[in] rf_in Reference frame in which m_in is expressed |
| 21 | + /// \param[in] rf_out Reference frame in which the result m_out is expressed |
| 22 | + /// \param[out] f_out Resulting force quantity. |
17 | 23 | /// |
18 | 24 | template<typename Scalar, int Options, typename ForceIn, typename ForceOut> |
19 | 25 | void changeReferenceFrame( |
@@ -84,7 +90,7 @@ namespace pinocchio |
84 | 90 | /// \param[in] f_in Input force quantity. |
85 | 91 | /// \param[in] rf_in Reference frame in which m_in is expressed |
86 | 92 | /// \param[in] rf_out Reference frame in which the result m_out is expressed |
87 | | - /// \param[out] f_out Resulting force quantity. |
| 93 | + /// \return Resulting force quantity. |
88 | 94 | /// |
89 | 95 | template<typename Scalar, int Options, typename ForceIn> |
90 | 96 | typename ForceIn::ForcePlain changeReferenceFrame( |
|
0 commit comments