Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

wookookie/folex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOLEX

Four-Legged Experimental Robot

REQUIREMENTS

  • Ubuntu 18.04 or above
  • CMake 3.15
  • DYNAMIXEL SDK
  • Eigen 3.x

INSTALL DYNAMIXEL SDK

$ cd <your-dev-directory>
$ git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git
$ cd ~/DynamixelSDK/c++/build/linux_sbc
$ make -j$(nproc)
$ sudo make install

INSTALL EIGEN 3.x

$ sudo apt install libeigen3-dev

CLONE AND BUILD

$ cd <your-dev-directory>
$ git clone https://github.com/danichoi737/folex.git
$ cd folex
$ mkdir build && cd build
$ cmake ..
$ cmake --build .

ADD USB RULES

$ cd scripts
$ chmod +x create_udev_rules
$ ./create_udev_rules

About

Four-legged Experimental Robot (Quadruped Robot)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors