Skip to content

Commit

Permalink
ROS2: rename package as zenoh_bridge_dds (because ROS REP 144)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Sep 6, 2021
1 parent 6d0e9b9 commit 2f11dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# ROS2 package build file (waiting for an "ament_rust" built type)
cmake_minimum_required(VERSION 3.8)
project(zenoh-bridge-dds)
project(zenoh_bridge_dds)

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
Expand Down Expand Up @@ -50,6 +50,7 @@ add_custom_target(

install(FILES
${RUST_TARGET_DIR}/release/zenoh-bridge-dds
RENAME zenoh_bridge_dds
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
DESTINATION lib/${PROJECT_NAME}
)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributors:
<!-- ROS2 package declaration -->
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>zenoh-bridge-dds</name>
<name>zenoh_bridge_dds</name>
<version>0.5.0</version>
<description>
Bridge between ROS2/DDS and Eclipse zenoh (https://zenoh.io). It allows the integration of zenoh applications with ROS2,
Expand Down

0 comments on commit 2f11dfa

Please sign in to comment.