forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelib.bib
38 lines (35 loc) · 2.12 KB
/
elib.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## This file was automatically generated using ELIB
@article { Huang10,
abstract = { We describe the Lightweight Communications and Marshalling (LCM) library for message passing and data marshalling. The primary goal of LCM is to simplify the development of low-latency message passing systems, especially for real-time robotics research applications. Messages can be transmitted between different processes using LCM's publish/subscribe message-passing system. A platformand language-independent type specification language separates message description from implementation. Message specifications are automatically compiled into language-specific bindings, eliminating the need for users to implement marshalling code while guaranteeing run-time type safety. LCM is notable in providing a real-time deep traffic inspection tool that can decode and display message traffic with minimal user effort and no impact on overall system performance. This and other features emphasize LCM's focus on simplifying both the development and debugging of message passing systems. In this paper, we explain the design of LCM, evaluate its performance, and describe its application to a number of autonomous land, underwater, and aerial robots. },
author = { Albert S. Huang and Edwin Olson and David C. Moore },
journal = { International Conference on Intelligent Robots and Systems (IROS), 2010 IEEE/RSJ },
month = { October },
pages = { 4057-4062 },
title = { {LCM}: Lightweight Communications and Marshalling },
year = { 2010 },
comments = { 0 },
isPublic = { 0 },
downloads = { 0 }
}
@misc { ROS,
author = { },
editor = { Willow Garage },
howpublished = { http://www.ros.org },
title = { The {R}obot {O}perating {S}ystem ({ROS}) },
year = { },
comments = { 0 },
isPublic = { 0 },
downloads = { 0 }
}
## This file was automatically generated using ELIB
@misc { MITDRC,
author = { },
editor = { Seth Teller and Russ Tedrake },
howpublished = { http://drc.mit.edu },
school = { Massachusetts Institute of Technology },
title = { Team MIT for the DARPA Robotics Challenge },
year = { 2013 },
comments = { 0 },
isPublic = { 0 },
downloads = { 0 }
}