UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Loading...
Searching...
No Matches
buffer.cpp
1
42// UFO
43#include <ufo/utility/io/buffer.hpp>
44
45namespace ufo
46{
47void Buffer::clear()
48{
49 WriteBuffer::clear();
50 ReadBuffer::pos_ = 0;
51}
52} // namespace ufo
All vision-related classes and functions.
Definition cloud.hpp:49