Skip to content

atom-robotics-lab/eYRC_HB_1134

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


Logo

Atom eYRC_HB_1134

This is the repo for the eYRC competition submisison by the team hb_1134, a documentation for the our Project. The Project's purpose was to simulate Holonomic drive, by making a 3 wheel omi-directional bot. The simulation was achieved with the help of Gazebo and ROS. If you’re interested in helping us improve our Project find out how to contribute.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Cities, by nature, are constantly under development. In the future, the process of achieving the ever-demanding upgrades in the infrastructure of a city will be automated. The impact of such automation can lead to lesser construction time, little to no manual labour and lower execution costs. With more time, energy and finance to spare, this automation will be empowered by technology and imagination of the mind, and leave room for artistic expression. Humans have an inherent need to make sense of the world around them, understand it and then create something new out of it. For a more inclusive city, this is even more true. Demarcations on the road, signage on billboards and bus stops, and well-landscaped gardens provide order to the chaos and create an environment where the inhabitants can connect to their primal need to belong.

Keeping the above scenario in mind, in eYRC 2022-23 we were presented with the theme HolA Bot (HB)! HolA Bot is short for Holonomic Art Bot. As the full name suggests, this theme contained two major components to it: Holonomic Drive Bot and Art!

In this theme, our team had to deploy holonomic robot in Simulated Environment. Unlike the usual, more popular differential drive robots, the holonomic drive robots can control all the three degrees of freedom possible on a plane (translation along the x, y-axis and rotation along the z-axis). This gives the robot the ability to make art that would otherwise not be possible with the usual two-wheeled differential drive robot. This ability is demonstrated by the following video/gif of KUKA omniMove:

(back to top)

Built With

  • ROS
  • OpenCV
  • Ubuntu
  • Python

(back to top)

Getting Started

This is an example of how you may set-up your our project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • ROS
  • OpenCV

Installation

  1. Clone the repo in your ROS-workspace
    git clone [email protected]:atom-robotics-lab/eYRC_HB_1134.git
    cd ~/catkin_ws/src
  2. Compile the package
    cd ~/catkin_ws
    catkin_make
  3. Source the setup script
    source ~/catkin_ws/devel/setup.bash

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additionally you may check the resources added below.

  • For running the Task01

    roslaunch Task02 gazebo.launch
    roslaunch Task02 controller.py
  • For running the Task02

    roslaunch Task02 gazebo.launch
    roslaunch Task02 feedback.py
    roslaunch Task02 controller.py

(back to top)

Roadmap

  • task01
  • task02
  • hardware implementation
    • testing individual parts and components
    • making bot chassis
    • printing holonomic wheels
    • fabricating power delivery, daughterboard pcb
    • final testing

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

For more info refer to contributing.md

(back to top)

Contact

Our Socials - Linktree - [email protected]

eYRC_HB_1134 Link: https://github.com/atom-robotics-lab/eYRC_HB_1134

(back to top)

Acknowledgments

(back to top)