-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ros Noetic Support #1
Comments
@uljadberdica1000 @Rtlyc any thoughts? |
I think I have installed everything successfully and I am able to move both the manipulator and turtle bot in Gazebo. But it is not clear to me how one can control the printing action of the manipulator. Is there a ROS Topic that signals the start of extrusion from the manipulator or something similar? Could you help me with that, please? |
I tried to build and I get the following error:
I tried to choose the c++17 standard through the CmakeLists.txt but I keep on getting the same error. Please let me know if this is what should be done or not and if yes how can I solve this error? Thank you! |
It's the final exam season so please give us some time. Hopefully @Rtlyc can look into this in early January. |
This appears to be a splishsplash issue I have not encountered before. The error is in the legacy codebase. I would try using a different vector structure that does not require the optional template. Initializing the vector to bypass the need to use I will try to replicate the error later today and get back to you. |
@simbaforrest I understand 100% and thank you for your help |
@uljadberdica1000 I finally managed to force building through c++17 standard by changing this line
To me, it seems that the problem lies in the fact that some libraries are written based on the c++17 standard and get errors while building for previous standards and vice versa. My expertise in c++ is not that strong so I would appreciate it if you could guide me on how to fix this issue if you do not have time at the moment. |
I managed to fix all the issues and errors regarding the c++ 17 and ros noetic and got a successful build in a new branch here. Although now I am not sure how should I start a simple simulation but going to create a new issue for that. |
Happy you could get it to work. I tried to replicate but was running into other irrelevant issues. I will reply to the other issue as soon as I can |
Hi Marios and Uljad! I would like to try the simulation in ROS noetic as well. If you don't mind, can I ask several questions personally to you guys? Please email me to [email protected]. Look forward to hearing from you! |
@Rtlyc can you meet with @ssungho98 to help him with his questions? Thank you! |
Please include me in this meeting if possible. |
Yes. I am in contact with @ssungho98. For the experiment setup, I think @ uljadberdica1000 has more experience and might be able to help. |
Hello, congrats for the very interesting work. I am trying to setup the simulation on ROS Noetic and Ubuntu 20.04. Do you know if it is possible and what steps should be changed in order to do that?
Thank you!
The text was updated successfully, but these errors were encountered: