No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

No version for distro github showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

Package symbol

media_export package from media_export repo

media_export

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange

Package symbol

media_export package from media_export repo

media_export

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 0.2.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Placeholder package enabling generic export of media paths.
Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version noetic-devel
Last Updated 2025-05-31
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • William Woodall

Authors

  • Dave Hershberger

Archived - ROS 1 End-of-life

This repository contains ROS 1 packages. The last supported ROS 1 release, ROS Noetic, officially reached end of life on May 31st, 2025.

media_export

This empty package exists to allow ROS packages to export media paths to each other.

The inspiration has been OGRE media paths, but the system could be used for any system that needs paths to be exported.

In practice, all one needs to do to export a path is something like this: (in rosbuild, put this in the manifest.xml)

<depend package="media_export"/>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

In a catkin package, put this in the package.xml:

<run_depend>media_export</run_depend>
<export>
  <media_export ogre_media_path="${prefix}/Media/materials/scripts:${prefix}/Media/textures"/>
</export>

Then on the command-line you can do

rospack plugins --attr=ogre_media_path media_export

to see all the ogre_media_paths exported by all packages in your current ROS environment.

The export attribute is named “ogre_media_path” instead of just “path” because there may be media paths for other software libraries than Ogre, and it would be a waste to mix them all together.

The first use of media_export is for Ogre meshes which reference Ogre material scripts. These can be loaded both by rviz and by other code which processes URDF files.

CHANGELOG

Changelog for package media_export

0.2.0 (2014-03-24)

  • set myself (william) as maintainer
  • Contributors: William Woodall

0.1.0 (2013-08-15)

  • fixed catkin_project() -> catkin_package()
  • initial commit
  • Contributors: Dave Hershberger

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged media_export at Robotics Stack Exchange