Skip to content

Commit 61ffa10

Browse files
update
- add ignore msgs
1 parent 186701e commit 61ffa10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ adb
33
build
44
devel
55
.catkin_workspace
6+
ROS2/install/
7+
ROS2/log/

ROS/src/segwayrmp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ find_package(catkin REQUIRED COMPONENTS
1717
segway_msgs
1818
)
1919

20-
message("-- Segway Robtics Notice: This external lib and include path can be changed by users.")
20+
message("-- Segway Robtics Notice: The external lib and include path can be changed by users.")
2121

2222
#This setting can be changed by users.
2323
set(EXTERNAL_INCLUDE_PATH ${CMAKE_SOURCE_DIR}/../../LibAPI/include)

0 commit comments

Comments
 (0)