Skip to content

Commit

Permalink
update readme to include custom msg generation (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokamoto authored and web-flow committed Oct 30, 2024
1 parent ca232a3 commit 040a0d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ An example setup using this plugin can be found at [turtlebot3-UE](https://githu

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)

# Add CustomMsg in rclUE or other Plugins
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.


# Install pre-commit

Please install pre-commit before commiting your changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Please check `overview of RapyutaSimulationPlugins <https://rapyutasimulationplu
Provides non UE plugin tools such as custom msg generation for UE.
Please follow README to add new msgs to rclUE.

\* todo: support adding msg to other place than rclUE.
\* *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.
`UE_msgs <https://github.com/rapyuta-robotics/UE_msgs>`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 040a0d6

Please sign in to comment.