Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
based on release/1.14
added uwb and uxrce to canhubk2_fmu build target
added uwb data to uxrce topics
  • Loading branch information
NXPBenjaminK committed Sep 7, 2023
1 parent 3cf205c commit eebc1b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/nxp/mr-canhubk3/fmu.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ CONFIG_SYSTEMCMDS_PERF=y
CONFIG_SYSTEMCMDS_REFLECT=y
CONFIG_SYSTEMCMDS_SERIAL_TEST=y
CONFIG_SYSTEMCMDS_TUNE_CONTROL=y

CONFIG_MODULES_UXRCE_DDS_CLIENT=y
CONFIG_DRIVERS_UWB_UWB_SR150=y
3 changes: 3 additions & 0 deletions src/modules/uxrce_dds_client/dds_topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#####
publications:

- topic: /fmu/out/sensor_uwb
type: px4_msgs::msg::SensorUwb

- topic: /fmu/out/collision_constraints
type: px4_msgs::msg::CollisionConstraints

Expand Down

0 comments on commit eebc1b7

Please sign in to comment.