Changes between Version 14 and Version 15 of Other/Summer/2024/sD
- Timestamp:
- Jun 4, 2024, 5:35:46 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/sD
v14 v15 10 10 **Project Description & Goals**:\\ 11 11 Build and train miniature autonomous cars to drive in a miniature city. \\ 12 RASCAL (Robotic Autonomous Scale Car for Adaptive Learning): Using the car sensors, offload image and control data into a server node. This node will use a neural network that will train the vehicle to move around on its own given the image data it sees through its camera.12 RASCAL (Robotic Autonomous Scale Car for Adaptive Learning): Using the car sensors, offload image and control data onto a server node. This node will use a neural network that will train the vehicle to move around on its own given the image data it sees through its camera. 13 13 14 14 **Technologies**: ROS (Robot Operating System), Pytorch … … 22 22 23 23 Progress: 24 - Got familiarwith past summer's work: GitLab, RASCAL setup, software architecture24 - Familiarized with past summer's work: GitLab, RASCAL setup, software architecture 25 25 - Debugged an issue with RASCAL's pure pursuit 26 26 … … 31 31 32 32 Progress: 33 33 - Setup X11 forwarding for GUI applications through SSH 34 - Visual odometry using Realsense Camera and [https://wiki.ros.org/rtabmap_ros/TutorialsOldInterface/StereoHandHeldMapping#Bring-up_example_with_RealSense_cameras rtabmap] 34 35 ---- 35 36