-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed with the project #1
Comments
Have you added the right libraries to Unity?
|
yes. I have been following the Unity-Robotics-Hub tutorial too. I have been working on ABB robotic arm and trying to implement yours and that tutorial in my own project. |
That's pretty odd, it seems it cannot find some URDF importer and ROS-TCP-Connector . Seems like it could be an different versions. Can you check in your Editor files if you have RosMessageTypes and the subfolder Std? |
I couldn't find any folder named RosMessageTypes within the project, however, there is an Std folder under the library. Library/PackageCache/com.unity.robotics.ros-tcp-connector@c27f00c6cf/Runtime/Messages/Std |
Hi again, I fixed this error for "'JointTrajectory' does not exist in the namespace 'RosMessageTypes.Trajectory' (are you missing an assembly reference?)" by replacing 'JointTrajectory' with 'JointTrajectoryMsg' by referring to this file https://github.com/Unity-Technologies/ROS-TCP-Connector/blob/main/com.unity.robotics.ros-tcp-connector/Runtime/Messages/Trajectory/msg/JointTrajectoryMsg.cs But as you can see there is no file for 'Time' here https://github.com/Unity-Technologies/ROS-TCP-Connector/tree/main/com.unity.robotics.ros-tcp-connector/Runtime/Messages/Std/msg |
Are you sure you are using the correct version?
|
Hi again, I'm still working on this project and I'm stuck again. If you could help me it will that would be great. So I have modified the Unity script based on new versions of the packages. The issue I'm facing right now is the '/move_group' node is not publishing any Joint Trajectory msgs on the '/move_group/unity_trajectory/unity_arm_controller' topic. The topic is listed on but no new msg is being published there. I have made no changes in unity_moveit_manager.cpp script and using same files(modified to my robot) as [https://github.com/szandara/unity_reachy_tutorial/tree/master/src/unity_reachy_tutorial] on the ROS side. Will you know how I can fix it, please? |
JointTrajectory should be published by your moveit console. When do you expect to see JointTrajectory messages exactly? Can you share some logs? |
@MaulshreeSingh the problem is that the version of ros tcp connector has been upgraded. Check the package and modify it, and you will get everything work. |
Hi,
I'm trying to follow your project but implementing it on my own. When I added the ROSMoveItControllerGeneric.cs to my assets script in Unity, I'm getting these two errors:
I'm new to this. Can you please help me in figuring out what can I do to fix it?
The text was updated successfully, but these errors were encountered: