Code Monkey home page Code Monkey logo

turtlebot3_autorace_2020's Introduction

turtlebot3_autorace_2020's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

turtlebot3_autorace_2020's Issues

Installing has stuck on 44%

I am trying to install the package on turtlebot 3 as explained in the website. but the installation has stuck at 44%.

[ 34%] Built target turtlebot3_autorace_msgs_generate_messages_py
[ 36%] Built target turtlebot3_autorace_msgs_generate_messages_cpp
[ 39%] Built target turtlebot3_autorace_msgs_generate_messages_eus
[ 40%] Built target turtlebot3_autorace_msgs_generate_messages_lisp
[ 42%] Building CXX object image_common/camera_calibration_parsers/CMakeFiles/camera_calibration_parsers.dir/src/parse.cpp.o
[ 43%] Building CXX object image_common/camera_calibration_parsers/CMakeFiles/camera_calibration_parsers.dir/src/parse_ini.cpp.o
[ 44%] Building CXX object image_common/image_transport/CMakeFiles/image_transport.dir/src/camera_common.cpp.o

Python shebang line

The python shebang line (#!/usr/bin/env python) in control_lane.py (turtlebot3_autorace_driving/nodes/), detect_lane.py (turtlebot3_autorace_detect/nodes/), image_compensation.py (turtlebot3_autorace_camera/nodes/), and, image_projection.py (turtlebot3_autorace_camera/nodes/) should be updated to #!/usr/bin/env python3 for Python3 support as ROS Noetic supports Python3 exclusively.

The above can be applicable to all other python scripts/nodes in other sub-packages of the turtlebot3_autorace_2020 package.

opencv dependency package issue

python3-opencv dependency package issue.
Instead of installing the binary, you must download the source file.
This issue will be fixed soon.

Is this project abandoned?

Is there any new update for this project? Or is just been abandoned? Since the last update was two years ago

Unable to find camera's settings

Hello,

Hope everyone is doing well =)

I used autorace 2019 on ROS melodic and one of the key points to make everything work was changing the camera's settings such as contrast, ISO, shutter speed, saturation etc.

I was able to do that because it seems that it used raspicam node instead of cv_camera and there was an extra folder called camera_calibration amongst extrinsinc and intrinsinc calibration folders also where you just had to change the values there.

Unfortunately, I'm not finding a similar folder for autorace 2020 using noetic. And trying to work with raspicam doesn't seem to work either (well, I can use it normally for image acquisition, but not with autorace 2020).

Did I do something wrong or was it supposed to be like this?

Thanks a lot in advance!

Traffic light detection - no traffic lights available

I'm trying to run Traffic Lights tutorial from Autonomous Driving section on ROS noetic, Ubuntu 20.04. But after I execute commands from tutorial, no traffic light appear in the gazebo world. How can I spawn traffic lights in my simulation?

Intersection mission problem

ISSUE TEMPLATE ver. 0.4.0

  1. Which TurtleBot3 platform do you use?

    • Burger
    • Waffle
    • [ X ] Waffle Pi
  2. Which ROS is working with TurtleBot3?

    • [ X ] ROS 1 Kinetic Kame
    • ROS 1 Melodic Morenia
    • ROS 1 Noetic Ninjemys
    • ROS 2 Dashing Diademata
    • ROS 2 Eloquent Elusor
    • ROS 2 Foxy Fitzroy
    • etc (Please specify your ROS Version here)
  3. Which SBC(Single Board Computer) is working on TurtleBot3?

    • Intel Joule 570x
    • [ X ] Raspberry Pi 3B+
    • Raspberry Pi 4
    • etc (Please specify your SBC here)
  4. Which OS you installed on SBC?

    • [ X ] Raspbian distributed by ROBOTIS
    • Ubuntu MATE (16.04/18.04/20.04)
    • Ubuntu preinstalled server (18.04/20.04)
    • etc (Please specify your OS here)
  5. Which OS you installed on Remote PC?

    • [ X ] Ubuntu 16.04 LTS (Xenial Xerus)
    • Ubuntu 18.04 LTS (Bionic Beaver)
    • Ubuntu 20.04 LTS (Focal Fossa)
    • Windows 10
    • MAC OS X (Specify version)
    • etc (Please specify your OS here)
  6. Specify the software and firmware version(Can be found from Bringup messages)

    • Software version: [x.x.x]
    • Firmware version: [x.x.x]
  7. Specify the commands or instructions to reproduce the issue.

    • roslaunch turtlebot3_autorace_intersection_core turtlebot3_autorace_core.launch
  8. Copy and Paste the error messages on terminal.

    • HERE
  9. Please describe the issue in detail.

Hi everyone,
i'm using a waffle pi and i'm following the steps of Autonomous Driving
i'm traying to preform the intersection mission and i couldn't succed, when the robot deteced the turn sign he doesn't stop and do the procedure to turn.
i tried 3 different method to test the program and the signs :

first i fixed the robot in a place between the lines and followed the instructions ( video 1)
https://drive.google.com/file/d/140qM1DXGc0clqjQ89eBMXKFevMMXvZ9w/view?usp=sharing

the second video i stopped the bringup launch file ( the robot doesn't move but the procedure worked )
https://drive.google.com/file/d/1jbivgt0IeLjh7KyVSIGuhYwha1mNO20n/view?usp=sharing

the 3rd video i launched the robot using the site steps
https://drive.google.com/file/d/1jbivgt0IeLjh7KyVSIGuhYwha1mNO20n/view?usp=sharing

Detect Lane has no attribute 'left_fit'

Hi, I've been trying to get the lane detection code to work but keep getting this error:

AttributeError: 'DetectLane' object has no attribute 'left_fit'

The problem arises in line number 159 of detect_lane.py:
if yellow_fraction > 3000:
self.left_fitx, self.left_fit = self.fit_from_lines(self.left_fit , cv_yellow_lane)
self.mov_avg_left = np.append(self.mov_avg_left,np.array([self.left_fit]), axis=0)

Where we try to initiate self.left_fit while also using it in the function parameter. I've been struggling to figure out how to fix this problem, I've tried to initiate self.left_fit before this line (making it an array) but more errors occur. (I put the turtlebot between the yellow and white lines.) Any help would be greatly appreciated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.