Closed junji15 closed 10 years ago
Hi Junji,
Sorry for my belated reply.
We have not used the RosMATLAB yet. For the visualizer problem, could you run the following code
checkDependency('lcmgl');
p = RigidBodyManipulator([getDrakePath,'/examples/Atlas/urdf/atlas_minimal_contact.urdf'],struct('floating',true));
v = p.constructVisualizer();
If a visualizer pops up, then you can use it for now, this visualizer is called 'BotVisualizer'. I think we will ship our MIT DRC viewer with Drake soon, but you can use BotVisualizer for now.
For the testIKtraj
problem, can you make sure that you have drake/systems/plants/constructModelMex.mexa64
file? If you do not have that mex file, then you can run make
in drake folder.
Just to add to Hongkai's response, we do have ros matlab wired into drake, but have preferred to use lcm for all of our communications into and out of matlab for atlas.
On Nov 2, 2014, at 1:17 AM, Hongkai Dai notifications@github.com wrote:
Hi Junji,
Sorry for my belated reply.
We have not used the RosMATLAB yet. For the visualizer problem, could you run the following code
checkDependency('lcmgl'); p = RigidBodyManipulator([getDrakePath,'/examples/Atlas/urdf/atlas_minimal_contact.urdf'],struct('floating',true)); v = p.constructVisualizer(); If a visualizer pops up, then you can use it for now, this visualizer is called 'BotVisualizer'. I think we will ship our MIT DRC viewer with Drake soon, but you can use BotVisualizer for now.
For the testIKtraj problem, can you make sure that you have drake/systems/plants/constructModelMex.mexa64 file? If you do not have that mex file, then you can run make in drake folder.
— Reply to this email directly or view it on GitHub.
Dear Mr. Hongkai-dai , Mr. RussTedrake,
I’m sorry for late replying.
I greatly appreciate for your support.
Best regards, Junji Kikuchi
Hi Junji,
The testIKtraj error is on me. It uses a MATLAB version of inverseKinTraj
, which has not been used for a while (We use C++ version of inverseKinTraj, and that requires a SNOPT shipped with fortran and C code). I will fix the bug. Thanks for finding out the error.
Hongkai
Hello. I've installed drake and use studentsnopt now. I want to ask few questions about IKtraj.m.
・Which kind of user interface do you use to run testIKtraj for Atlas simulation? According to the thesis of MIT team, I guess “MIT DRC Viewer” is used. But if I want to use it, is it needed of any qualifications of members?
・If it’s possible to use testIKtraj on a gazebo with Rosmatlab, could you tell me the brief outline how to apply IKtraj for the simulation?
Now, I use a studentsnopt to run testIKtraj.m When I run testIKtraj, the below message was appeared on Matlab.
How should I fix this problem? I would appreciate it very much if you could advise me anything. I’m looking forward to your response.
Best regards, Junji Kikuchi