mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
added unit tests for calibration
This commit is contained in:
@@ -134,7 +134,7 @@ struct DHRobot
|
||||
class Calibration
|
||||
{
|
||||
public:
|
||||
Calibration();
|
||||
Calibration(const DHRobot& robot);
|
||||
virtual ~Calibration();
|
||||
|
||||
/*!
|
||||
@@ -148,6 +148,11 @@ public:
|
||||
*/
|
||||
static void debugChain(const KDL::Chain& chain);
|
||||
|
||||
/*!
|
||||
* \brief Creates a \p KDL::Chain representation of the member \p robot_parameters_
|
||||
*/
|
||||
KDL::Chain getChain();
|
||||
|
||||
private:
|
||||
/*!
|
||||
* \brief Splits the given chain \p in into a subchain before \p split_index and after.
|
||||
@@ -170,11 +175,6 @@ private:
|
||||
*/
|
||||
static DHRobot chainToDH(const KDL::Chain& chain);
|
||||
|
||||
/*!
|
||||
* \brief Creates a \p KDL::Chain representation of the member \p robot_parameters_
|
||||
*/
|
||||
KDL::Chain getChain();
|
||||
|
||||
/*!
|
||||
* \brief Modifies the robot chain at segment \p correction_index
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user