Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v1.1 #4

Merged
merged 20 commits into from
Aug 13, 2024
Merged

release/v1.1 #4

merged 20 commits into from
Aug 13, 2024

Conversation

ZhipengZhang-flexiv
Copy link
Collaborator

Release v1.1

Changes

  • Bump version to v1.1
  • Change cmake_minimum_required version from 3.22.1 to 3.16.3
  • Add Ubuntu20.04 compatibility support
  • Rename repo name to flexiv_tdk
  • Remove dependencies: Eigen, Fast-CDR, Fast-DDS, Boost-Filesystem, using dependency of flexiv_rdk instead.
  • Change namespace from flexiv::omni::teleop to flexiv::tdk
  • Rename Robot2RobotTeleop.hpp to robot_robot_teleop.hpp
  • Rename TeleopDefs.hpp to data.hpp
  • Use google style naming
  • Change init() to Init()
  • Change enable to Enable
  • Change stop to Stop
  • Change isFault to fault
  • Change isOperational to operational
  • Change clearFault to ClearFault
  • Change step to Step
  • Change setLocalNullSpacePosture to SetLocalNullSpacePosture
  • Change setRemoteNullSpacePosture to SetRemoteNullSpacePosture
  • Change setRemoteMaxWrench to SetMaxContactWrench
  • Change setRepulsiveWrench to SetRepulsiveForce
  • Change setLocalAxisLockCmd to SetLocalAxisLockCmd
  • Change getLocalAxisLockState SetLocalAxisLockCmd
  • Change AxisLockDefs to AxisLock
  • Delete TeleopRobotInfo
  • Delete getLocalInfo
  • Delete getRemoteInfo

Add

  • Add spdlog for log info printing in terminal and file
  • Add Engage() to engage/disengage the teleop
  • Add SetWrenchFeedbackScalingFactor to amplify or reduce the wrench feedback

Copy link
Collaborator

@pzhu-flexiv pzhu-flexiv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, many improvements and nice works here and there.

@pzhu-flexiv pzhu-flexiv added the release New version release label Aug 12, 2024
@ZhipengZhang-flexiv ZhipengZhang-flexiv merged commit f431f46 into main Aug 13, 2024
2 checks passed
@ZhipengZhang-flexiv ZhipengZhang-flexiv deleted the release/v1.1 branch August 13, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release New version release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants