MATLABとUnityのROS2通信について

MATLABとUnityでROS2通信を試みています。
helperConnectROSToUnityを参考にros.internal.runroscmdを実行しましたが、ROS1のpython仮想環境(venv)が立ち上がり、rclpyをimportすることができませんでした。
そこで、ros2のvenvを立ち上げましたが、rclpyをimportすることはできず、default_server_endpoint.pyを実行することができませんでした。
venv内でpip install rclpyも試しましたが、できませんでした。
UnityとMATLABで通信するために、下記pythonファイルをMATLABから実行するためにはどうすればよいでしょうか。
matlabroot\sys\ros2\win64\ros2\lib\site-packages\ros_tcp_endpoint\default_server_endpoint.py

Answers (0)

Categories

Products

Release

R2025a

Asked:

dai
on 1 Dec 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!