Search found 5738 matches

by coppelia
12 Mar 2013, 20:45
Forum: Feature requests
Topic: Encoder parameters
Replies: 2
Views: 6103

Re: Encoder parameters

Hello, Well, this might already be a little bit too specific to integrate directly into V-REP. You can reach the same functionality very easily, without the need to write a plugin : just attach a child script to your joint , do your calculations and then publish the encoder value via various means: ...
by coppelia
12 Mar 2013, 00:38
Forum: General questions
Topic: mannequin
Replies: 2
Views: 3400

Re: mannequin

Hello,

Yes. Select it, then in the common properties dialog, click scaling. That's it.

Cheers
by coppelia
11 Mar 2013, 17:01
Forum: General questions
Topic: Ambient light
Replies: 4
Views: 4273

Re: Ambient light

Turn ambient color to [0,0,0] and remove all other lights. Then you technically have no lighting in the scene.
You can also turn the background color to black in the same environment dialog.

Cheers
by coppelia
11 Mar 2013, 16:23
Forum: General questions
Topic: Ambient light
Replies: 4
Views: 4273

Re: Ambient light

Yes,

Refer to the environment dialog.

Cheers
by coppelia
11 Mar 2013, 12:15
Forum: Bug reports
Topic: Cannot mix incompatible Qt library issue!
Replies: 5
Views: 8417

Re: Cannot mix incompatible Qt library issue!

Hello, That's a pity. Unfortunately we cannot support/test/debug all Linux distributions and systems. Officially, only Ubuntu is supported, and best is to have the 12.04 LTS version. You have always the option to recompile the whole thing yourself. Or maybe some Kubuntu forum (or even Qt forum) can ...
by coppelia
11 Mar 2013, 12:02
Forum: Feature requests
Topic: Shortcuts
Replies: 26
Views: 28456

Re: Shortcuts

That will have to wait a bit more, sorry!

Cheers
by coppelia
10 Mar 2013, 20:21
Forum: General questions
Topic: Quadricopter Drone Simulation and Real
Replies: 3
Views: 7202

Re: Quadricopter Drone Simulation and Real

When using the remote API , following are the requirements to your hardware (i.e. quadricopter): Your hardware needs to have a socket communication interface (in order to link it to V-REP) You should be able to add 2-3 C-source code files to your project on your hardware, and compile those files tog...
by coppelia
10 Mar 2013, 20:12
Forum: Bug reports
Topic: simros_strmcmd_set_joint_state is missing in Lua definitions
Replies: 2
Views: 4830

Re: simros_strmcmd_set_joint_state is missing in Lua definit

You are perfectly right!

Thanks, it will make it into the next release.

Cheers
by coppelia
10 Mar 2013, 20:07
Forum: Bug reports
Topic: Some symbolic links are broken in the source code
Replies: 1
Views: 4674

Re: Some symbolic links are broken in the source code

You are right, however:

People usually compile all their stacks from a very specific location (e.g. ROS_WORKSPACE folder). So, even with relative links, they would break. You have to manually create those links. This is explained in the ROS tutorial.

Cheers
by coppelia
10 Mar 2013, 00:40
Forum: General questions
Topic: Quadricopter Drone Simulation and Real
Replies: 3
Views: 7202

Re: Quadricopter Drone Simulation and Real

Hello David, Best would be to have your original code on the quadricopter slightly modified, and instead of sending motor commands or receiving sensor data to/from the real robot, have them go to/come from the simulated robot. For that you can use either: The remote API The ROS interface You have ma...