Try escaping the backslashes in your file path.
'C:\...' -> 'C:\\...'
Search found 11 matches
- 21 Mar 2013, 02:36
- Forum: General questions
- Topic: Trying to read from a file
- Replies: 3
- Views: 5513
- 17 Mar 2013, 18:15
- Forum: Feature requests
- Topic: source code for v-rep simulations
- Replies: 1
- Views: 4544
Re: source code for v-rep simulations
I'm not sure what you mean -- isn't all the relevant code in child scripts in the examples?
- 07 Mar 2013, 00:07
- Forum: Feature requests
- Topic: "Relative to" radio buttons
- Replies: 2
- Views: 6000
"Relative to" radio buttons
In both the "Inertia Matrix" and the "Object/Item position/orientation" dialog windows, there are radio buttons that specify what the coordinates are relative to. It would be really cool if the coordinates were recalculated to stay up-to-date when a different radio button is sele...
- 07 Mar 2013, 00:03
- Forum: Feature requests
- Topic: Save Format and Version Control
- Replies: 6
- Views: 12138
Re: Save Format and Version Control
Much appreciated! Thanks!
- 06 Mar 2013, 19:19
- Forum: Feature requests
- Topic: Save Format and Version Control
- Replies: 6
- Views: 12138
Save Format and Version Control
Would it be possible to allow saving in a text-based format that would work better for version control?
Most specifically, it would be really nice to see what's changed in a child script. More generally, it would be cool if the whole scene were represented textually.
Thanks!
Most specifically, it would be really nice to see what's changed in a child script. More generally, it would be cool if the whole scene were represented textually.
Thanks!
- 05 Mar 2013, 20:47
- Forum: General questions
- Topic: Joint coming apart
- Replies: 4
- Views: 12483
Re: Joint coming apart
The joints are actuated, so a spherical joint is unfortunately out of the question.
Thanks for the tip about Asti—I'll try to replicate that setup. Just gotta do some math to balance out the masses and rotational inertias.
Thanks for the tip about Asti—I'll try to replicate that setup. Just gotta do some math to balance out the masses and rotational inertias.
- 05 Mar 2013, 17:04
- Forum: General questions
- Topic: Joint coming apart
- Replies: 4
- Views: 12483
Re: Joint coming apart
I've been thinking about how to redesign our robot model (it looks like our problem is the link-mass proportion), and I've got a follow-up question: if you were trying to make a universal joint between two large masses, how would you do it? In real life, this uses a small-mass link between two large...
- 01 Mar 2013, 20:39
- Forum: General questions
- Topic: Joint coming apart
- Replies: 4
- Views: 12483
Joint coming apart
I have a robot with a 3-dof hip joint, using three revolute joints. When I start the simulation, the robot's body pitches forward, not because the pitch joint changes position but because the hip roll joint comes apart. The blue joint core separates from the orange outside cylinder. Am I doing somet...
- 24 Feb 2013, 21:53
- Forum: Bug reports
- Topic: Get joint velocity
- Replies: 5
- Views: 25879
Re: Get joint velocity
Oh, I can't believe I missed that! Thanks a lot.
- 21 Feb 2013, 18:58
- Forum: Bug reports
- Topic: Get joint velocity
- Replies: 5
- Views: 25879
Get joint velocity
I am trying to read the velocity of a joint, and I'm having trouble. I am using the following code: handle = simGetObjectAssociatedWithScript(sim_handle_self) print(simGetObjectFloatParameter(handle, 2012)) The "2012" comes from here : 2012: float parameter (can only be read) : joint veloc...