Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
isorrentino committed Jul 26, 2024
1 parent 6efd795 commit b75b750
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions cmake/AddBipedalLocomotionYARPDevice.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ function(add_bipedal_yarp_device)
endif()

endfunction()

1 change: 1 addition & 0 deletions cmake/BipedalLocomotionDependencyClassifier.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ function(dependency_classifier package)
endif()

endfunction()

1 change: 1 addition & 0 deletions cmake/BipedalLocomotionFrameworkFindDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ macro(FRAMEWORK_DEPENDENT_OPTION _option _doc _default _deps _force)
endif()

endmacro()

1 change: 1 addition & 0 deletions devices/JointTorqueControlDevice/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ if(FRAMEWORK_COMPILE_JointTorqueControlDevice)
${iDynTree_LIBRARIES}
CONFIGURE_PACKAGE_NAME joint_torque_control_device)
endif()

3 changes: 2 additions & 1 deletion devices/JointTorqueControlDevice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ To run the device on a robot make sure to define the configuration files for the
- launch `JointTorqueControlDevice`
```
YARP_ROBOT_NAME=ergoCubSN001 yarprobotinterface --config launch-joint-torque-control.xml
```
```

1 change: 1 addition & 0 deletions devices/JointTorqueControlDevice/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ subdirlist(subdirs ${CMAKE_CURRENT_SOURCE_DIR}/robots/)
foreach (dir ${subdirs})
yarp_install(DIRECTORY robots/${dir} DESTINATION ${YARP_ROBOTS_INSTALL_DIR})
endforeach ()

1 change: 1 addition & 0 deletions devices/JointTorqueControlDevice/example/jtcvcExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ BSD-3-Clause license. -->
</device>

</robot>

1 change: 1 addition & 0 deletions devices/JointTorqueControlDevice/example/yarpmotorgui.ini
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
names ("/jtcvc_example/original")

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
names ("/ergocub/hijacked")
#names ("/jtcvc_example/hijacked")
names ("/jtcvc_example/hijacked")

Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,4 @@ class BipedalLocomotion::JointTorqueControlDevice
};

#endif // BIPEDAL_LOCOMOTION_FRAMEWORK_JOINT_TORQUE_CONTROL_DEVICE_H

Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ class PINNFrictionEstimator
};

#endif // BIPEDAL_LOCOMOTION_FRAMEWORK_PINN_FRICTION_ESTIMATOR_H

Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,4 @@ class BipedalLocomotion::PassThroughControlBoard : public yarp::dev::DeviceDrive
};

#endif /* CODYCO_PASS_THROUGHT_CONTROL_BOARD_H */

Original file line number Diff line number Diff line change
Expand Up @@ -1203,3 +1203,4 @@ void JointTorqueControlDevice::controlLoop()

timeOfLastControlLoop = BipedalLocomotion::clock().now();;
}

Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,4 @@ bool PINNFrictionEstimator::estimate(double inputDeltaPosition,

return true;
}

Original file line number Diff line number Diff line change
Expand Up @@ -1521,3 +1521,4 @@ bool PassThroughControlBoard::getVelLimits(int axis, double* min, double* max)
}
return proxyIControlLimits->getVelLimits(axis, min, max);
}

Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ service JointTorqueControlCommands

string getFrictionModel(1:string jointName);
}

0 comments on commit b75b750

Please sign in to comment.