robot_env_evaluator 1.0.1
|
The Franka Emika Panda robot preset. More...
#include <robot_presets.hpp>
Public Member Functions | |
void | getPresetRobot (pinocchio::Model &model, std::string &ee_name, std::vector< std::string > &joint_names, pinocchio::GeometryModel &collision_model) override |
Get the Preset Robot object. | |
bool | isFrankaRobot () const override |
Check if the robot is a Franka robot. | |
The Franka Emika Panda robot preset.
Definition at line 61 of file robot_presets.hpp.
|
overridevirtual |
Get the Preset Robot object.
[out] | model | The robot model output |
[out] | ee_name | The end-effector name output |
[out] | joint_names | The joint names output |
[out] | collision_model | The collision model output |
Implements robot_env_evaluator::RobotPresetInterface.
Definition at line 29 of file robot_presets.cpp.
|
inlineoverridevirtual |
Check if the robot is a Franka robot.
Reimplemented from robot_env_evaluator::RobotPresetInterface.
Definition at line 79 of file robot_presets.hpp.