Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolapedrocchi committed Jun 13, 2023
1 parent 39b5288 commit bb71a1f
Showing 1 changed file with 2 additions and 2 deletions.
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 <rosdyn_core/kinematics_saturation.h>
#include <rdyn_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(rosdyn::saturateSpeed(this->chain(), saturated_qd, m_last_target.qd(), m_last_target.q(),
if(rdyn::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 bb71a1f

Please sign in to comment.