diff --git a/franka_ros2 b/franka_ros2 index e251ca4..2483790 160000 --- a/franka_ros2 +++ b/franka_ros2 @@ -1 +1 @@ -Subproject commit e251ca4e9afc57199e54866850fcf5e47bd45406 +Subproject commit 2483790c740c02a51cca154d6b22e55392b611fd diff --git a/source/franka_ros2.rst b/source/franka_ros2.rst index ce37769..3570837 100644 --- a/source/franka_ros2.rst +++ b/source/franka_ros2.rst @@ -15,8 +15,8 @@ The `franka_ros2 repo `_ contains a Prerequisites ------------- -* A `ROS 2 Foxy installation `_ - (ros-foxy-desktop) +* A `ROS 2 Humble installation `_ + (ros-humble-desktop) * A :ref:`PREEMPT_RT kernel ` (optional, but strongly recommended). * A system-wide :ref:`libfranka installation `. Here is a minimal example: @@ -46,17 +46,17 @@ Setup 1. Install requirements:: sudo apt install -y \ - ros-foxy-control-msgs \ - ros-foxy-xacro \ - ros-foxy-angles \ - ros-foxy-ros2-control \ - ros-foxy-realtime-tools \ - ros-foxy-control-toolbox \ - ros-foxy-moveit \ - ros-foxy-ros2-controllers \ - ros-foxy-joint-state-publisher \ - ros-foxy-joint-state-publisher-gui \ - ros-foxy-ament-cmake-clang-format \ + ros-humble-control-msgs \ + ros-humble-xacro \ + ros-humble-angles \ + ros-humble-ros2-control \ + ros-humble-realtime-tools \ + ros-humble-control-toolbox \ + ros-humble-moveit \ + ros-humble-ros2-controllers \ + ros-humble-joint-state-publisher \ + ros-humble-joint-state-publisher-gui \ + ros-humble-ament-cmake-clang-format \ python3-colcon-common-extensions 2. Create a ROS 2 workspace:: @@ -65,7 +65,7 @@ Setup 3. Clone repo and build packages:: - source /opt/ros/foxy/setup.bash + source /opt/ros/humble/setup.bash cd ~/franka_ros2_ws git clone https://github.com/frankaemika/franka_ros2.git src/franka_ros2 colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release @@ -286,7 +286,7 @@ joint_effort_trajectory_controller This package contains a modified joint_trajectory_controller that can use the effort interface of the ``franka_hardware::FrankaHardwareInterface``. It is based on this -`Pull request `_ and backported to Foxy. It offers +`Pull request `_ and backported to Humble. It offers a ``FollowJointTrajectory`` action that is needed for MoveIt.