Code Monkey home page Code Monkey logo

mrac_sensing_workshop's Introduction

MRAC_SENSING_WORKSHOP

This is the repository for MRAC workshop 2.1, ROBOTICS SOLUTIONS FOR 3D SPACE ANALYSIS. This ROS-based part focuses on integrating advanced 3D scanning technologies, OpenCV-powered navigation, and 3D Lidar mapping for the Husky robot.

Table of Contents

Installation

Supported Operating Systems: Ubuntu 20.04 and Ubuntu 22.04

Docker Engine Installation

This project uses Docker for containerization. If you don't have Docker Engine installed, follow this link To manage docker as a non-root user, please follow the post-installation steps in this link

Add the following to your bashrc file for ros and the workspace to be sourced when opening a new terminal in dev_ws, make sure your are not sourcing ROS in your bashrc file.

if [ -f "/dev_ws/setup.bash" ]; then
    source /dev_ws/setup.bash
fi

Foxglove Studio Installation

If you want to visualize the pointcloud and images from husky robot please install foxglove studio.

sudo snap install foxglove-studio

Vscode Extensions

To access the files inside container you need to install Remote Development and Docker extension in your vscode. To modify the files in container:

  • click the Docker icon in vscode
  • Right click the container you want to access
  • Attach vscode
  • Open the folder, type /dev_ws/src

Usage

Fork this repository and clone to your computer Add the submodles

cd MRAC_SENSING_WORKSHOP
git submodule update --init

Build the ros_sim image

cd ros_sim
.docker/build_image.sh

Build the turtlebot_remote image

cd turtlebot_remote
.docker/build_image.sh

Run the container

.docker/run_user.sh

Once you run the container, you will see the terminal return the request to change the ownership of the folder, copy this line from the terminal

sudo chown -R $USER /dev_ws

Then run the terminator

Terminator

Congratulation, you can roslaunch your node in the terminator now!

ros_sim Tutorial

ros_sim

Husky robot Tutorial

husky_tutorial

mrac_sensing_workshop's People

Contributors

huanyul avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.