Add position ground truth. (#5819)

Have confirmed this works with gazebo sitl.
This commit is contained in:
James Goppert
2016-11-09 19:38:38 -05:00
committed by GitHub
parent d1d47c4c27
commit 3511f8abfb
5 changed files with 95 additions and 1 deletions
+2
View File
@@ -510,6 +510,8 @@ void Logger::add_default_topics()
{
#ifdef CONFIG_ARCH_BOARD_SITL
add_topic("vehicle_attitude_groundtruth", 10);
add_topic("vehicle_global_position_groundtruth", 100);
add_topic("vehicle_local_position_groundtruth", 100);
#endif
// Note: try to avoid setting the interval where possible, as it increases RAM usage