-
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 4 years, 11 months ago
@Guillaume i could’nt find enough time to investigate. I solved some of problems but still i have errors. At this point actually im learning how sofa works on code side 🙂
i think i push some patches next week about sensable plugin.
-
Korcan replied to the topic Boost Assertion Failed in the forum Using SOFA 4 years, 12 months ago
Hi,
Today i have find a time to check. In few hours i’ll be try to reproduce and contact again.
-
Korcan replied to the topic Boost Assertion Failed in the forum Using SOFA 4 years, 12 months ago
Hi Sergio,
I am having same problem in some of demos.
But this is actually not about boost i debugged it and it can about sofa vectors.
-
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Thanks again but still im getting same error. Can you share your carving example if you have a time ?
-
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
It works 🙂
Right now different parts of newomnidriver creating exceptions 🙂
When i click animate button i am getting this error.
http://prntscr.com/aabbgbAlso i have to change :
hHDVector[i] = hdInitDevice(autreOmniDriver[i]->deviceName.getValue().c_str());
to
hHDVector[i] = hdInitDevice(HD_DEFAULT_DEVICE);
Otherwise it’s not initializing…[Read more]
-
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
It works 🙂
Right now different parts of newomnidriver creating exceptions 🙂
When i click animate button i am getting this error.
http://prntscr.com/aabbgbAlso i have to change :
hHDVector[i] = hdInitDevice(autreOmniDriver[i]->deviceName.getValue().c_str());
to
hHDVector[i] = hdInitDevice(HD_DEFAULT_DEVICE);
Otherwise it’s not initializing…[Read more]
-
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
It works 🙂
Right now different parts of newomnidriver creating exceptions 🙂
When i click animate button i am getting this error.
http://prntscr.com/aabbgbAlso i have to change :
hHDVector[i] = hdInitDevice(autreOmniDriver[i]->deviceName.getValue().c_str());
to
hHDVector[i] = hdInitDevice(HD_DEFAULT_DEVICE);
Otherwise it’s not initializing…[Read more]
-
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
It works 🙂
Right now different parts of newomnidriver creating exceptions 🙂
When i click animate button i am getting this error.
http://prntscr.com/aabbgb -
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hi Guillaume,
I have touch 3d stylus model. I tried open haptics sdk and it works well. Which open haptics sdk you are using ?
Edit:
ParentRoot looks NULL
http://prntscr.com/aa74x9parent variable is not null but after casting Gnode* parentRoot looks null.
Best Wishes,
Korcan -
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hi Guillaume,
I have touch 3d stylus model. I tried open haptics sdk and it works well. Which open haptics sdk you are using ?
Edit:
ParentRoot looks NULL
http://prntscr.com/aa74x9Best Wishes,
Korcan -
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hi Guillaume,
I have touch 3d stylus model. I tried open haptics sdk and it works well. Which open haptics sdk you are using ?
Best Wishes,
Korcan -
Korcan replied to the topic NewOmniDriver: GNode cannot access protected member in the forum Building SOFA 5 years ago
Hi Cece,
I changed NewOmniDriver.cpp like
if (parentRoot->getFirstParent())
parentRoot = dynamic_cast<sofa::simulation::tree::GNode*>(parentRoot->getFirstParent());But still it crashing. Can you tell us which steps you made from start to end ?
Best Wishes,
Korcan -
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hey,
I think i found a solution. When you tried to compile NewOmniDriver.cpp it gives you
” NewOmniDriver: GNode cannot access protected member” Error.
I made changes on topic based on remibessard’s reply.
But when i debugged it gives me…[Read more]
-
Korcan replied to the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Also im using openhaptics 3.4
-
Korcan started the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hi,
I compiled sensable plugin and trying to run examples in Sensable/Examples folder.
But when i tried to run im getting
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin: C:/Users/RoketWorks Korcan/Desktop/sofa/master/src/build/bin/Release/Sensable.dll
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin:…[Read more]
-
Korcan started the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hi,
I compiled sensable plugin and trying to run examples in Sensable/Examples folder.
But when i tried to run im getting
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin: C:/Users/RoketWorks Korcan/Desktop/sofa/master/src/build/bin/Release/Sensable.dll
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin: C:/Users/RoketWorks…[Read more]
-
Korcan started the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hi,
I compiled sensable plugin and trying to run examples in Sensable/Examples folder.
But when i tried to run im getting
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin: C:/Users/RoketWorks Korcan/Desktop/sofa/master/src/build/bin/Release/Sensable.dll
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin: C:/Users/RoketWorks…[Read more]
-
Korcan started the topic Sensable Plugin Example Problems in the forum Using SOFA 5 years ago
Hi,
I compiled sensable plugin and trying to run examples in Sensable/Examples folder.
But when i tried to run im getting
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin: C:/Users/RoketWorks Korcan/Desktop/sofa/master/src/build/bin/Release/Sensable.dll
FROM SOFA [OUT] >> [INFO] [PluginManager] Loaded plugin: C:/Users/RoketWorks…[Read more]
-
Korcan replied to the topic What is SOFA dedicated to? How to use it as physics engine? in the forum Getting Started 5 years ago
Hi Hugo,
Are there any updates on this topic ?
Best Wishes,
Korcan -
Korcan replied to the topic What is SOFA dedicated to? How to use it as physics engine? in the forum Getting Started 5 years ago
Hi Hugo,
Thanks for your answers. If someone could show me first steps about rendering it will be great 🙂
Best Wishes,
Korcan - Load More