Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line follower example #1

Merged
merged 51 commits into from
May 20, 2022
Merged

Line follower example #1

merged 51 commits into from
May 20, 2022

Commits on Mar 31, 2022

  1. leo_example_line_follower: initial commit for line follower package

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5633001 View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: package.xml: remove redundant dependencies

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dbdba21 View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: data_saver.py: replaced use od ros paramet…

    …ers with command line arguments and python argparse
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    84e0bbe View commit details
    Browse the repository at this point in the history
  4. leo_example_line_follower: data_saver.py: added info on node's exit a…

    …nd fixed path for file with labels
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    04a1627 View commit details
    Browse the repository at this point in the history
  5. leo_example_line_follower: data_saver.py: Added info logs for creatin…

    …g files and directories
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dbdcb7f View commit details
    Browse the repository at this point in the history
  6. leo_example_line_follower: data_saver.py: starting time counting with…

    … the first message from cmd_vel topic, fixed saved img filename, closing label file on shutdown
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a0fe7ec View commit details
    Browse the repository at this point in the history
  7. leo_example_line_follower: data_saver.py: added saving images and labels

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    11e89c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. leo_example_line_follower: data_saver.py: added ignoring images with …

    …label (0.0, 0.0)
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    b394460 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. leo_example_line_follower: added line_follower.py - script for autono…

    …mous following the line with rover
    Bitterisland6 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    3075241 View commit details
    Browse the repository at this point in the history
  2. leo_example_line_followe: added directory with first models, needed f…

    …or line_follower.py script
    Bitterisland6 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    7d14b38 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. leo_example_line_follower: models: added model trained on color masks…

    …, with two lines track
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0f9eb2f View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: color_mask: added color_mask.py script wit…

    …h ros node for chosing hsv bounds for color mask
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2cfeb8d View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: color_mask: added cfg directory with yaml …

    …files with example hsv_bounds and dynamic_reconfigure config file
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    cd875ef View commit details
    Browse the repository at this point in the history
  4. leo_example_line_follower: color_mask: changed package.xml and CMakeL…

    …ists.txt for use of dynamic_reconfigure
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    03ca525 View commit details
    Browse the repository at this point in the history
  5. leo_example_line_follower: data_saver.py: fixed typos and formatted c…

    …ode with black
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c99ceb5 View commit details
    Browse the repository at this point in the history
  6. leo_example_line_follower: data_saver: removed unused arguments from …

    …launch file
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    97f1440 View commit details
    Browse the repository at this point in the history
  7. leo_example_line_follower: color mask: added launch file for the colo…

    …r_mask_finder node
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    9780636 View commit details
    Browse the repository at this point in the history
  8. leo_example_line_follower: line_follower.py: added use of ros paramet…

    …ers for hsv color bounds
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    33018cd View commit details
    Browse the repository at this point in the history
  9. leo_example_line_follower: line follower: added launch file for the l…

    …ine follower node
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    96775e6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. leo_example_line_follower: moved yaml files to config directory

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    958ef53 View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: fixed typos, and added descriptions to ros…

    … args
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    37f2118 View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: removed redundant files

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b1a705f View commit details
    Browse the repository at this point in the history
  4. leo_example_line_follower: line_follower.py: switched param names to …

    …private namespace
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    9ec718e View commit details
    Browse the repository at this point in the history
  5. leo_exapmle_line_follower: added model trained on more accurate color…

    … masks
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    dc6ff26 View commit details
    Browse the repository at this point in the history
  6. leo_example_line_follower: CMakeLists.txt: fixed catkin_lint errors

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    91920f9 View commit details
    Browse the repository at this point in the history
  7. leo_example_line_follower: package.xml: updated package description

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4713c66 View commit details
    Browse the repository at this point in the history
  8. leo_example_line_follower: color_mask.py: implemented code review gui…

    …dlines (about python buildins and instance method)
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    0d5802f View commit details
    Browse the repository at this point in the history
  9. leo_example_line_follower: data_saver.py: implemented guidlines from …

    …code review
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    55bd932 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. leo_example_line_follower: scripts: implemented guidlines from code r…

    …eview
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6d5f990 View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: config: added yaml files with color mask v…

    …alues for blue and red colors
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    82db554 View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: color_mask.launch: changed default value o…

    …f 'file' arg
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    86734cc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. leo_example_line_follower: package.xml: fixed typo

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2e4610f View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: data_saver.py: implemented guidelines from…

    … code review
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    5832c15 View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: scripts: added script for processing saved…

    … data into ready dataset for keras model
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    0579b70 View commit details
    Browse the repository at this point in the history
  4. leo_example_line_follower: prepare_data.py: fixed os.join bugs

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3e58445 View commit details
    Browse the repository at this point in the history
  5. leo_example_line_follower: data_saver.py: added base path if output d…

    …irectory is given as relative path
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d4b9485 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. leo_example_line_follower: data_saver.py: added use of ptahlib home f…

    …unction instead of hardcoding home directory path
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 13, 2022
    Configuration menu
    Copy the full SHA
    c2c08f9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. leo_example_line_follower: prepare_data.py: made the script executabl…

    …e with rosrun
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    17d595c View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: prepare_data.py: gave the script execution…

    … rights with chmod + x
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3cece02 View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: prepare_data.py: removing parent directori…

    …es when train and validation dirs are nested paths
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2832b55 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. leo_example_line_follower: prepare_data.py: switched moving and remov…

    …ing files to just copying
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    89add88 View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: prepare_data.py: added creating of zip fil…

    …e from processed data, and clearing the working directory from zipped files
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    6a2228b View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: prepare_data.py: added printing info about…

    … zipping files
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    237cf54 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. leo_example_line_follower: line_follower.launch: fixed ros find packa…

    …ge syntax error
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    ec117bf View commit details
    Browse the repository at this point in the history
  2. leo_example_line_follower: prepare_data.py: changed argument names to…

    … one pattern
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    647437a View commit details
    Browse the repository at this point in the history
  3. leo_example_line_follower: prepare_data.py: added checking if the zip…

    …file name ends with '.zip'
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bc7ed72 View commit details
    Browse the repository at this point in the history
  4. leo_example_line_follower: prepare_data.py: formated the code using b…

    …lack
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5111e88 View commit details
    Browse the repository at this point in the history
  5. leo_example_line_follower: added notebook to repository

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f0719ef View commit details
    Browse the repository at this point in the history
  6. leo_example_line_follower: CMakeLists.txt: added prepare_data.py scri…

    …pt to catkin_install_python section
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    76ccef4 View commit details
    Browse the repository at this point in the history
  7. leo_example_line_follower: implemented code review guidlines

    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5a0009e View commit details
    Browse the repository at this point in the history
  8. leo_example_line_follower: line_follower.launch: updated arg name in …

    …rosparam
    
    Signed-off-by: Bitterisland6 <2010olo@wp.pl>
    Bitterisland6 committed May 20, 2022
    Configuration menu
    Copy the full SHA
    891dbfb View commit details
    Browse the repository at this point in the history