turtlebot3_autorace_2020
turtlebot3_autorace_2020 copied to clipboard
TurtleBot3 Autorace 2020 missions
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...
Is there any new update for this project? Or is just been abandoned? Since the last update was two years ago
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...
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...
ISSUE TEMPLATE ver. 0.4.0 1. Which TurtleBot3 platform do you use? - [ ] Burger - [ ] Waffle - [ X ] Waffle Pi 2. Which ROS is working...