Skip to content

Commit

Permalink
developing ros, writing steering logger
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilNie committed Apr 23, 2018
1 parent 61938a8 commit a6029c8
Show file tree
Hide file tree
Showing 829 changed files with 20,883 additions and 24,077 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/self-driving-golf-cart.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,091 changes: 938 additions & 153 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Empty file modified build/.built_by
100755 → 100644
Empty file.
Empty file modified build/CATKIN_IGNORE
100755 → 100644
Empty file.
193 changes: 171 additions & 22 deletions build/CMakeCache.txt
100755 → 100644

Large diffs are not rendered by default.

Empty file modified build/CMakeFiles/3.5.1/CMakeCCompiler.cmake
100755 → 100644
Empty file.
Empty file modified build/CMakeFiles/3.5.1/CMakeCXXCompiler.cmake
100755 → 100644
Empty file.
Empty file modified build/CMakeFiles/3.5.1/CMakeSystem.cmake
100755 → 100644
Empty file.
Empty file modified build/CMakeFiles/3.5.1/CompilerIdC/CMakeCCompilerId.c
100755 → 100644
Empty file.
Empty file modified build/CMakeFiles/3.5.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions build/CMakeFiles/CMakeDirectoryInformation.cmake
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Generated by "Unix Makefiles" Generator, CMake Version 3.5

# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/yongyang/Developer/self-driving-golf-cart/src")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/yongyang/Developer/self-driving-golf-cart/build")
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/neil/Workspace/self-driving-golf-cart/src")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/neil/Workspace/self-driving-golf-cart/build")

# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
Expand Down
60 changes: 30 additions & 30 deletions build/CMakeFiles/CMakeError.log
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp
Change Dir: /home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e0132/fast"
/usr/bin/make -f CMakeFiles/cmTC_e0132.dir/build.make CMakeFiles/cmTC_e0132.dir/build
make[1]: Entering directory '/home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e0132.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_e0132.dir/CheckSymbolExists.c.o -c /home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_e0132
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0132.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_e0132.dir/CheckSymbolExists.c.o -o cmTC_e0132 -rdynamic
CMakeFiles/cmTC_e0132.dir/CheckSymbolExists.c.o: In function `main':
Run Build Command:"/usr/bin/make" "cmTC_6de99/fast"
/usr/bin/make -f CMakeFiles/cmTC_6de99.dir/build.make CMakeFiles/cmTC_6de99.dir/build
make[1]: Entering directory '/home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6de99.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_6de99.dir/CheckSymbolExists.c.o -c /home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_6de99
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6de99.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_6de99.dir/CheckSymbolExists.c.o -o cmTC_6de99 -rdynamic
CMakeFiles/cmTC_6de99.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_e0132.dir/build.make:97: recipe for target 'cmTC_e0132' failed
make[1]: *** [cmTC_e0132] Error 1
make[1]: Leaving directory '/home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e0132/fast' failed
make: *** [cmTC_e0132/fast] Error 2
CMakeFiles/cmTC_6de99.dir/build.make:97: recipe for target 'cmTC_6de99' failed
make[1]: *** [cmTC_6de99] Error 1
make[1]: Leaving directory '/home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6de99/fast' failed
make: *** [cmTC_6de99/fast] Error 2

File /home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
File /home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

Expand All @@ -34,22 +34,22 @@ int main(int argc, char** argv)
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp
Change Dir: /home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8dae5/fast"
/usr/bin/make -f CMakeFiles/cmTC_8dae5.dir/build.make CMakeFiles/cmTC_8dae5.dir/build
make[1]: Entering directory '/home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8dae5.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_8dae5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_8dae5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8dae5.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_8dae5.dir/CheckFunctionExists.c.o -o cmTC_8dae5 -rdynamic -lpthreads
Run Build Command:"/usr/bin/make" "cmTC_5193d/fast"
/usr/bin/make -f CMakeFiles/cmTC_5193d.dir/build.make CMakeFiles/cmTC_5193d.dir/build
make[1]: Entering directory '/home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5193d.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_5193d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_5193d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5193d.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_5193d.dir/CheckFunctionExists.c.o -o cmTC_5193d -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_8dae5.dir/build.make:97: recipe for target 'cmTC_8dae5' failed
make[1]: *** [cmTC_8dae5] Error 1
make[1]: Leaving directory '/home/yongyang/Developer/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_8dae5/fast' failed
make: *** [cmTC_8dae5/fast] Error 2
CMakeFiles/cmTC_5193d.dir/build.make:97: recipe for target 'cmTC_5193d' failed
make[1]: *** [cmTC_5193d] Error 1
make[1]: Leaving directory '/home/neil/Workspace/self-driving-golf-cart/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_5193d/fast' failed
make: *** [cmTC_5193d/fast] Error 2


Loading

0 comments on commit a6029c8

Please sign in to comment.