Franka_ROS2/CHANGELOG.md
2023-08-30 15:50:48 +02:00

1.4 KiB

Changelog

0.1.0 - 2023-07-28

Requires libfranka >= 0.10.0, required ROS 2 Humble

  • franka_bringup: franka_robot_state broadcaster added to franka.launch.py.
  • franka_example_controllers: model printing read onyl controller implemented
  • franka_robot_model: semantic component to access robot model parameters.
  • franka_msgs: franka robot state msg added
  • franka_robot_state: broadcaster publishes robot state.

Added

  • CI tests in Jenkins.
  • joint_effort_trajectory_controller package that contains a version of the joint_trajectory_controller that can use the torque interface. See this PR
  • franka_bringup package that contains various launch files to start controller examples or Moveit2.
  • franka_moveit_config package that contains a minimal moveit config to control the robot.
  • franka_example_controllers package that contains some example controllers to use.
  • franka_hardware package that contains a plugin to access the robot.
  • franka_msgs package that contains common message, service and action type definitions.
  • franka_description package that contains all meshes and xacro files.
  • franka_gripper package that offers action and service interfaces to use the Franka Hand gripper.

Fixed

  • franka_hardware Fix the mismatched joint state interface type logger error message.