Search found 6 matches

by mbellaccini
29 Jan 2014, 13:03
Forum: General questions
Topic: Wikipedia article: Comparison of Robotic Simulators
Replies: 1
Views: 3860

Wikipedia article: Comparison of Robotic Simulators

Hi all! I just noticed that some MORSE and Gazebo developers are bootstrapping a Wikipedia article about Robotic Simulators comparison. I added some data about v-rep, however maybe someone can add more details or improve the article in any other way. This is the article talk page: https://en.wikiped...
by mbellaccini
22 Jan 2014, 14:42
Forum: Bug reports
Topic: Command line optional argument and string parameters
Replies: 2
Views: 3586

Re: Command line optional argument and string parameters

You are welcome. Thanks for the better workaround!

Marco
by mbellaccini
21 Jan 2014, 18:17
Forum: Bug reports
Topic: Command line optional argument and string parameters
Replies: 2
Views: 3586

Command line optional argument and string parameters

Hi v-rep people! I've just downloaded the new v-rep 3.1.0 and was experimenting the new command-line mode. I wrote a plugin that gets a parameter through the "-g" flag passed to v-rep as an optional argument. I tried using "simGetStringParameter(sim_stringparam_app_arg1)" as sugg...
by mbellaccini
13 Dec 2013, 15:14
Forum: Feature requests
Topic: V-rep OpenCV plugin
Replies: 4
Views: 5650

Re: V-rep OpenCV plugin

Little improvement: now you can quickly compile and use the plugin also on Windows (using the bundled vcxproj file).
by mbellaccini
12 Dec 2013, 23:53
Forum: Feature requests
Topic: V-rep OpenCV plugin
Replies: 4
Views: 5650

Re: V-rep OpenCV plugin

Oh, if you think that my code is sufficiently good (as I said, at the moment it's quite rough and tested only on Linux) I'd surely be glad to have it included in v-rep programming directory, and even more glad to be cited in the acknowledgments! :)

Cheers

Marco Bellaccini
by mbellaccini
11 Dec 2013, 18:52
Forum: Feature requests
Topic: V-rep OpenCV plugin
Replies: 4
Views: 5650

V-rep OpenCV plugin

Hi all! Not having found anything similar, I wrote a v-rep plugin that allows direct v-rep/OpenCV2 interaction through v-rep vision-sensors filter facilities. It's quite a simple and rough piece of code, however it works. Here's the project sf page: http://sourceforge.net/projects/vrepopencvbridge/ ...