Skip to content

jhu-interaction/wallframe_apps

 
 

Repository files navigation

wallframe_apps

Tentative Mouse Libraray

  • Users have to use the mouse folder provided here to use may mouse application.

  • Copy the following code in your CMakeLists.txt, somewhere after rosbuild_init()

      include_directories(${CMAKE_CURRENT_SOURCE_DIR})
    
  • At the end, while linking the libraries add MOUSE to it.

      target_link_libraries(app_name
                  ...
                  ...
                  ...                                       
                  MOUSE
                  )
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.7%
  • C 29.4%
  • Python 1.6%
  • Other 0.3%