wiki:Other/Summer/2023/RobotTestbed

Version 7 (modified by jwh139, 11 months ago) ( diff )

Robotic IoT Smartspace Testbed

    Robotic IoT Smartspace Testbed

    WINLAB Summer Internship 2023

    Group Members: Jeremy Hui, Katrina Celario, Julia Rodriguez, Laura Liu, Jose Rubio, Michael Cai

    Project Objective

    Based on the future research section, there seem to be two main goals: adding a web-based reservation system for remote access to the robot and automating the activity labeling process using the natural language descriptions of the data provided in video format. For the remote reservation/experimentation features, we need to create a user-friendly webpage that not only makes it easier for the user to execute commands, but also keeps them from changing things that they shouldn’t have access to. The remote access to the LoCoBot can be achieved through ROS/SSH as long as all machines involved are connected to the same network (in our case this could be a VPN).

    The video auto-labeling can be done using neural networks (ex: CNN and LSTM) in an encoder-decoder architecture for both feature extraction and the language model. For activities that cannot be classified within a specific amount of certainty, the auto-labeling tool could save the time stamp and/or video clip and notify the user that it requires manual labeling. After being fully trained, the network would simply choose the label with the highest probability and could possibly mark that data as “uncertain”.

    • Web-based remote reservation/experimentation

    → remote access to robot through ROS/SSH → create a user-friendly webpage that not only makes it easier for the user to execute commands, but also keeps them from accessing/changing things that they shouldn’t

    • Automatic labeling using video/captioning tools

    → Neural network models for captioning involve two main elements:

    → Feature Extraction

    → Language Model

    Progress Overview

    WEEK ONE

    • Familiarized on project topics by reading relevant research papers
    • Set up ROS (Robotic Operating System) on Ubuntu distro
    • Ran elementary python scripts on robot (talker/listener)

    • Interacted with robot at CoRE

    WEEK TWO

    • Started to build the website
    • Learned the aspects of a Raspberry pi by starting with a blank SD:

    → Installed Raspberry Pi operating system and ROS

    → Connected to a ZeroTier network

    → Downloaded packages necessary for the data collecting python scripts

    WEEK THREE

    • Explored the possibility of including Unity in the project

    → Created 3D avatar in Unity which mimics live webcam feed

    • Researched necessary equipment needed for experiments
    • Started to clone original SD card that contained all python scripts, packages, and ROS onto blank SD cards

    → The cloned cards were inserted into 25 Raspberry Pi

    → Each pi was given a unique name

    • Made significant progress on the website aspect

    WEEK FOUR

    Attachments (19)

    Note: See TracWiki for help on using the wiki.