Git Product home page Git Product logo

behavior-and-path-planning's Introduction

Linkedin Badge GitHub followers

Personal website

πŸ‘‘Messi⚽ is an image of Ourselves! We try, we fall, we are heartbroken - but we rise again to fight another day. We persist and we win! Messi mirrored it all and that is why we find ourselves in unison with him!

ε–„ζˆ˜θ€…ζ— θ΅«θ΅«δΉ‹εŠŸ

Take a look at my recent projects:

  • RECASTX: near real-time 3D tomographic reconstruction and visualization

Top Langs

visitors


behavior-and-path-planning's People

Contributors

zhujun98 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

behavior-and-path-planning's Issues

Debug using VS code

Hi,

Could you please let me know if this code can be debugged using VS code. If so, kindly let me know the procedure as well.

I tried creating a launch.json file and started debugging. However it fails due to Segmentation Fault Error.

Thank you,
KK

fatal error: uWS/uWS.h: No such file or directory

Hi,

Thanks for the useful repository on Path and behavioral planning.

I am getting the below error when I try to build the project using the given steps.

user@computer:~/Github_Repos/behavior-and-path-planning/build$ cmake .. && make
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/Github_Repos/behavior-and-path-planning/build
[  4%] Building CXX object CMakeFiles/path_planning.dir/src/main.cpp.o
/home/user/Github_Repos/behavior-and-path-planning/src/main.cpp:6:21: fatal error: uWS/uWS.h: No such file or directory
 #include <uWS/uWS.h>
                     ^
compilation terminated.
CMakeFiles/path_planning.dir/build.make:62: recipe for target 'CMakeFiles/path_planning.dir/src/main.cpp.o' failed
make[2]: *** [CMakeFiles/path_planning.dir/src/main.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/path_planning.dir/all' failed
make[1]: *** [CMakeFiles/path_planning.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

After doing some googling, I found that below solution would fix the error.

cd uWebSockets
# git checkout e94b6e1
mkdir build
cd build
cmake ..
make 
sudo make install

However when I try to implement the above solution, I am getting error as given as I dont see any CMakeLists.txt in the directory.

user@computer:~/Github_Repos/uWebSockets/build$ cmake ..
CMake Error: The source directory "/home/user/Github_Repos/uWebSockets" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Could you please help me get this fixed.

Thank you,
KK

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.