This repository contains the ros2 packages and python scripts for liberhand (V2).
Use this command to display hand model in RVIZ2.
ros2 launch liberhand_description view_robot.launch.py
These scripts are modified from dex-retargeting.
Real-time visualization of hand retargeting via webcam.
python3 show_realtime_retargeting.py \
--retargeting-type dexpilot \
--hand-type right \
--camera_path /dev/video0
Hand ros2 driver writed in python, including loop joint (four bar linkage) solution.
TODO