File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
//!
6
6
//! The central type of this module is [`DynamicMessage`].
7
7
8
-
9
8
use std:: {
10
9
fmt:: { self , Display } ,
11
- ops:: Deref ,
12
10
path:: PathBuf ,
13
11
sync:: Arc ,
14
12
} ;
Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ impl BaseType {
114
114
string_upper_bound : Option < NonZeroUsize > ,
115
115
inner : * const rosidl_message_type_support_t ,
116
116
) -> Self {
117
+ <<<<<<< HEAD
118
+ =======
119
+ use rosidl_typesupport_introspection_c_field_types:: * ;
120
+ >>>>>>> 4 e1c0be ( Clear warnings )
117
121
match u32:: from ( type_id ) {
118
122
x if x == rosidl_typesupport_introspection_c__ROS_TYPE_FLOAT as u32 => Self :: Float ,
119
123
x if x == rosidl_typesupport_introspection_c__ROS_TYPE_DOUBLE as u32 => Self :: Double ,
You can’t perform that action at this time.
0 commit comments