Version 13 (modified by 2 years ago) ( diff ) | ,
---|
Car Robot Remote Control
Car Robot Remote Control
WINLAB Summer Internship 2022
Group Members: Jimmy Huang, John Greaney-Cheng
Project Objective
Remote control of a robotics platform using video streams. The project will require students to work with video streaming toolkits and develop software to allow for low-latency control of the remote platform from either a first- or third-person view. Students will begin by setting up ROS on a robotics platform at Winlab so that they have a system to work on, with the ultimate goal of testing the remote control system on the hardware developed by the smart car team at the end of the summer.
Students will need to write a ROS node to run on the vehicle platform which will receive remote control commands and translate them into control signals for the platform hardware. Students will also need to work with software such as gstreamer for low-latency streaming of the video feed from the car.
Week 1 Update
- Learned how to navigate Linux Command Line and Orbit Management Framework
- Installed ROS Melodic on node and worked on the tutorials
- Met with other groups within the Car Intersection group (Mini Smart Car Hardware Design, Autonomous System Infrastructure, Multi-Cam Fusion for Smart Intersection)
Week 2 Update
- Finished ROS tutorials
- Went through Vimtutor
- Installed real sense libraries
Week 3 Update
- Got Pioneer 3-DX to Move!!!
- Installed ROSARIA and AriaCoda
- Installed Demo Client
- Installed Remote Desktop to function as a GUI
Week 4 Update
- Made our own client to move Pioneer (Backed it up on Gitlab)
- Wrote Open Loop control program to have Pioneer move in square repeatedly to test precision of robot
- Recorded data on a bag file, transferred it to a csv file and graphed it