Skip to content

juanscelyg/urjc-building-3-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URJC Building World ROS package

The simulation enviroment is based on URJC Fuenlabrada Campus, where it is located this building. This world could be used to create new algorithms in localization or navigation.

Gazebo01 Gazebo02 Gazebo00

Include the world from another package

  • Add the following to your launch file:
    urjc_building = launch.actions.IncludeLaunchDescription(
        launch.launch_description_sources.PythonLaunchDescriptionSource(
            os.path.join(
                get_package_share_directory('urjc_building_3_world'),
                'launch',
                'urjc_building_3_1st.launch.py')))

Load directly into Gazebo (without ROS)

export GAZEBO_MODEL_PATH=`pwd`/models
gz sim worlds/urjc_building_3_1st.world

ROS Launch with Gazebo viewer (without a robot)

# build for ROS
source /opt/ros/jazzy/setup.bash
source /usr/share/gazebo/setup.sh
rosdep install --from-paths . --ignore-src -r -y
colcon build

# run in ROS
source install/setup.sh
ros2 launch urjc_building_3_world urjc_building_3_1st.launch.py

Lights and Shadow configuration

For to obtain a better performance the shadows were disabled. If you want to enable them, you can do it in the file urjc_building_3_1st.world, modifying the line:

<cast_shadows>0</cast_shadows>

to

<cast_shadows>1</cast_shadows>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors