项目作者: meetm473

项目描述 :
IMU controlled human-like arm
高级语言: Python
项目地址: git://github.com/meetm473/human_arm.git
创建时间: 2020-08-03T10:36:51Z
项目社区:https://github.com/meetm473/human_arm

开源协议:BSD 3-Clause "New" or "Revised" License

下载


human_arm

A ROS+Gazebo simulation package to control a human-like arm via:

  • Keyboard
  • IMU

This package uses scripts developed in Cube-Visualization. Sensor data for IMU control is transmitted via the AndyIMU-2 android application.

drawing of the assem
4 view bot

Commands

To view the robot in RViz

  1. roslaunch human_arm display-rviz.launch

To control the bot via keyboard in Gazebo:

  1. roslaunch human_arm human_arm_gazebo.launch
  2. rosrun human_arm key_control.py

For help, press h

To control the bot via android IMU in Gazebo:

  1. roslaunch human_arm human_arm_gazebo.launch
  2. rosrun human_arm a_imu_control.py

Custom sensor fusion algorithm can be written in the file d_sensorFusion.py. For more instructions, check this.