Skip to content
Snippets Groups Projects
Commit c6a7a4d4 authored by Christoph Jähne's avatar Christoph Jähne
Browse files

use rt config in robot creation

parent 20967f78
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ void FrankaHW::initROSInterfaces(ros::NodeHandle& /*robot_hw_nh*/) {
}
void FrankaHW::initRobot() {
robot_ = std::make_unique<franka::Robot>(robot_ip_);
robot_ = std::make_unique<franka::Robot>(robot_ip_, realtime_config_);
model_ = std::make_unique<franka::Model>(robot_->loadModel());
robot_->setCollisionBehavior(collision_config_.lower_torque_thresholds_acceleration,
collision_config_.upper_torque_thresholds_acceleration,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment