#include <chomp_interface.h>

Public Member Functions | |
| CHOMPInterface (const ros::NodeHandle &nh=ros::NodeHandle("~")) | |
| const chomp::ChompParameters & | getParams () const |
Public Member Functions inherited from chomp::ChompPlanner | |
| ChompPlanner ()=default | |
| bool | solve (const planning_scene::PlanningSceneConstPtr &planning_scene, const planning_interface::MotionPlanRequest &req, const ChompParameters ¶ms, planning_interface::MotionPlanDetailedResponse &res) const |
| virtual | ~ChompPlanner ()=default |
Protected Member Functions | |
| void | loadParams () |
| Configure everything using the param server. More... | |
Protected Attributes | |
| ros::NodeHandle | nh_ |
| chomp::ChompParameters | params_ |
| The ROS node handle. More... | |
Definition at line 79 of file chomp_interface.h.
| chomp_interface::CHOMPInterface::CHOMPInterface | ( | const ros::NodeHandle & | nh = ros::NodeHandle("~") | ) |
Definition at line 73 of file chomp_interface.cpp.
|
inline |
Definition at line 84 of file chomp_interface.h.
|
protected |
Configure everything using the param server.
Definition at line 78 of file chomp_interface.cpp.
|
protected |
Definition at line 93 of file chomp_interface.h.
|
protected |
The ROS node handle.
Definition at line 95 of file chomp_interface.h.