Search found 101 matches

by Eric
18 Mar 2013, 22:36
Forum: General questions
Topic: Beginner Question - Remote Api Controller
Replies: 2
Views: 3264

Re: Beginner Question - Remote Api Controller

Hi!

Your question is very general. It is hard to say what is going on. Maybe your child script is changing the velocity of the wheel joints? Maybe your wheel joint's velocity is already set by default?
by Eric
19 Feb 2013, 17:42
Forum: General questions
Topic: Sound with v-rep
Replies: 1
Views: 4058

Sound with v-rep

Hello!

I would like to have sound associated to the selection of buttons of my UI. From now on I simply print the beep character in a lua script: print(string.char(7) )
Is there an other simple way to play a sound?

Eric
by Eric
14 Feb 2013, 00:46
Forum: General questions
Topic: How to save a model of my robot?
Replies: 3
Views: 8568

Re: How to save a model of my robot?

Hi Just select your model base, then file->save model as... , check the options you need in the following windows, get a nice icon for your model and save it in V-REP3/[v-rep folder]/models/robots/mobile or other category It is advisable to also save it in a folder outside V-REP3 folder because when...
by Eric
13 Feb 2013, 18:42
Forum: Videos, scenes and models around CoppeliaSim
Topic: Dynamixel servos driven by V-rep
Replies: 0
Views: 17524

Dynamixel servos driven by V-rep

A robotic arm built with dynamixel servos is controlled from V-rep. In the simulation, the manipulator in the front is the master. We can modify its configuration by moving its end-tip in 3D with the mouse, or modify individually each of his joint angles using the GUI. The current angular configurat...
by Eric
13 Feb 2013, 18:20
Forum: Videos, scenes and models around CoppeliaSim
Topic: Playstation Move and V-rep
Replies: 0
Views: 17347

Playstation Move and V-rep

The playstation move provides the target position for the virtual Schunk lwa3 manipulator mounted on a seekurJr mobile robot under v-rep.
Orientation is not detected by the move yet.
http://youtu.be/t1UoxUVjPII
by Eric
13 Feb 2013, 18:13
Forum: Videos, scenes and models around CoppeliaSim
Topic: Augmented reality tag to control a manipulator
Replies: 0
Views: 17248

Augmented reality tag to control a manipulator

In this video, the camera detects the spatial pose and posture of the augmented reality tag. This information is fed to a Shunk LWA3 manipulator controller (inside the simulator) in order to keep a distance and track the motion of the tag. Should the tag be on a door, and the camera fixed to the end...
by Eric
13 Feb 2013, 17:17
Forum: Videos, scenes and models around CoppeliaSim
Topic: Particle filter simulation
Replies: 0
Views: 17348

Particle filter simulation

This video shows the implementation of a particle filter in v-rep simulator. At first the simulated P3DX doesn t know where it is in the environment. After the first iteration, the randomly spread particles are relocating around the robot (green arrow is the resulting computed localization) proving ...
by Eric
13 Feb 2013, 17:01
Forum: Videos, scenes and models around CoppeliaSim
Topic: Using ipod's IMU to control a simulation
Replies: 0
Views: 17573

Using ipod's IMU to control a simulation

First trial to use an Iphone to control an object in V-REP.
The iphone/ipod is sending its accelerometer's data (and compass angle if available) using iSensor app, on a UDP port.
The data are yet to be smoothed / filtered.
http://youtu.be/QOZDqT5AFaE
by Eric
13 Feb 2013, 16:57
Forum: Videos, scenes and models around CoppeliaSim
Topic: p3dx point to go via VRep
Replies: 0
Views: 18143

p3dx point to go via VRep

The p3dx robot heads where the user clicks on the video feed via a 3d simulation on V-Rep.

Video from the simulation's point of view
http://youtu.be/m4Jh8bBCAGc

Video of the sceen where the robot moves
http://youtu.be/TgdHDtS0N34
by Eric
13 Feb 2013, 16:51
Forum: Videos, scenes and models around CoppeliaSim
Topic: Teleoperation of a P3DX robot with a wiimote
Replies: 0
Views: 18124

Teleoperation of a P3DX robot with a wiimote

A pioneer P3DX is teleoperated with a wiimote. The wiimote is connecting by Bluetooth to a V-REP simulation. The commands provided by the wiimote are used to control the simulated robot and the real robot. The simulation is synchronized to the real world every 500 ms asking the pose and posture of t...