enginksz / imitation_learning_ros

Obstacle Avoidance with Imitation Learning
1 stars 0 forks source link

robot_simulation directory is empty #1

Closed kimkimyoung closed 4 days ago

kimkimyoung commented 4 days ago

Thanks for sharing your work. The robot_simulation directory is empty, how to run the simulation?

enginksz commented 4 days ago

Hi,

1.  mkdir imitation_learning_ros

Creates a new folder called imitation_learning_ros or workspace projects folder.

2.  Copy **src** to **imitation_learning_ros**

Copies the src folder to the imitation_learning_ros directory.

3.  cd imitation_learning_ros

Switches to the imitation_learning_ros folder.

4.  colcon build
  1. source install/setup.bash

Loads ROS 2 environment variables.

6.  ros2 launch robot_gazebo main.launch.xml

Launches the robot simulation in Gazebo using the specified launch file.

kimkimyoung commented 4 days ago

image Thanks for reply. I understand the flow. But seems the robot_gazebo ros package is empty. So it can not be launched.

enginksz commented 4 days ago

Yes, you are right, I will upload it as soon as possible. Thank you for your attention.

kimkimyoung commented 4 days ago

Thanks ! you are so nice !