Unity-Robotics-Hub icon indicating copy to clipboard operation
Unity-Robotics-Hub copied to clipboard

ros_unity_integration tf message no module error on docker container setup for both melodic and noetic.

Open onrdmr opened this issue 1 year ago • 0 comments

i have started sudo docker run -it --rm -p 10000:10000 noetic /bin/bash comand as following tutorial said ros_unity_integration

ros connection connecting but gives no module found error. [INFO] [1720382717.236804]: Starting server on 0.0.0.0:10000 [INFO] [1720382718.180484]: Connection from 172.17.0.1 [ERROR] [1720382718.184892]: Failed to resolve message name: No module named tf2_msgs.msg

and also unity side gives SysCommand.subscribe - Unknown message class 'tf2_msgs/TFMessage' UnityEngine.Debug:LogError (object) Unity.Robotics.ROSTCPConnector.ROSConnection:ReceiveSysCommand (string,string) (at ./Library/PackageCache/com.unity.robotics.ros-tcp-connector@c27f00c6cf/Runtime/TcpConnector/ROSConnection.cs:680) Unity.Robotics.ROSTCPConnector.ROSConnection:Update () (at ./Library/PackageCache/com.unity.robotics.ros-tcp-connector@c27f00c6cf/Runtime/TcpConnector/ROSConnection.cs:587)

What is wrong? Does anyone have suggestion?

onrdmr avatar Jul 07 '24 20:07 onrdmr