-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.0 Add openssl dependency Bump boost to version 1.74.0 Add Omni license generator and readme Update info in doxygen template Remove Ubuntu20.04 support ADD Add external wrench feedback and wrist singularity avoidance repulsive force Add bool isOperational(void) Add void setLocalNullSpacePosture(const std::array<double, k_jointDOF>& preferredPositions) Add void setRemoteNullSpacePosture(const std::array<double, k_jointDOF>& preferredPositions) Add void setRemoteMaxWrench(const std::array<double, k_cartDOF>& max_wrench) Add void setRepulsiveWrench( const std::array<double, k_cartDOF>& repulsiveWrench, bool inWorld = true) Add TeleopRobotInfo getLocalInfo(void) const Add TeleopRobotInfo getRemoteInfo(void) const CHANGE Change void clearFault(void) to bool clearFault(void) Change void Robot2RobotTeleop::run(bool isBlocking) to void Robot2RobotTeleop::run(void) Remove Robot2RobotTeleop::setLocalCartesianStiffness and Robot2RobotTeleop::setRemoteCartesianStiffness Change void run(void) to void step(void)
- Loading branch information
1 parent
bf92c2e
commit f5c1f43
Showing
21 changed files
with
700 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.