Skip to content

CUHK-Robocon/vesccom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vesccom

C++ library for communicating with custom VESC motor control firmware

Requirements

  • CMake
  • A CMake generator e.g. Make, Ninja
  • C++20 compiler
  • Boost

Build

mkdir build
cmake -B build
cmake --build build

Use with CMake

Only a static library target vesccom is added.

In CMakeLists.txt, add:

add_subdirectory(vesccom)

before adding your target and add

target_link_libraries(<target> vesccom)

after adding your target to link against vesccom.

About

C++ library for communicating with custom VESC motor control firmware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors