Search found 34 matches

by arennuit
19 Oct 2014, 22:12
Forum: General questions
Topic: ros_control / vrep connection model
Replies: 4
Views: 3863

Re: ros_control / vrep connection model

Hello Coppelia, Thanks for your answer. For mode 3, I was actually thinking about running vrep in real-time as well - because my aim is to make the full setup look like reality as much as possible. Does that change anything to your statement: " 3. is not appropriate at all, since the time will ...
by arennuit
17 Oct 2014, 16:17
Forum: General questions
Topic: ros_control / vrep connection model
Replies: 4
Views: 3863

ros_control / vrep connection model

Hi, I am currently setting up a system where vrep is used as the simulator for a robot which will be built in real in a few months. I'd like to use the same control architecture for my real and my simulated robots. The control is performed using ros_control and the connection between the control mod...
by arennuit
17 Oct 2014, 10:17
Forum: General questions
Topic: Unexpected behavior of simRosSetJointTargetVelocity
Replies: 4
Views: 3066

Re: Unexpected behavior of simRosSetJointTargetVelocity

Interesting, I did not know there was such a synchronous mode for ROS. Thanks.

PS: I'll probably ask some more about it in the future, but this will be another topic.
by arennuit
16 Oct 2014, 14:41
Forum: General questions
Topic: Unexpected behavior of simRosSetJointTargetVelocity
Replies: 4
Views: 3066

Re: Unexpected behavior of simRosSetJointTargetVelocity

Hello coppelia, The first part of your message (on service calls being blocking) is clear to me. Now for the second part, I am not sure I understand what you call the synchronous mode within the ROS context, from reading http://www.coppeliarobotics.com/helpFiles/en/externalControllerTutorial.htm it ...
by arennuit
15 Oct 2014, 17:12
Forum: General questions
Topic: Unexpected behavior of simRosSetJointTargetVelocity
Replies: 4
Views: 3066

Unexpected behavior of simRosSetJointTargetVelocity

Dear all, I have written a service call to update the target velocities of some vrep velocity controllers and it turns out not to behave as expected. I call it 4 times (once for each controller) and I was expecting the target velocities to be updated simultaneously. Though I observe a slight time of...
by arennuit
12 Oct 2014, 18:28
Forum: General questions
Topic: ros_control with v-rep
Replies: 4
Views: 3219

Re: ros_control with v-rep

Ha, great this looks promising, thanks!
by arennuit
11 Oct 2014, 16:12
Forum: General questions
Topic: ros_control with v-rep
Replies: 4
Views: 3219

Re: ros_control with v-rep

Hello coppelia, I am indeed looking for a synchronous trigger of my ros_control controllers. I was expecting something like a callback (subscriber) on vrep update... so is the info topic published synchronously with the physics udpate steps? If not, do you know at which rate the info topic is publis...
by arennuit
10 Oct 2014, 18:39
Forum: General questions
Topic: ros_control with v-rep
Replies: 4
Views: 3219

ros_control with v-rep

Hi, I am currently trying to put in place v-rep together with ros_control. I would like to update the controller_manager at each simulation step (you confirm this is the best practise, no?). Now my question is, how can I let my node know that v-rep has finished computed a new simulation step? Is the...
by arennuit
09 Oct 2014, 12:36
Forum: Feature requests
Topic: Range selections in hierarchy
Replies: 2
Views: 3664

Re: Range selections in hierarchy

This is not a very conventional way to implement range selections but it works fine. Thanks.
by arennuit
08 Oct 2014, 17:39
Forum: Feature requests
Topic: Disable parts of the hierarchy
Replies: 2
Views: 3797

Disable parts of the hierarchy

Hi, Sometimes it is useful to temporarily remove some parts of the scene, so the simulation does not include a joint or a link and their children. i.e. you have a mobile manipulator, that is a mobile platform carrying an arm and you only want to simulate the mobile for a few session to concentrate o...