ROBOTIS-GIT / turtlebot3_autorace

Autonomous Driving with TurtleBot3
http://turtlebot3.robotis.com
Apache License 2.0
88 stars 50 forks source link

after git clone the repository from Turtlebot3, when i cd catkinws and cmake, screen hang #5

Closed timlo94 closed 6 years ago

timlo94 commented 6 years ago

first i go cd catkinws/src and i git clone this repository, afterward i cmake and the screen hang directly at 93%. i had perform apt update,upgrade,remove . Even after i reboot the raspberrypi3, i can still run the node with some error. like lane_detection no PYTHON EXTENSION. should be lane_detection.py!!!!

LeonJung commented 6 years ago

@timlo94

Sorry, first of all, I should change all the python files' name to nonextension. I will update after the modification.

LeonJung commented 6 years ago

@timlo94

It must be fixed now. Let's go ahead

timlo94 commented 6 years ago

thanks for your hard work. i will try it tomorrow morning.

robotpilot commented 6 years ago

Thanks, please let us know if you have any other problems.

timlo94 commented 6 years ago

After redownload and compile, it was successful. But after run the intrinsic camera calibration, the display rqt gui dimmed and show nothing, and the launch node cannot be runned due to CVbridge error

robotpilot commented 6 years ago

@ROBOTIS-Leon , We need your guidance about camera calibration and dependency package.

timlo94 commented 6 years ago

20180521_101552

timlo94 commented 6 years ago

The display dimmed. This happen during intrinsic camera calibration step : roslaunch turtlebot3_autorace_camera turtlebot3_autorace_intrinsic_camera_calibration.launch

robotpilot commented 6 years ago

@kijongGil Has this problem been resolved? Please take a look at this issue and add a detailed description of it to e-manual. http://emanual.robotis.com/docs/en/platform/turtlebot3/autonomous_driving/#autonomous-driving

timlo94 commented 6 years ago

Not yet solved. It seems like module object has no attribute, CVbridge error simply cannot solve just by downloading the respective dependencies or update/install relevant packages. By the way i am using raspicam, i am not sure whether your cv using usbcam or not.

And also ya, can i know is there other peoples who downloaded this repository also faced same situation? Or developer has tested the code several times before release?.

Thanks a lot for developer, senior research engineer on this matter. Your problem solving skills is appreciated .

LeonJung commented 6 years ago

@timlo94

Hi and sorry for the late reply. I couldn’t notice that there was some extra questions, since I was in the vacation.

the attached shows something weird; if you ran the catkin make, the opencv bridge must be installed by the joined dependent package. so anyway the error means the cv bridge couldnt be found via python in your computer. try sudo apt-get install ros-kinetic-cv-bridge.

readme.md shows how and what kinda camera should be used for this code. See the description carefully.

There are number of users who ran the code already in their robots. I personally think that you are able to handle

timlo94 commented 6 years ago

20180529_145719 20180529_145437

timlo94 commented 6 years ago

My cv bridge is up to date and i had follow readme,just my camera used is normal raspberry pi camera( from official turtlebot)

timlo94 commented 6 years ago

Thanks for updating the repository.

kijongGil commented 6 years ago

Hi, @timlo94 How are you doing?

robotpilot commented 6 years ago

This issue will be closed since there were no actions for a while. You can reopen this issue to show this issue to the users whenever. Thanks.