Releases: flexivrobotics/flexiv_sim_plugin
Releases · flexivrobotics/flexiv_sim_plugin
v1.2
COMPATIBILITY
- Flexiv Elements Studio v3.10.
- Any external simulator that meets the criteria described in README.
ADD
- Add build type
MinSizeRel. - Add portability to the installed
flexiv_sim_pluginlib. - Add version print to found dependencies.
CHANGE
- Upgrade Fast-DDS to 2.6.10, upgrade its dependencies accordingly.
- Update thirdparty build scripts to clone directly into version tag.
- Change
SimRobotStates::qanddqfrom fixed-size to dynamic-size to support external axes. - Change
SimRobotCommands::tau_dfrom fixed-size to dynamic-size, and rename it totarget_drives. - Remove
kJointDoFfromdata.hpp. - Remove
-DOPENSSL_USE_STATIC_LIBS=ONwhen building Fast-DDS. - Update README.
- Update examples.
FIX
None
v1.1
COMPATIBILITY
- Flexiv Elements Studio v3.8 and v3.9.
- Any external simulator that meets the criteria described in README.
ADD
- Initialize CMake project.
- Add new API
sim_plugin::UserNode. - Add
data.hppwith various constants and data structs. - Add C++ and Python examples.
- Add static library for Ubuntu x86_64 platform.
- Add thirdparty scripts.
- Add GitHub workflow.
CHANGE
- Update README with complete instructions.
FIX
None