Changes between Version 27 and Version 28 of Other/Summer/2021/SelfDrivingVehicle


Ignore:
Timestamp:
Aug 5, 2021, 2:36:40 AM (3 years ago)
Author:
sandeepalankar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2021/SelfDrivingVehicle

    v27 v28  
    8787* Working on creating a direct connection between Pioneer node and RealSense to view continuous RealSense camera feed while driving
    8888* [https://docs.google.com/presentation/d/1ZIohasgUZZoLfGq9bMWvE5k2TyjnHLJC6fIUdeQhH0U/edit?usp=sharing Week 8 Presentation]
     89
     90== Week 9 Activities ==
     91
     92* Switched to ROSARIA, now using ROS nodes to connect to and wirelessly drive the robot
     93* Configured ROS nodes such that training data consisting of both imaging and robot commands can
     94  be recorded simultaneously
     95* Began collecting data through the rosbag node
     96* Properly explored the gazebo simulation, expanding on models and the world
     97* [https://docs.google.com/presentation/d/1KjHGXeC8n4A_bMgDGMsrH517wKPCVwpcG06br4tpleE/edit?usp=sharing Week 9 Presentation]
     98
     99== Week 10 Activities ==
     100
     101* Debugged Python files to reflect Vector3 messages that we used to represent steering data
     102* Trained robot on circular track to learn how to properly steer to avoid going off-road
     103* Subscribed to control and image topics and recorded training using rosbag
     104* Converted bag files to image (.ndz) files that were fed into neural network with 4 convolutional
     105  layers
     106* [https://docs.google.com/presentation/d/1iZCfFvj8ZyDHKDPy_X8Xqb8ji-_jtblDsoBADHxNKZ0/edit?usp=sharing Final Presentation]
     107