This is the repository for the driver ROS launch files, packages, and other IO wrapper programs of the mobile manipulator Blitz(working title), which is the custom mobile manipulator belongs to the SNU Biointelligence Lab
We only experimented on the below environments. The whole system may not work on different situations.
- Fetch Robotics : Freight (Ubuntu 18.04, ROS Melodic, works as ROS master)
- Universal Robots : UR5
- Robotiq : 2F-140 Adaptive Gripper
- Intel : RealSense D435
- ASUS : Xtion PRO LIVE
-
Ubuntu 14.04, ROS Indigo
-
Intel i7-6700 @ 3.40GHz
-
NVIDIA TITAN X Pascal, CUDA=8.0, cuDNN=5.0
- ur_modern_driver : We confirmed that kinetic-devel works in the Melodic environment.
- robotiq_2finger_grippers
- openni2_camera
- realsense-ros
- audio_common
- fetch_ros
- Darknet : Blitz uses yolo-v3 configurations.
- reuleaux
- openpose: You should install python wrapper for openpose.
- opencv==2.4.8
- audio_common
- gTTS
- google-cloud-speech==0.26.0 : You should use your own Google Cloud API Key.
- pydub
-
Put blitz_io folder in the client computer, and blitz_setup in the Freight. my_blitz should be put in the ROS catkin workspaces of the both client & master. blitz_robot_moveit_config and blitz_robot_ikfast_ur5_plugin should be only put in the catkin workspace in the ROS master.
-
For visualization purpose, change reuleaux source file at
(catkin workspace directory)/src/reuleaux/map_creator/src/load_reachability_map.cpp
. Change ws.header.frame_id from "base_link" to "arm_base_link". -
Catkin make both catkin workspaces.
You can customize MoveIt! of the Blitz for your own purpose.
MoveIt! Setup
MoveIt! IKFast Kinematics Setup
- Before you execute, you should check darknet weight, Google API Key file, IPs, file paths, etc to your own settings.
- After turning on every robot, launch bringup file in the ROS Master.
$ roslaunch ~/blitz_setup/blitz_bringup.launch
- Execute server python scripts in the ROS Master
$ python ~/blitz_setup/blitz_arm_server.py
$ python ~/blitz_setup/sound_play_server.py
- Launch navigation & RVIZ in the client computer.
$ roslaunch my_blitz blitz_total.launch
- Now you can use Blitz by importing scripts in blitz_io.
$ python blitz_navigate_and_pick.py