Skip to content

Releases: AutoMecUA/AutoMec-AD

0.3.0

15 Mar 22:01
f219e2c
Compare
Choose a tag to compare

New features:

  • Support for joystick control;

  • Colour mask for signal detection;

  • Bug fixes;

Features that need attention:

  • Template matching is slow;

0.2.1

02 Nov 21:59
446e298
Compare
Choose a tag to compare

New release used to correct bugs:

  • Launch files not working due to leftover parameters;

And to add:

  • Log files for signal detection;

0.2.0

19 Oct 21:24
657e8d9
Compare
Choose a tag to compare

This release added the following features:

  • Full integration of the code with Kinect V1 as the lane camera;
  • Functional signal recognition, except on cnn2av;
  • First developments on inverse perspective mapping;
  • Creation of an .yaml file after dataset gathering and neural network training, in order to retrieve information about said database or neural network model;

v0.1.1

09 Sep 21:22
1d9cf86
Compare
Choose a tag to compare

This release includes the following functions:

  • Fully simulated virtual environment using Gazebo;
  • Acckermann car simulated on that same environment;
  • MCU code to control an ESC and an acckermann steering direction, using ROS subscribers;
  • Convert webcam image to a ROS topic;
  • Record the robot view as .jpg images;
  • Corresponds those .jgp images with the velocity and angular direction commands the robot was receiving;
  • With the previous data, trains a ML model, using one of two different CNNs;
  • Using the ML model, drives autonomously;
  • Recognizes signals and drives/stops accordingly - Only on virtual environment;
  • .launch files for every functionality we have, to reduce the number of commands needed;