You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,10 @@ An example setup using this plugin can be found at [turtlebot3-UE](https://githu
69
69
70
70
Currently there is a scripts in [UE_tools](https://github.com/rapyuta-robotics/UE_tools) to automatically build and update ROS2 libraries. Please follow [steps](https://github.com/rapyuta-robotics/UE_tools#general-usage)
71
71
72
+
# Add CustomMsg in rclUE or other Plugins
73
+
Please check [CustomMsgExample](https://github.com/yuokamoto/rclUE-Examples/blob/custom_msg_example/Plugins/CustomMsgExample/README.md) as a example of custom msg in different plugin then rclUE.
74
+
75
+
72
76
# Install pre-commit
73
77
74
78
Please install pre-commit before commiting your changes.
Copy file name to clipboardExpand all lines: docs/source/overview.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Please check `overview of RapyutaSimulationPlugins <https://rapyutasimulationplu
33
33
Provides non UE plugin tools such as custom msg generation for UE.
34
34
Please follow README to add new msgs to rclUE.
35
35
36
-
\*todo: support adding msg to other place than rclUE.
36
+
\**Please check [CustomMsgExample](https://github.com/yuokamoto/rclUE-Examples/blob/custom_msg_example/Plugins/CustomMsgExample/README.md) as a example of custom msg in different plugin then rclUE.
0 commit comments