Closed ritalaezza closed 4 years ago
I have installed CoppeliaSim EDU for Ubuntu 18.04, using the install packages provided at https://www.coppeliarobotics.com/downloads. Am I supposed to overwrite the content of the folders inside the programming folder with the updated repositories? Won't that break other things?
Latest version of CoppeliaSim should already include the most recent code for each of these repositories.
But yes, in theory you can overwrite the content with the updated repositories. In practice, you will however need a recent version of CoppeliaSim to use the latest code in those repositories.
When calling
catkin build --cmake-args -DCMAKE_BUILD_TYPE=Release
there are two functions in the sim_ros_interface.cpp which are not declared and lead to a failed build. These aresetExtVersion()
andsetBuildDate()
.I am using the melodic branch.