Search found 6 matches

by marek_g
01 Aug 2016, 16:17
Forum: Bug reports
Topic: Lost scripts after upgrade
Replies: 1
Views: 2544

Lost scripts after upgrade

Hello,
I have a couple of simulations made in VREP 3.0 (recent version around a year ago). Now I opened my simulations with V-REP 3.3.0 rev 1 32 bit (windows 7), and I found that all my scripts are gone - only main script has left.
How can I restore my scripts?
by marek_g
03 Apr 2016, 08:47
Forum: General questions
Topic: in Vrep a robot controlled by Falcon Novint
Replies: 23
Views: 8309

Re: in Vrep a robot controlled by Falcon Novint

First of all, you need to be sure if ROS is able to communicate with nodes - you may try with examples in tutorial.
Then, follow this tutorial: http://www.coppeliarobotics.com/helpFil ... torial.htm (you need to select your ROS distribution).
by marek_g
03 Apr 2016, 07:25
Forum: General questions
Topic: in Vrep a robot controlled by Falcon Novint
Replies: 23
Views: 8309

Re: in Vrep a robot controlled by Falcon Novint

If your first command is: $ sudo apt-get install ros-<distro>-ros-tutorials you need to replace <distro> with the name of your ROS distribution (check what is folder name in /opt/ros/ . It should be something like hydro or indygo. Anyway, this is not related to V-REP (yet). Maybe it is better to ask...
by marek_g
02 Apr 2016, 10:28
Forum: General questions
Topic: in Vrep a robot controlled by Falcon Novint
Replies: 23
Views: 8309

Re: in Vrep a robot controlled by Falcon Novint

Hello,
First of all, you need to tell us, what you have already tired: "it does not work" means nothing for us, unfortunately.
If you were using ROS, are you able to receive data via rviz? For now it is important to understand, which part is not working.
by marek_g
23 Dec 2015, 13:53
Forum: General questions
Topic: Install V-REP on Linux Debian 8.x
Replies: 2
Views: 2716

Re: Install V-REP on Linux Debian 8.x

"root@debianpc:~/V-REP# ./vrep.sh ./vrep.sh: 17: ./vrep.sh: /root/V-REP/vrep: not found " There is a difference between path where you actually have vrep (/root/home/v-rep) and path mentioned in output (/root/v-rep). It looks like vrep script thinks it is in diferent location, what might ...
by marek_g
23 Dec 2015, 12:47
Forum: General questions
Topic: LabVIEW support
Replies: 1
Views: 1952

LabVIEW support

I want to control V_REP simulation from labview. I have found an information, that remote api bindings should be available in vrep/programming/remoteApiBindins however there is nothing related to LV. Was it removed recently from V-REP? Is there any other way to establish communication between LV and...