Skip to content

Commit

Permalink
Add iface includes and udpate Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smartSRA committed Jan 22, 2024
1 parent 0d1afa5 commit 0193982
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ sure the version used to publish the data is compatible with this version:
- User interface version: `UMRR9F Type 169 AUTOMOTIVE v2.5.0`
- User interface version: `UMRR9D Type 152 AUTOMOTIVE v1.0.3`
- User interface version: `UMRR9D Type 152 AUTOMOTIVE v1.2.2`
- User interface version: `UMRR9D Type 152 AUTOMOTIVE v1.5.0`
- User interface version: `UMRRA4 Type 171 AUTOMOTIVE v1.0.1`
- User interface version: `UMRRA4 Type 171 AUTOMOTIVE v1.3.0`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class UMRR_ROS2_DRIVER_PUBLIC SmartmicroRadarNode : public ::rclcpp::Node {

///
/// @brief A callback that is called when a new CAN target list for
/// umrr9d_v1_2_2 arrives.
/// umrr9d_v1_5_0 arrives.
///
/// @param[in] sensor_idx The sensor id for respective published topic.
/// @param[in] target_list_port The target list port
Expand Down
2 changes: 2 additions & 0 deletions umrr_ros2_driver/src/smartmicro_radar_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include <umrr9f_t169_automotive_v2_1_1/comtargetlist/Target.h>
#include <umrr9f_t169_automotive_v2_2_1/comtargetlist/PortHeader.h>
#include <umrr9f_t169_automotive_v2_2_1/comtargetlist/Target.h>
#include <umrr9f_t169_automotive_v2_5_0/comtargetlist/PortHeader.h>
#include <umrr9f_t169_automotive_v2_5_0/comtargetlist/Target.h>
#include <umrra4_automotive_v1_0_1/comtargetlist/PortHeader.h>
#include <umrra4_automotive_v1_0_1/comtargetlist/Target.h>
#include <umrra4_automotive_v1_3_0/comtargetlist/PortHeader.h>
Expand Down

0 comments on commit 0193982

Please sign in to comment.