Skip to content

QVPR/aarapsi_offrobot_ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aarapsi_offrobot_ws

Packages:

  1. robot_gui_bridge
  • Web server + gui (html + css + javascript -> ROS) for interfacing with robot
  1. aarapsi_intro_pack
  • Main package
  1. hdl_graph_slam
  2. hdl_localization
  3. hdl_global_localization
  4. ndt_omp
  5. fast_gicp

To build:

  • On arm64/aarch64:
    • Edit CMakeLists.txt for the hdl_localization and hdl_graph_slam:
      if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
        add_definitions(-std=c++14) # was 11
        set(CMAKE_CXX_FLAGS "-std=c++14") # was 11
      
    • catkin_make -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_PROCESSOR="aarch64" -DBUILD_WITH_MARCH_NATIVE=True -DBUILD_VGICP_CUDA=ON
  • Otherwise:
    • catkin_make -DCMAKE_BUILD_TYPE=Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published