Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Correct rdk name as x5ultra
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-kao committed Jul 15, 2023
1 parent 7dd8cbf commit 8eecad6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for package hobot_image_publisher

tros_2.0.1 (2023-07-14)
------------------
1. 规范X5ultra产品名。

tros_2.0.0rc1 (2023-05-23)
------------------
1. 修复usb_camera launch启动失败问题
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ if(PLATFORM_X3)
${SYS_ROOT}/usr/lib/
)
set(SYS_LIB hbmem opencv_world ${FFMPEG_LIBRARIES})
elseif(PLATFORM_J5)
message("build platform J5")
elseif(PLATFORM_X5ultra)
message("build platform X5ultra")
set(SYS_ROOT ${CMAKE_SYSROOT})
message("SYS_ROOT is " ${SYS_ROOT})
include_directories(
Expand Down
2 changes: 1 addition & 1 deletion 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>hobot_image_publisher</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>TogetheROS hobot image publisher</description>
<maintainer email="[email protected]">zhukao</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 8eecad6

Please sign in to comment.