|
Repository Summary
Description | |
Checkout URI | https://github.com/hgaren/aliengo_delivery.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2021-05-28 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
aliengo_base | 0.1.0 |
aliengo_config | 0.1.0 |
aliengo_delivery | 0.0.0 |
aliengo_description | 0.0.0 |
aliengo_gazebo | 0.0.0 |
aliengo_msgs | 0.0.0 |
aliengo_navigation | 0.0.0 |
aliengo_state_mach | 0.0.0 |
executive_smach_visualization | 3.0.1 |
smach_viewer | 3.0.1 |
laikago_controller | 0.0.0 |
laikago_msgs | 0.0.0 |
base_local_planner | 1.16.3 |
carrot_planner | 1.16.3 |
clear_costmap_recovery | 1.16.3 |
costmap_2d | 1.16.3 |
dwa_local_planner | 1.16.3 |
fake_localization | 1.16.3 |
global_planner | 1.16.3 |
grid_map | 1.6.1 |
grid_map_core | 1.6.1 |
grid_map_cv | 1.6.1 |
grid_map_demos | 1.6.1 |
grid_map_filters | 1.6.1 |
grid_map_loader | 1.6.1 |
grid_map_msgs | 1.6.1 |
grid_map_octomap | 1.6.1 |
grid_map_pcl | 1.6.1 |
grid_map_ros | 1.6.1 |
grid_map_rviz_plugin | 1.6.1 |
grid_map_sdf | 1.6.1 |
grid_map_visualization | 1.6.1 |
move_base | 1.16.3 |
nav_core | 1.16.3 |
navfn | 1.16.3 |
navigation | 1.16.3 |
rotate_recovery | 1.16.3 |
voxel_grid | 1.16.3 |
velodyne_description | 1.0.9 |
velodyne_gazebo_plugins | 1.0.9 |
velodyne_simulator | 1.0.9 |
yocs_velocity_smoother | 0.12.1 |
README
Instructions: Package Delivery Scenario in Multi-Floor Environment using State Machine
In paper, the supervisory control of a Discrete Event System (DES) is analyzed to construct autonomous package delivery system. The delivery system includes legged robot in order to autonomously navigate uneven indoor terrain and a conveyor belt for transporting the package to the legged robot. The aim of the paper is using theory of supervisory control of DES to supervise and control machine’s state and event and ensure robots autonomously collaborate. By applying the theory, we show collaboration of two individual robots to deliver goods in multi-floor environment The obtained results from the theory of supervisory control is implemented and verified in simulation environment. In this code, four legged robot Aliengo and a conveyor belt are implemented in Gazebo environment to collaborate and deliver goods in destinated area. We implement Theory of Supervisory Control of Discrete Events-States (DES) using ROS-Smach library.
-
State Machine library (Smach) is obtained from https://github.com/ros/executive_smach
-
Aliengo Gazebo is obtained from https://github.com/unitreerobotics/aliengo_ros and https://github.com/unitreerobotics/laikago_ros
-
Aliengo’s Gait generator and Balancing Control is obtained from https://github.com/chvmp/champ.git
-
Note that at this branch, local awarness framework doesnt use in stair climbing application,instead CHAMP lib is used to generate foot placement for climbing (even though it may not be safe for real application). For more information about local awarness for safe foot placement, you can check out elevation mapping and traversability analysis.
Dependencies
Requirements:
- Ubuntu 16.04 or 18.04
- ROS kinetic or melodic
- Gazebo8 or above
ros-melodic-gazebo8-ros
ros-melodic-gazebo8-ros-control
ros-melodic-gazebo8-ros-pkgs
ros-melodic-gazebo8-ros-dev
ROS related packages for simulation
sudo apt-get install ros-melodic-controller-manager ros-melodic-ros-control ros-melodic-ros-controllers ros-melodic-joint-state-controller ros-melodic-effort-controllers ros-melodic-velocity-controllers ros-melodic-position-controllers ros-melodic-robot-controllers ros-melodic-robot-state-publisher
Building ROS workspace:
make a workspace folder (for example: aliengo_delivery_ws) and copy src file into here.
mkdir ~/aliengo_delivery_ws/src
cd ~/aliengo_delivery_ws/src
compile
catkin_make
if compiling gives error, to make sure all ros related packages are installed, go to learning_ws
source devel/setup.bash
-
rosdep install --from-path src -yi
Proposed delivery framework which includes three main block; DES, Conveyor Belt and Legged Robot
- Framework of our DES implementation on Autonomus Package Delivery
Visualization of multi-floor environment and two collaborative robots
- Simulation Environment in Gazebo: (Up-Left) indoor-unevenenvironment which includes stair, (Bottom Left) Quadrupedal robot which a package carrier is mounted on it’s back, (Bottom Right) Conveyor belt which moves box to robot’s back
aliengo_base
includes foot placement controller
aliengo_config
includes configs of gaits
aliengo_navigation
includes 2D path planing algorithm (move_base)
aliengo_description
including mesh, urdf and xacro files of quadrupedal robot named Aliengo A1
aliengo_gazebo
Spawns aliengo robot, conveyor belt and a box in Gazebo enviornment (normal_aliengo.launch)
laikago_controller
Laikago’s default joint controller, subscribes joint commands via topics
laikago_msgs
Laikago’s default msgs
How to Execute The Scenario
Open first terminal; (opens gazebo and rviz while spawning Aliengo, conveyor and a box)
roslaunch aliengo_gazebo normal_aliengo.launch
Open third terminal; (opens state machine)
rosrun aliengo_state_mach state_machine.py
Open fourth terminal; (opens state-event controller) and press s to start
rosrun aliengo_delivery aliengo_delivery.py
Additionally to visualize states and events
rosrun smach_viewer smach_viewer.py
Gazebo Snapshots of Autonmous Delivery Scenario
- Snapshot of Autonomous Package Delivery Scenario:(Up-Right)initial Position , (Up-Left) first goal reached, (Bottom-Left) climbing to thestairs, (Bottom-Right) second goal reached
State Machine Snapshots of Autonmous Delivery Scenario (DES is obtained from Theory of Supervisory Control)
- States and Events in ROS-Smach Implementation
Results
Robot is able to pick-up package and delivery one floor above by climbing stair.
- Video Result of Implemening State Machine considering all CONTRALLABLE states and events
Robots are able to return initial starting state if robot is falling or box is falling.
- Video Result of Implemening State Machine considering all UNCONTRALLABLE states and events
Reference
Haddeler, G. (2021). The Analysis of Discrete-Event System in Autonomous Package Delivery using Legged Robot and Conveyor Belt. arXiv preprint arXiv:2101.12347.