This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Some packages do not handle compressed images correctly. We use the image_transport | |
package to republished the JPEGs stored in the bags as Image messages. This is an | |
example launch file that does just that. | |
--> | |
<launch> | |
<node name="bag_play" pkg="rosbag" type="play" | |
args="--clock /home/ubuntu/hoveringDown.bag"> | |
</node> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# put storage.py in one off your apps or create a new one | |
DEFAULT_FILE_STORAGE = 'yourapp.storage.DomainShardingStorage' | |
# for easy_thumbnails | |
THUMBNAIL_DEFAULT_STORAGE = DEFAULT_FILE_STORAGE | |
SHARDED_MEDIA_DOMAINS_NUMBER = 2 | |
SHARDED_MEDIA_URL_TEMPLATE = '/media/' if DEBUG else 'http://s{0}.afancycdn.com/media/' |
NewerOlder