Skip to content

Interactive Motion Planner SERVER Application (Developed as part of my master thesis)

License

Notifications You must be signed in to change notification settings

catheart97/imp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMP-Server

Configuration

Before building the application you might want to modify some of its configuration. These can be found in source/imp/Settings.hpp.

Build

Get code using '--recurse-submodules'.

Requirements:

  • CMake
  • C++-20 Compiler with OpenMP support (Apple Clang is not supported)
  • fcl (depends on libccd and octomap)
  • oat++ (via submodule)
  • eigen (via submodule)

Windows

After installing the upper requirements (e.g. using cmake --build . --config Release --target INSTALL) you can run the following commands to build the application:

mkdir build 
cd build
cmake .. 
cmake --build . --config Release

macOS

As this application uses OpenMP for parallelization Apple Clang is not supported. You can use the binaries from homebrew and the provided macos.sh script to set the correct environment variables.

About

Interactive Motion Planner SERVER Application (Developed as part of my master thesis)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages