Skip to content

Commit

Permalink
do not need to copy models any more
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhanyuGuo committed Apr 15, 2023
1 parent 75d5f5a commit 04dc4f5
Show file tree
Hide file tree
Showing 7 changed files with 581 additions and 795 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Furthermore, we provide [Python](https://github.com/ai-winter/python_motion_plan
ros-noetic-navfn
```

5. Copy or move model files in `./src/sim_env/models/` into `~/.gazebo/models/`.
5. ~~Copy or move model files in `./src/sim_env/models/` into `~/.gazebo/models/`~~.

6. Compile the code.

Expand Down
2 changes: 1 addition & 1 deletion src/sim_env/launch/main.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<launch>
<include file="$(find sim_env)/launch/config.launch">
<arg name="world" value="warehouse_with_obstacles_with_pedestrians" />
<arg name="world" value="warehouse_with_obstacles" />
<arg name="map" value="warehouse" />
<arg name="robot_number" value="1" />
<arg name="rviz_file" value="sim_env.rviz" />
Expand Down
40 changes: 40 additions & 0 deletions src/sim_env/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<package>
<name>sim_env</name>
<version>0.0.1</version>
<description>
A demostration of ROS computing graph and communication using xbot-u simulation.
</description>
<author>Changkun</author>
<maintainer email="[email protected]">Chai Changkun</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>rviz</build_depend>

<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>controller_manager</run_depend>
<run_depend>urdf</run_depend>
<run_depend>effort_controllers</run_depend>
<run_depend>gazebo_plugins</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>gazebo_ros_control</run_depend>
<run_depend>joint_state_controller</run_depend>
<run_depend>joint_state_publisher</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>yocs_cmd_vel_mux</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>xacro</run_depend>
<run_depend>rviz</run_depend>

<export>
<!-- <gazebo_ros gazebo_media_path="${prefix}"/> -->
<!-- <gazebo_ros gazebo_model_path="${prefix}/models/"/> -->
<gazebo_ros gazebo_model_path="${prefix}/.." />
</export>
</package>
Loading

0 comments on commit 04dc4f5

Please sign in to comment.