jetbot icon indicating copy to clipboard operation
jetbot copied to clipboard

Road following not yielding expected results

Open EnesiMe opened this issue 2 years ago • 5 comments

I'm not sure if it is my data collection method or the training but I keep getting the same erratic result with the road following live demo. The robot steers off the lane and moves randomly. I followed the instructions in the data_collection.ipynb that utilizes the mouse click. How do I go about solving this issue?

I also noticed there was a frame rate drop after running the camera.observe(execute, names='value') cell, is this normal?

Jetson Nano 4gb, 64gb card running jetbot primarily (not docker)

EnesiMe avatar Aug 11 '22 16:08 EnesiMe

Hi, @EnesiMe.

It might be a good idea to collect data from various angles. Also I had similar issue, I solved it to some extent by collecting data from various angles.

I recommend that you watch this video. This video explain method for robot`s good control.

2:53~ Jetson AI Fundamentals-S2E4-JetBot Road Following

ken-9 avatar Sep 08 '22 09:09 ken-9

So I followed that from the start and i was able to confirm that the model was working, However, the motors do not respond accordingly. I have:

  • Adjusted the kd, steering gain, and motor speed
  • Trained over 1000 images. Here is a link to a video demonstration of the model working after I disconnected the motors. https://drive.google.com/file/d/1kxL1-ejDe5jtcRs0fVQgIeXFasODI21t/view?usp=sharing

Is there anyone else that had this issue? Is my data at fault? @jaybdub

EnesiMe avatar Sep 19 '22 22:09 EnesiMe

Hello i started to use jetbot now but i dont find Road Following In the Notebook what have i to do @ken-9 ken-9

tevef avatar Oct 19 '22 02:10 tevef

@tevef Did you do step below?

https://github.com/NVIDIA-AI-IOT/jetbot/wiki/Software-Setup#step-5---install-latest-software-optional

ken-9 avatar Oct 19 '22 02:10 ken-9

@EnesiMe - Did you make any progress on this? I'm experiencing something similar.

David-VTUK avatar Mar 01 '23 20:03 David-VTUK