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
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?
The text was updated successfully, but these errors were encountered:
i have started
sudo docker run -it --rm -p 10000:10000 noetic /bin/bash
comand as following tutorial said ros_unity_integrationros 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?
The text was updated successfully, but these errors were encountered: