Search found 24 matches

by nex
24 Nov 2020, 10:06
Forum: Videos, scenes and models around CoppeliaSim
Topic: Self-driving car based on deep learning
Replies: 0
Views: 48404

Self-driving car based on deep learning

As an intermediary step, and to experiment with deep learning parameters, it proved helpful to simulate in V-REP/CoppeliaSim. The result is a self-driving car that can follow tracks significantly differing from training data, which only consists of two simple curved tracks. Videos and a detailed des...
by nex
26 Oct 2019, 10:58
Forum: Bug reports
Topic: Time graph propertiers: Label shows, eventhough "Show label" checkbox is unchecked
Replies: 1
Views: 3028

Time graph propertiers: Label shows, eventhough "Show label" checkbox is unchecked

This is for time graphs, it makes no difference if the "Show label" checkbox is checked or not, the label will always show in the graph and cover the curve.

It makes also no difference if it is user data, or one of the provided data streams (such as object velocity).

Version 3.6.2 rev. 0.
by nex
18 Oct 2019, 02:59
Forum: Feature requests
Topic: function sysCall_userConfig()
Replies: 2
Views: 27454

Re: function sysCall_userConfig()

That solution would work good as well!

Maybe adding a function to call the original dialog/window would be useful then, so that people could add a button to their dialog to show the original one, if necessary.
by nex
16 Oct 2019, 18:08
Forum: Feature requests
Topic: function sysCall_userConfig()
Replies: 2
Views: 27454

function sysCall_userConfig()

Hello, Currently there is no way to show a custom config window for a scene object, upon user request. The "Resizable floor" object solves this by watching the selection and showing a window each time the floor is selected. But this can be quite annoying when a window pops up each time whe...
by nex
16 Oct 2019, 15:56
Forum: General questions
Topic: User settings - text editor color
Replies: 0
Views: 14015

User settings - text editor color

Hello, First of all, thanks for V-REP it has been very helpful in debugging problems I had with real world robots! I installed the new version of V-REP and then noticed the syntax highlighting colors of the text editor changed (reverted back to the defaults). I see that usrset.txt is stored in the &...
by nex
30 Sep 2019, 13:25
Forum: General questions
Topic: remoteAPI slow stop
Replies: 1
Views: 2024

remoteAPI slow stop

Hello, When I run a simulation that uses the remote API it takes always quite long to stop after pressing the stop button, while it is pretty snappy without using the remote API. This is even if all clients are terminated (or none were running in the first place). Is there a trick to add some code t...
by nex
29 Sep 2019, 08:59
Forum: General questions
Topic: How to detect released key
Replies: 1
Views: 2022

How to detect released key

Hi,

I saw there is the sim.message_keypress constant. But how do I detect when a key is down and when it is released again?

I'd like to drive a car over the keyboard, turning left when the key is down, and turning back to the center direction/0°when releasing it.
by nex
16 Jan 2019, 13:21
Forum: General questions
Topic: How to get smooth acceleration with path planning ?
Replies: 5
Views: 4609

Re: How to get smooth acceleration with path planning ?

In case you find a working solution for your initial problem, moving along a trajectory/path, I'd be interested in seeing your scene.
by nex
16 Jan 2019, 13:13
Forum: Bug reports
Topic: Keyboard shortcuts don't work
Replies: 1
Views: 2669

Re: Keyboard shortcuts don't work

Just for the record: V-Rep 3.2.1. works fine with the keyboard under Windows regarding the dialogs. Pressing Alt+F, also does not work there.
by nex
08 Jan 2019, 16:17
Forum: General questions
Topic: How to change the floor size
Replies: 6
Views: 15173

Re: How to change the floor size

Oh, I see, this is quite surprising. I could change the script to add button called "Set size permanently", if this change could be added in later versions of V-Rep. Yet, it's probably even better to just remove the closeEventHandler() for the resizeable floors, because it is pretty unintu...