-
Abdelrahman replied to the topic Modifying The Trunk Example in the forum Programming with SoftRobots 2 months ago
I was able to solve the problem by adding this lines of codes to the function
onEndAnimationStepfilename = './data/data.csv'
if len(self.dataRows)%10==0:
with open(filename, 'w') as file:
writer = csv.writer(file)
writer.writerows(self.dataRows)but still the sofa framework…[Read more]
-
Abdelrahman's profile was updated 1 year ago
-
Abdelrahman replied to the topic sofa generating error in the forum Building SOFA 1 year ago
Hi Damien
Thank you for your reply
-
Abdelrahman replied to the topic sofa generating error in the forum Building SOFA 1 year ago
Hello eaparra,
Thank you for your reply. I tried to build it from command line from build directory, but i got the many errors like the following one
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.4.0/../../../../include/c++/7.4.0/type_traits:2905:3: error: ‘inline’ can only appear on functions
inline constexpr bool is_null_pointer_v =…[Read more] -
Abdelrahman started the topic sofa generating error in the forum Building SOFA 1 year ago
Hello
I’m very new to Sofa framework and i’m trying to build it with SoftRobot plugin. In the cmake-gui sofa is configured normally as i followed every provided step but when i try to generate it i got many cmake errors all like the two examples below under
CMake Error in applications/projects/runSofa/CMakeLists.txt:
The CXX_STANDARD property…[Read more] -
Abdelrahman became a registered member 1 year ago