Differential Rover: Added logging and dds topics

This commit is contained in:
PerFrivik 2023-12-01 11:20:42 +01:00 committed by Per Frivik
parent 3df71d1837
commit 1e7ce32480
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,7 @@ void LoggedTopics::add_default_topics()
add_topic("commander_state");
add_topic("config_overrides");
add_topic("cpuload");
add_topic("differential_drive_setpoint", 100);
add_optional_topic("external_ins_attitude");
add_optional_topic("external_ins_global_position");
add_optional_topic("external_ins_local_position");

View File

@ -76,6 +76,9 @@ subscriptions:
- topic: /fmu/in/register_ext_component_request
type: px4_msgs::msg::RegisterExtComponentRequest
- topic: /fmu/in/differential_drive_setpoint
type: px4_msgs::msg::DifferentialDriveSetpoint
- topic: /fmu/in/unregister_ext_component
type: px4_msgs::msg::UnregisterExtComponent