Robotics StackExchange | Archived questions

fatal error: tinyxml2.h during installing drcsim from source

At present i am using ros indiog and gazebo 7.4 in my ubuntu 14.04. I tried to install the drcsim from source, but i got this error:

/usr/include/gazebo-7/gazebo/util/LogPlay.hh:20:22: fatal error: tinyxml2.h: No such file or directory
 #include <tinyxml2.h>

And also is this safe to install drcsim along with privious installaion of ros indigo and gazebo 7?

Asked by hari1234 on 2017-01-01 10:19:45 UTC

Comments

Have you been able to solve this issue?

thnks

Asked by Hugo Sardinha on 2017-04-25 09:00:32 UTC

@hari1234 I am also facing similar issues with same system configuration i.e. gazebo7 and ubuntu 14.04 with ros indigo. Were you able to solve the problem?

Asked by rajshah1993 on 2020-04-30 14:48:03 UTC

Answers

I dont know if this is how it should be solved or not but for me this worked on ubuntu 14.04 with ros indigo and gazebo7: As mentioned here, install it with this command; sudo apt-get install libtinyxml2-dev and hopefully should solve the problem

Asked by rajshah1993 on 2020-04-30 22:29:54 UTC

Comments