42 #include <rclcpp/rclcpp.hpp> 
   62   std::shared_ptr<rclcpp::Node> 
node_;  
 
chomp::ChompParameters params_
The ROS node.
 
const chomp::ChompParameters & getParams() const
 
std::shared_ptr< rclcpp::Node > node_
 
CHOMPInterface(const rclcpp::Node::SharedPtr &node)
 
void loadParams()
Configure everything using the param server.
 
MOVEIT_CLASS_FORWARD(CHOMPInterface)