Releases: flexivrobotics/flexiv_ros
Releases · flexivrobotics/flexiv_ros
Flexiv ROS 1 v0.10
COMPATABILITY
- Flexiv software package v2.11.5
- Flexiv RDK v0.10
ADD
(None)
CHANGE
- Update RDK submodule to v0.10.
FIX
(None)
Flexiv ROS 1 v0.9
COMPATABILITY
- Flexiv software package v2.11.3
- Flexiv RDK v0.9
ADD
flexiv_hardware
: Add fault clearing before enable robot.
CHANGE
- Update RDK static library path.
- Update README with alerts.
FIX
- Fix joint velocity function in joint velocity control interface.
Flexiv ROS 1 v0.8
COMPATABILITY
- Flexiv robot software v2.10.5
- Flexiv RDK v0.8
ADD
flexiv_controllers
: Add joint impedance controller (#4).flexiv_hardware
: Add TCP pose and force-torque sensor state publishers.
CHANGE
flexiv_hardware
:- Update enums naming of
flexiv::Mode
. - Rename topics of external TCP wrench publishers.
- Update enums naming of
flexiv_msgs
:- Update
Mode
message. - Remove
CartesianState
,CartesianVelocity
andExternalForce
messages and replace them withgeometry_msgs
messages inRobotStates
message.
- Update
flexiv_bringup
: Removevelocity_joint_trajectory_controller
andeffort_joint_trajectory_controller
inrizon_controllers.yaml
config file.- Update README.
FIX
Flexiv ROS 1 v0.7.0
COMPATABILITY
- Flexiv robot software v2.10.3 and v2.10.4
- Flexiv RDK v0.7
ADD
flexiv_hardware
:- Rename
RobotStates::extForceInTcpFrame
toRobotStates::extWrenchInTcp
. - Rename
RobotStates::extForceInBaseFrame
toRobotStates::extWrenchInBase
.
- Rename
flexiv_description
:- Add URDF and mesh files for Rizon 10 robot arm.
- Add DAE format visual mesh files.
CHANGE
- Rename Rizon URDF xacro files.
- Update README.
FIX
Flexiv ROS 1 v0.6.1
COMPATABILITY
- Flexiv robot software v2.10.1 and v2.10.2
- Flexiv RDK v0.6.1
ADD
Initial public release
- Support RDK joint position and torque control modes
- Add custom ROS messages in
flexiv_msgs
- Add Flexiv Rizon 4 and Rizon 4s description files
- Add launch files to bring up the robot
- Add hardware interface to publish robot states and external force to ROS topics
- Add integration with MoveIt!