mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 14:20:35 +08:00
Add position ground truth. (#5819)
Have confirmed this works with gazebo sitl.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user