Skip to content

Commit

Permalink
thanks michele
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolapedrocchi committed Jul 26, 2023
1 parent bb71a1f commit 294da24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define CNR_CONTROLLER_INTERFACE__CNR_HANDLES__H

#include <map>
#include <rosdyn_core/primitives.h>
#include <rosdyn_chain_state/chain_state.h>
#include <hardware_interface/joint_state_interface.h>
#include <hardware_interface/joint_command_interface.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <std_msgs/Int64.h>
#include <ros/ros.h>
#include <cnr_logger/cnr_logger.h>
#include <rdyn_core/kinematics_saturation.h>
#include <rosdyn_core/kinematics_saturation.h>
#include <rosdyn_chain_state/chain_state.h>
#include <cnr_controller_interface/internal/cnr_handles.h>
#include <cnr_controller_interface/cnr_joint_command_controller_interface.h>
Expand Down Expand Up @@ -239,7 +239,7 @@ inline bool JointCommandController<H,T>::exitUpdate()
if (m_priority != NONE)
{
ll = __LINE__;
if(rdyn::saturateSpeed(this->chain(), saturated_qd, m_last_target.qd(), m_last_target.q(),
if(rosdyn::saturateSpeed(this->chain(), saturated_qd, m_last_target.qd(), m_last_target.q(),
this->m_sampling_period, m_max_velocity_multiplier, true, &report))
{
print_report = true;
Expand Down

0 comments on commit 294da24

Please sign in to comment.