Skip to content

Example for creating procedural test scenes for Gazebo with Blender

Notifications You must be signed in to change notification settings

art-e-fact/example-procedural-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

Requirements:

Run Blender script separately:

blender -b src/nav_test/blender/navigation.blend --python src/nav_test/blender/export_model.py

This creates a model at src/nav_test/models/Field

Run with Artefacts locally

Install ROS dependencies:

rosdep install --from-paths src --ignore-src -r -y

Build the ros project:

colcon build --base-paths src --symlink-install
source install/setup.bash

Run the tests with Artefacts:

artefacts run nav_tests

Alternatively, you can run a test with the test_launching package

launch_test src/nav_test/test/test_navigation.launch.py

About

Example for creating procedural test scenes for Gazebo with Blender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published