Fix typos. (#22)
parent
ede110e71b
commit
935a4f24ee
|
@ -34,7 +34,7 @@ These dependencies always have to be installed:
|
|||
# Clone the necessary repos into your Catkin workspace
|
||||
git clone https://github.com/googlecartographer/cartographer.git
|
||||
git clone https://github.com/googlecartographer/cartographer_ros.git
|
||||
git clone https://github.com/ethz-asl/ceres_catkin.git # Caution! Make sure you do not have "suitesparse" in you Catkin workspace
|
||||
git clone https://github.com/ethz-asl/ceres_catkin.git # Caution! Make sure you do not have "suitesparse" in your Catkin workspace
|
||||
git clone https://github.com/ethz-asl/glog_catkin.git
|
||||
git clone https://github.com/ethz-asl/gflags_catkin.git
|
||||
git clone https://github.com/ethz-asl/catkin_simple.git
|
||||
|
|
|
@ -641,7 +641,7 @@ class ScopedRosLogSink : public google::LogSink {
|
|||
|
||||
void WaitTillSent() override {
|
||||
if (will_die_) {
|
||||
// Arbirarily give ROS some time to actually publish our message.
|
||||
// Give ROS some time to actually publish our message.
|
||||
std::this_thread::sleep_for(
|
||||
::cartographer::common::FromMilliseconds(1000));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue