Skip to content

ptientho/Checkpoint5-Approach-Shelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkpoint5-Approach shelf

Introduction

The goal of this project is to create a program that allows RB-1 robot to approach, detect, and attach a warehouse shelf.

Pre Approach

The robot moves to the loading position. This requires two parameters- 1. obstacles: distance the robot will stop and 2. degrees: rotation the robot will turn to the shelf.

ros2 launch attach_shelf pre_approach.launch.xml obstacles:=0.3 degrees:=-90

pre_approach

Final Approach

The robot will detect the shelf using laser intensity. If found, the robot will move toward the shelf and finally lift the shelf.

ros2 launch attach_shelf attach_to_shelf.launch.py obstacles:=0.3 degrees:=-90 final_approach:=True

final

About

RB-1 robot to approach a warehouse shelf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published