Search found 22 matches

by formica
24 Oct 2015, 20:53
Forum: General questions
Topic: Hybrid Dynamic Systems: is it V-REP a good choice?
Replies: 1
Views: 1491

Hybrid Dynamic Systems: is it V-REP a good choice?

Hi Coppelia, I'm asking you a conceptual support. Do you think that V-REP could be a good simulated experimental platform to simulate a network of hybrid dynamical systems (e.g. a network of mobile robots). I have a few doubts about syncronization of different automatons. My goal is to perform some ...
by formica
08 Oct 2015, 12:05
Forum: General questions
Topic: PathPlanning plugin
Replies: 2
Views: 2030

Re: PathPlanning plugin

UP :)
by formica
07 Oct 2015, 17:50
Forum: General questions
Topic: PathPlanning plugin
Replies: 2
Views: 2030

PathPlanning plugin

Hi Coppelia, I'm trying to compile the PathPlanning plugin, in order to make some experiments. I have the same version of vrep source, plugin source, and "programming" directory. I had an error "getcwd is not found" that I solved including <unistd.h>. I obtain other few minor war...
by formica
29 Jan 2014, 11:24
Forum: General questions
Topic: RangeFinder PC2 Data meaning
Replies: 2
Views: 2480

Re: RangeFinder PC2 Data meaning

Thanks coppelia.
I just discovered that is it possible to convert the message to pcl::PointCloud<pcl::PointXYZ> using pcl::fromROSMsg().

Regards
formica
by formica
29 Jan 2014, 09:43
Forum: General questions
Topic: RangeFinder PC2 Data meaning
Replies: 2
Views: 2480

RangeFinder PC2 Data meaning

Hi Coppelia, looking at the PointCloud2 sent by the Hokuyo through a ROS topic I do not understand the meaning of the values in the cloud. They are formatted in this way: every 12 values there is a point. The first three value are interesting for me since they are the x,y,z coordinates. The question...
by formica
28 Jan 2014, 12:27
Forum: Bug reports
Topic: Transformation Matrix ROS Publisher
Replies: 1
Views: 3018

Transformation Matrix ROS Publisher

I'm trying to enable a ros publisher to stream the transformation matrix (wrt the world frame) of an object.
Unfortunately, the publisher does not appear...

Code: Select all

TransformationMatrixPub=simExtROS_enablePublisher('RWTF',1,simros_strmcmd_get_transform,Object,-1,'')
Any idea?
by formica
19 Dec 2013, 11:23
Forum: General questions
Topic: Particles meaning
Replies: 1
Views: 2639

Particles meaning

Hi Coppelia, in order to a deep understanding of the simulation I ask you: what do you exactly mean for "particles"? Why did you introduced this concept in the simulator? For example: to simulate a propeller doesn't be enough to apply a force/torque on a body (in function of the angular ve...
by formica
25 Sep 2013, 12:24
Forum: General questions
Topic: Kinect Color Camera error
Replies: 1
Views: 2660

Kinect Color Camera error

Hi everybody, I'm getting a strange error using the ColorCam inside the Kinect Sensor. I can't publish the images through ros. Using this code snippet: topicName=simExtROS_enablePublisher('visionSensorDepthData',1,simros_strmcmd_get_vision_sensor_depth_buffer,depthCam,0,'') topicNameColor=simExtROS_...
by formica
22 Sep 2013, 08:53
Forum: General questions
Topic: Motion Planning Dialog / Plugin
Replies: 1
Views: 2399

Motion Planning Dialog / Plugin

Hi all,
I didn't find any documentation about the Motion Planning Plugin and relative dialog.
What about its functionalities?

Does it exists some non-official documentation?

Regards
formica