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

Conversation

Bitterisland6
Copy link
Contributor

No description provided.

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…ers with command line arguments and python argparse

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…nd fixed path for file with labels

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…g files and directories

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… the first message from cmd_vel topic, fixed saved img filename, closing label file on shutdown

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…label (0.0, 0.0)

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…, with two lines track

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…h ros node for chosing hsv bounds for color mask

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…files with example hsv_bounds and dynamic_reconfigure config file

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…ists.txt for use of dynamic_reconfigure

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…ode with black

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…launch file

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…r_mask_finder node

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…ers for hsv color bounds

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…ine follower node

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… args

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…private namespace

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… masks

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
leo_example_line_follower/CMakeLists.txt Outdated Show resolved Hide resolved
leo_example_line_follower/CMakeLists.txt Outdated Show resolved Hide resolved
leo_example_line_follower/package.xml Outdated Show resolved Hide resolved
leo_example_line_follower/scripts/color_mask.py Outdated Show resolved Hide resolved
leo_example_line_follower/scripts/color_mask.py Outdated Show resolved Hide resolved
leo_example_line_follower/scripts/data_saver.py Outdated Show resolved Hide resolved
leo_example_line_follower/scripts/line_follower.py Outdated Show resolved Hide resolved
leo_example_line_follower/scripts/line_follower.py Outdated Show resolved Hide resolved
leo_example_line_follower/scripts/line_follower.py Outdated Show resolved Hide resolved
leo_example_line_follower/scripts/data_saver.py Outdated Show resolved Hide resolved
@bjsowa
Copy link
Member

bjsowa commented May 6, 2022

I think the color mask should support values where hue_min > hue_max. In that case it should join 2 masks together like here: https://stackoverflow.com/a/30333177

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…dlines (about python buildins and instance method)

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
@Bitterisland6 Bitterisland6 requested a review from bjsowa May 11, 2022 15:43
leo_example_line_follower/package.xml Outdated Show resolved Hide resolved
Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… code review

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… data into ready dataset for keras model

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…irectory is given as relative path

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…unction instead of hardcoding home directory path

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
@Bitterisland6 Bitterisland6 requested a review from bjsowa May 13, 2022 10:11
Copy link
Member

@bjsowa bjsowa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

…e with rosrun

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… rights with chmod + x

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…es when train and validation dirs are nested paths

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
@Bitterisland6 Bitterisland6 requested a review from bjsowa May 18, 2022 16:20
…ing files to just copying

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…e from processed data, and clearing the working directory from zipped files

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… zipping files

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…ge syntax error

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
… one pattern

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…file name ends with '.zip'

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…lack

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
Signed-off-by: Bitterisland6 <2010olo@wp.pl>
…pt to catkin_install_python section

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
leo_example_line_follower/launch/line_follower.launch Outdated Show resolved Hide resolved
leo_example_line_follower/launch/line_follower.launch Outdated Show resolved Hide resolved
leo_example_line_follower/launch/line_follower.launch Outdated Show resolved Hide resolved
leo_example_line_follower/package.xml Outdated Show resolved Hide resolved
Signed-off-by: Bitterisland6 <2010olo@wp.pl>
@Bitterisland6 Bitterisland6 requested a review from bjsowa May 20, 2022 15:34
…rosparam

Signed-off-by: Bitterisland6 <2010olo@wp.pl>
@bjsowa bjsowa merged commit 0e5edd9 into master May 20, 2022
@bjsowa bjsowa deleted the line_follower_example branch May 20, 2022 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants