You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
COMPATABILITY
Flexiv robot software v2.10.5 and v2.10.6
Flexiv RDK v0.8
ROS 2 Foxy
ADD
Add Foxy binary build for the Foxy branch.
flexiv_bringup:
Update rizon_controllers.yaml config file with robot states broadcasters.
Add force_torque_sensor_broadcaster, external_wrench_in_base_broadcaster, external_wrench_in_tcp_broadcaster and tcp_pose_state_broadcaster to start in the robot main launcher (rizon.launch.py).
flexiv_hardware: Expose robot feedback states e.g. force torque sensor state, external TCP wrench in base and TCP frames, and TCP pose as sensor interfaces in the hardware interface.
flexiv_controllers: Add TcpPoseStateBroadcaster and ExternalTcpWrenchBroadcaster.
flexiv_description: Update ROS 2 control xacro file with sensors state interfaces.
CHANGE
flexiv_hardware:
Update enums naming of flexiv::Mode.
Remove manual waiting check for the mode to be switched using Robot::getMode().
flexiv_msgs:
Update Mode message.
Remove CartesianState, CartesianVelocity and ExternalForce messages and replace them with geometry_msgs messages in RobotStates message.