Tiny formatting changes. (#93)

master
Wolfgang Hess 2016-10-11 09:54:40 +02:00 committed by GitHub
parent d4825af3d4
commit 2631799820
2 changed files with 10 additions and 11 deletions

View File

@ -25,9 +25,11 @@ def main():
remove_frames = rospy.get_param('~remove_frames', [])
def callback(msg):
msg.transforms = [t for t in msg.transforms if
t.header.frame_id.lstrip('/') not in remove_frames and
t.child_frame_id.lstrip('/') not in remove_frames]
msg.transforms = [
t for t in msg.transforms
if t.header.frame_id.lstrip('/') not in remove_frames and
t.child_frame_id.lstrip('/') not in remove_frames
]
publisher.publish(msg)
rospy.Subscriber('/tf_in', tfMessage, callback)

View File

@ -210,10 +210,9 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'CartographerROS.tex', u'Cartographer ROS Documentation',
u'The Cartographer Authors', 'manual'),
]
latex_documents = [('index', 'CartographerROS.tex',
u'Cartographer ROS Documentation',
u'The Cartographer Authors', 'manual'),]
# The name of an image file (relative to this directory) to place at the top of
# the title page.
@ -239,10 +238,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'cartographer', u'Cartographer ROS Documentation',
[u'The Cartographer Authors'], 1)
]
man_pages = [('index', 'cartographer', u'Cartographer ROS Documentation',
[u'The Cartographer Authors'], 1)]
# If true, show URL addresses after external links.
#man_show_urls = False