-
Notifications
You must be signed in to change notification settings - Fork 104
collada_parser build failure on debian jessie #166
Comments
Can you post the ROS version you're using and/or the version of The architecture might be slightly different from what the rpi3 has, but it should have similar dependencies. |
I got the same problem. I am using rosdisto: indigo, rosversion: 1.11.20. And the version of robot_model is indigo-devel. |
Same issue. Following WIKI on building ROS on indigo for RPI3. I'm not sure the issue is specific to robot_model.
I googled that error and its seems that std:stod is only available for c++11. |
@JeremyBYU the c++11 issue should have been fixed by #181. Would you mind trying again with the latest code on kinetic-devel? |
Thanks for the issue! |
Collada_parser failed building on my raspberry pi 3 (debian jessie). I ran into the following error:
Re-running the make command gives:
I raised the question the issue also here.
The text was updated successfully, but these errors were encountered: