Closed tokarev14 closed 4 years ago
@tokarev14
The machine learning is designed to be used in Gazebo simulator.
If you want to run it with the actual TurtleBot3, you should modify the source code so that actual robot data can be acquired and delivered to the algorithm.
For example, scan
is not an actual sensor data, but simulated LDS sensor value.
This issue will be closed since there were no actions for a while. Please feel free to reopen this issue when necessary. Thanks.
I'm learning machine learning by watching e-manual.
I'd like to do this now on the real turtlebot.
By the way, I passed the command through the remote computer to Turtlebot, and it's not working. (Rroslaunch turtlebot3_dqn turtlebot3_dqn_stage_3.launch)
If you know a solution, I'd appreciate it if you could let me know.
Also, if I could set up for random coordinates, I would appreciate it if you could tell me how.