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

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 ardent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 bouncy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 crystal showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 eloquent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 dashing showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 foxy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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 lunar. Known supported distros are highlighted in the buttons above.
Package symbol

media_export package from media_export repo

media_export

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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
jade

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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
indigo

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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
hydro

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version hydro-devel
Last Updated 2013-08-15
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Placeholder package enabling generic export of media paths.

Additional Links

Maintainers

  • Dave Hershberger

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
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
rviz

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
kinetic

Package Summary

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

Repository Summary

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version indigo-devel
Last Updated 2014-03-25
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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

Checkout URI https://github.com/ros/media_export.git
VCS Type git
VCS Version noetic-devel
Last Updated 2025-05-31
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

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

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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