Commit b800403
committed
tools/nxstyle: Whitelist lifecycle_msgs GetState/State identifiers.
Phase 8 of the micro-ROS on NuttX integration adds GetState service
server and client examples under apps/examples/microros_{srv,cli}.
The rosidl token-pasting macros generate identifiers such as
lifecycle_msgs__srv__GetState_Request
lifecycle_msgs__srv__GetState_Response
lifecycle_msgs__msg__State__PRIMARY_STATE_ACTIVE
ROSIDL_GET_SRV_TYPE_SUPPORT(lifecycle_msgs, srv, GetState)
rosidl_runtime_c__String__assign
which contain CamelCase tokens ("GetState", "State", "String") that
cannot be renamed without breaking the ROS C client API. Add them,
along with the lifecycle_msgs package name and the rosidl_runtime_c
prefix, to the existing rosidl whitelist introduced for Int32 /
std_msgs identifiers.
Signed-off-by: Arjav Patel <arjav1528@gmail.com>1 parent 47e3f50 commit b800403
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
| |||
0 commit comments