Skip to content

Commit c242a49

Browse files
committed
📦️ make : catkin package build and update
- sensor_msgs - nav_msgs
1 parent 4d62438 commit c242a49

File tree

91 files changed

+2436
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+2436
-410
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/home/erfan/Repositories/lmr-simulator/devel/./cmake.lock 3
1+
/home/erfan/Repositories/lmr-simulator/devel/./cmake.lock 4
22
/home/arian/Github_files/lmr-simulator/devel/./cmake.lock 1

.catkin_tools/profiles/default/packages/lenna_description/package.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ for Lenna-AMR robot</p>
1616
<build_depend>roscpp</build_depend>
1717
<build_depend>rospy</build_depend>
1818
<build_depend>std_msgs</build_depend>
19+
<build_depend>sensor_msgs</build_depend>
20+
<build_depend>nav_msgs</build_depend>
1921
<build_depend>geometry_msgs</build_depend>
2022
<build_depend>urdf</build_depend>
2123
<build_depend>xacro</build_depend>
22-
<build_depend>std_msgs</build_depend>
2324
<build_depend>message_generation</build_depend>
2425

2526
<depend>roslaunch</depend>
@@ -33,13 +34,17 @@ for Lenna-AMR robot</p>
3334
<build_export_depend>roscpp</build_export_depend>
3435
<build_export_depend>rospy</build_export_depend>
3536
<build_export_depend>std_msgs</build_export_depend>
37+
<build_export_depend>sensor_msgs</build_export_depend>
38+
<build_export_depend>nav_msgs</build_export_depend>
3639
<build_export_depend>geometry_msgs</build_export_depend>
3740
<build_export_depend>urdf</build_export_depend>
3841
<build_export_depend>xacro</build_export_depend>
3942

4043
<exec_depend>roscpp</exec_depend>
4144
<exec_depend>rospy</exec_depend>
4245
<exec_depend>std_msgs</exec_depend>
46+
<exec_depend>sensor_msgs</exec_depend>
47+
<exec_depend>nav_msgs</exec_depend>
4348
<exec_depend>geometry_msgs</exec_depend>
4449
<exec_depend>urdf</exec_depend>
4550
<exec_depend>xacro</exec_depend>

build/catkin_tools_prebuild/CMakeFiles/CMakeError.log

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
22
Change Dir: /home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp
33

4-
Run Build Command(s):/usr/bin/make cmTC_21c98/fast && /usr/bin/make -f CMakeFiles/cmTC_21c98.dir/build.make CMakeFiles/cmTC_21c98.dir/build
4+
Run Build Command(s):/usr/bin/make cmTC_95eb9/fast && /usr/bin/make -f CMakeFiles/cmTC_95eb9.dir/build.make CMakeFiles/cmTC_95eb9.dir/build
55
make[1]: Entering directory '/home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp'
6-
Building C object CMakeFiles/cmTC_21c98.dir/src.c.o
7-
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_21c98.dir/src.c.o -c /home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp/src.c
8-
Linking C executable cmTC_21c98
9-
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21c98.dir/link.txt --verbose=1
10-
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -rdynamic CMakeFiles/cmTC_21c98.dir/src.c.o -o cmTC_21c98
11-
/usr/bin/ld: CMakeFiles/cmTC_21c98.dir/src.c.o: in function `main':
6+
Building C object CMakeFiles/cmTC_95eb9.dir/src.c.o
7+
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_95eb9.dir/src.c.o -c /home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp/src.c
8+
Linking C executable cmTC_95eb9
9+
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95eb9.dir/link.txt --verbose=1
10+
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -rdynamic CMakeFiles/cmTC_95eb9.dir/src.c.o -o cmTC_95eb9
11+
/usr/bin/ld: CMakeFiles/cmTC_95eb9.dir/src.c.o: in function `main':
1212
src.c:(.text+0x46): undefined reference to `pthread_create'
1313
/usr/bin/ld: src.c:(.text+0x52): undefined reference to `pthread_detach'
1414
/usr/bin/ld: src.c:(.text+0x63): undefined reference to `pthread_join'
1515
collect2: error: ld returned 1 exit status
16-
make[1]: *** [CMakeFiles/cmTC_21c98.dir/build.make:87: cmTC_21c98] Error 1
16+
make[1]: *** [CMakeFiles/cmTC_95eb9.dir/build.make:87: cmTC_95eb9] Error 1
1717
make[1]: Leaving directory '/home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp'
18-
make: *** [Makefile:121: cmTC_21c98/fast] Error 2
18+
make: *** [Makefile:121: cmTC_95eb9/fast] Error 2
1919

2020

2121
Source file was:
@@ -41,18 +41,18 @@ int main(void)
4141
Determining if the function pthread_create exists in the pthreads failed with the following output:
4242
Change Dir: /home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp
4343

44-
Run Build Command(s):/usr/bin/make cmTC_53f75/fast && /usr/bin/make -f CMakeFiles/cmTC_53f75.dir/build.make CMakeFiles/cmTC_53f75.dir/build
44+
Run Build Command(s):/usr/bin/make cmTC_8724b/fast && /usr/bin/make -f CMakeFiles/cmTC_8724b.dir/build.make CMakeFiles/cmTC_8724b.dir/build
4545
make[1]: Entering directory '/home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp'
46-
Building C object CMakeFiles/cmTC_53f75.dir/CheckFunctionExists.c.o
47-
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_53f75.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
48-
Linking C executable cmTC_53f75
49-
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53f75.dir/link.txt --verbose=1
50-
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_53f75.dir/CheckFunctionExists.c.o -o cmTC_53f75 -lpthreads
46+
Building C object CMakeFiles/cmTC_8724b.dir/CheckFunctionExists.c.o
47+
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_8724b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
48+
Linking C executable cmTC_8724b
49+
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8724b.dir/link.txt --verbose=1
50+
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_8724b.dir/CheckFunctionExists.c.o -o cmTC_8724b -lpthreads
5151
/usr/bin/ld: cannot find -lpthreads
5252
collect2: error: ld returned 1 exit status
53-
make[1]: *** [CMakeFiles/cmTC_53f75.dir/build.make:87: cmTC_53f75] Error 1
53+
make[1]: *** [CMakeFiles/cmTC_8724b.dir/build.make:87: cmTC_8724b] Error 1
5454
make[1]: Leaving directory '/home/erfan/Repositories/lmr-simulator/build/catkin_tools_prebuild/CMakeFiles/CMakeTmp'
55-
make: *** [Makefile:121: cmTC_53f75/fast] Error 2
55+
make: *** [Makefile:121: cmTC_8724b/fast] Error 2
5656

5757

5858

0 commit comments

Comments
 (0)