Search found 1008 matches

by fferri
24 Mar 2020, 22:19
Forum: General questions
Topic: Cant load swarm robot ttm model file on latest coppelia simulator version
Replies: 3
Views: 814

Re: Cant load swarm robot ttm model file on latest coppelia simulator version

Not sure what are the differences, but CoppeliaSim ships with a Kilobot model.
by fferri
24 Mar 2020, 12:10
Forum: General questions
Topic: Develop plugin for Coppelia Sim using LibPlugin
Replies: 15
Views: 3309

Re: Develop plugin for Coppelia Sim using LibPlugin

Nope. PyCPP is a custom preprocessor, and no IDE has support for its syntax. However it is integrated in the CMake build, and it will generate the .cpp files which can be compiled by your compiler.
PyCPP tempates should not (directly) be part of the project. Which file is that?
by fferri
24 Mar 2020, 07:55
Forum: General questions
Topic: fast Hokuyo laser scan data with ROS
Replies: 12
Views: 18056

Re: fast Hokuyo laser scan data with ROS

Note that there is a Hokuyo laser scanner (Hokuyo_URG_04LX_UG01_ROS) which is made specifically for ROS. Athough it is for the old ROS pugin, it might be easier to adjust.
by fferri
24 Mar 2020, 07:40
Forum: General questions
Topic: fast Hokuyo laser scan data with ROS
Replies: 12
Views: 18056

Re: fast Hokuyo laser scan data with ROS

This is the portion of code information from CoppeliaSim -- measuredData now contains all the points that are closer than the sensor range -- For each point there is the x, y and z coordinate (i.e. 3 number for each point) Do you realize sensor_msgs/LaserScan works with points in polar coordinates,...
by fferri
23 Mar 2020, 20:49
Forum: General questions
Topic: fast Hokuyo laser scan data with ROS
Replies: 12
Views: 18056

Re: fast Hokuyo laser scan data with ROS

Refer to the documentation of the sensor_msgs/LaserScan message.

CoppeliaSim uses SI units (i.e.: meters, radians, and seconds).

By the way your code doesn't show how you create the data arrays.
by fferri
23 Mar 2020, 20:38
Forum: General questions
Topic: Develop plugin for Coppelia Sim using LibPlugin
Replies: 15
Views: 3309

Re: Develop plugin for Coppelia Sim using LibPlugin

If you stick with the standard layout it should build without any extra settings: just put simExtPluginSkeletonNG and libPlugin in the CoppeliaSim's programming subdirectory.

Otherwise you need to specify the LIBPLUGIN_DIR CMake variable and/or the COPPELIASIM_ROOT_DIR environment variable.
by fferri
23 Mar 2020, 18:41
Forum: General questions
Topic: Develop plugin for Coppelia Sim using LibPlugin
Replies: 15
Views: 3309

Re: Develop plugin for Coppelia Sim using LibPlugin

If you are having some build issue you should post the relevant output, and provide additional details about your environment, OS, etc, in order to get some help. libPlugin is a framework used by many plugins, consisting (currently) of three parts: simPlusPlus : some C++ stuff to ease the writing of...
by fferri
23 Mar 2020, 18:19
Forum: General questions
Topic: During build: ...sim_ros_interface\generated\pub.cpp(728): fatal error C1061: compiler limit: blocks nested too deeply
Replies: 5
Views: 1765

Re: During build: ...sim_ros_interface\generated\pub.cpp(728): fatal error C1061: compiler limit: blocks nested too deep

when I type in: > rosrun image_view image_view image:=/visionSensorData a small window opens labeled /visionSensorData opens but nothing is shown. If I click on the window, it shows (Not responding). image_view is not part of CoppeliaSim's ROS interface. That might be an issue with image_view and W...
by fferri
23 Mar 2020, 11:00
Forum: General questions
Topic: Rotate table
Replies: 3
Views: 1412

Re: Rotate table

Joint can do rotation.
by fferri
23 Mar 2020, 10:57
Forum: General questions
Topic: Motion Planning - Picking Angle Change
Replies: 1
Views: 1232

Re: Motion Planning - Picking Angle Change

Change the second argument (localShift) of getShiftedMatrix() to something else (i.e. in lines 429, 447, 507, 527).