blue_soylent contains a repo to control a Blue robotic arm.
without directly interfacing with ROS. It uses rosbridge to communicate with Blue's ROS-based control system over a network connection.
- Tele-operation, 2. Inverse Kinematic
git clone https://github.com/yusukeurakami/blue_soylent.git
https://github.com/berkeleyopenarms/blue_core
Guide https://docs.google.com/document/d/1MnyViCi9Tt03B9-3wZsePXXlKf7XiXHs0o6_c8z7at4/edit?usp=sharing
git clone https://github.com/berkeleyopenarms/blue_interface.git
cd blue_interface
pip install -e .
Follow these.
https://forums.leapmotion.com/t/linux-install-of-sdk-fails/5158/6
Run either of follows and boot the real robot or the one in Gazebo.
roslaunch blue_bringup right.launch param_file:=/path/to/blue_configs/blue_right_v2.yaml
roslaunch blue_gazebo right.launch
-
IK control
python leap_controller.py --IK
-
Tele-operation
python leap_controller.py