turtlebot3_ddpg_collision_avoidance
turtlebot3_ddpg_collision_avoidance copied to clipboard
How to get the yellow line in gazebo for representing the track of the agent?
I want to know how did you write the trajectory in Fig 8b from the paper
you need to publish a path ros topic and plot it under rviz
you need to publish a path ros topic and plot it under rviz
Ok, thank you.