Skip to content

Commit

Permalink
bump version libfranka in .devcontainer
Browse files Browse the repository at this point in the history
robot system image version 5.5.0 requires libfranka 0.13.3
  • Loading branch information
BarisYazici committed Jan 18, 2024
1 parent 9a48399 commit 2e9fc28
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apt-get update && \
RUN mkdir ~/source_code
RUN cd ~/source_code && git clone https://github.com/frankaemika/libfranka.git \
&& cd libfranka \
&& git switch 0.13.2 \
&& git checkout 0.13.3 \
&& git submodule init \
&& git submodule update \
&& mkdir build && cd build \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
tty: true
stdin_open: true
volumes:
- ../:/workspaces/src
- ../:/workspaces
- /tmp/.X11-unix:/tmp/.X11-unix
- $XAUTHORITY:$XAUTHORITY
- ./limits.conf:/etc/security/limits.conf
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.1.13 - 2024-01-18

Requires libfranka >= 0.13.2, requires ROS 2 Humble

* update libfranka dependency on devcontainer to 0.13.3(requires system image 5.5.0)
* fix .devcontainer typo

## 0.1.12 - 2024-01-12

Requires libfranka >= 0.13.2, requires ROS 2 Humble
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN python3 -m pip install -U \
RUN mkdir ~/source_code
RUN cd ~/source_code && git clone https://github.com/frankaemika/libfranka.git \
&& cd libfranka \
&& git checkout 0.13.2 \
&& git checkout 0.13.3 \
&& git submodule init \
&& git submodule update \
&& mkdir build && cd build \
Expand Down
2 changes: 1 addition & 1 deletion franka_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>franka_bringup</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>Package with launch files and run-time configurations for using Franka Robotics research robots with ros2_control</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion franka_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>franka_description</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>franka_description contains URDF files and meshes ofFranka Robotics robots</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion franka_example_controllers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>franka_example_controllers</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>franka_example_controllers provides example code for controllingFranka Robotics research robots with ros2_control</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion franka_gripper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find_package(std_srvs REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(control_msgs REQUIRED)

find_package(Franka 0.13.0 REQUIRED)
find_package(Franka 0.13.2 REQUIRED)

add_library(gripper_server SHARED
src/gripper_action_server.cpp)
Expand Down
2 changes: 1 addition & 1 deletion franka_gripper/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>franka_gripper</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>This package implements the franka gripper of type Franka Hand for the use in ROS2</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion franka_hardware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ find_package(rclcpp REQUIRED)
find_package(franka_msgs REQUIRED)
find_package(hardware_interface REQUIRED)
find_package(pluginlib REQUIRED)
find_package(Franka 0.13.0 REQUIRED)
find_package(Franka 0.13.2 REQUIRED)
find_package(rclcpp_components REQUIRED)

add_library(franka_hardware
Expand Down
2 changes: 1 addition & 1 deletion franka_hardware/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>franka_hardware</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>franka_hardware provides hardware interfaces for using Franka Robotics research robots with ros2_control</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion franka_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>franka_moveit_config</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>Contains Moveit2 configuration files for Franka Robotics research robots</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion franka_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>franka_msgs</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>franka_msgs provides messages and actions specific to Franka Robotics research robots</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion franka_robot_state_broadcaster/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>franka_robot_state_broadcaster</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>Broadcaster to publish robot states</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion integration_launch_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>integration_launch_testing</name>
<version>0.1.12</version>
<version>0.1.13</version>
<description>Functional integration tests for franka controllers</description>
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 2e9fc28

Please sign in to comment.