Skip to content

b6462/ros_face

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS-Face

ROS-Face is a project that aims to manipulate human facial muscles using the ros system. You can control human facial expressions just as you would control a robot.

soiya_Trim_Trim (1) (1)

ATTENTION

maHidaka will not accept any accident or detriment caused by this project. Use of this code is at your own risk and is subject to the BSD 2-Clause License

setup

install rosserial

The ros environment must have been established in advance. We have already confirmed that it works with melodic. Other versions may also work.

sudo apt install ros-melodic-rosserial-arduino
sudo apt install ros-melodic-rosserial

Schematic

97066d7b3dbf9945d558fdc4049416ad

Upload sketch to Arduino Uno

Main sketch is here "ROS_FACE/ros_face_Arduino/src/main.cpp".

Upload this sketch to arduino using platformio. For more information about platformio and how to upload the sketch using ArduinoIDE, please refer to the instructions on another site.

Example usage

  1. cd catkin_ws/src
  2. git clone https://github.com/maHidaka/ros_face.git
  3. catkin build
  4. roslaunch ros_face_apps face_control_joy.launch

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • Other 2.4%