Search found 1016 matches

by fferri
05 Mar 2020, 12:03
Forum: General questions
Topic: Load ROSInterface plugin failed.
Replies: 4
Views: 1643

Re: Load ROSInterface plugin failed.

zhangmeihui0418 wrote: 05 Mar 2020, 10:42 ROSInterface load failed, the error is
"ROS_MASTER_URI is not set
it seems the ROS environment is not sourced (i.e. something like source /opt/ros/.../setup.bash) before running ./coppeliaSim.sh
by fferri
05 Mar 2020, 00:44
Forum: General questions
Topic: CoppeliaSim in the dark theme?
Replies: 3
Views: 1804

Re: CoppeliaSim in the dark theme?

which operating system?
by fferri
03 Mar 2020, 20:59
Forum: General questions
Topic: how to define new type ROS message in SimRosInterface ?
Replies: 9
Views: 3500

Re: how to define new type ROS message in SimRosInterface ?

libPlugin is a build tool, doesn't need installation
by fferri
03 Mar 2020, 20:56
Forum: General questions
Topic: how to define new type ROS message in SimRosInterface ?
Replies: 9
Views: 3500

Re: how to define new type ROS message in SimRosInterface ?

Find out which one is missing. Or might be a dep of one of those libraries, so you might want to run ldd recursively on the deps.
by fferri
03 Mar 2020, 18:18
Forum: General questions
Topic: Glue objects
Replies: 5
Views: 1476

Re: Glue objects

Yes: sim.groupShapes

Cheers
by fferri
03 Mar 2020, 15:46
Forum: General questions
Topic: Glue objects
Replies: 5
Views: 1476

Re: Glue objects

Shapes can be grouped:
Two or more simple shapes or compound shapes can however be grouped ([Menu bar --> Edit --> Grouping/Merging --> Group selected shapes]) or ungrouped ([Menu bar --> Edit --> Grouping/Merging --> Ungroup selected shapes]).
by fferri
03 Mar 2020, 13:48
Forum: General questions
Topic: how to define new type ROS message in SimRosInterface ?
Replies: 9
Views: 3500

Re: how to define new type ROS message in SimRosInterface ?

That means that the ROSInterface plugin cannot find some libraries.

This may happen also if you don't source the ROS environment (via the setup.bash/setup.zsh script).

Running ldd on the libsimExtROSInterface.so might tell you more.
by fferri
03 Mar 2020, 10:09
Forum: General questions
Topic: how to define new type ROS message in SimRosInterface ?
Replies: 9
Views: 3500

Re: how to define new type ROS message in SimRosInterface ?

You need to add all the dependent messages in meta/messages.txt
by fferri
03 Mar 2020, 00:43
Forum: General questions
Topic: how to define new type ROS message in SimRosInterface ?
Replies: 9
Views: 3500

Re: how to define new type ROS message in SimRosInterface ?

Defining a ROS message is something specific to ROS, not specific to the ROSInterface plugin itself. In a nutshell: create your own ROS package add your custom msgs add the custom msgs to your package's build system after this, you need to add your package as a dependency of sim_ros_interface , and ...
by fferri
02 Mar 2020, 11:33
Forum: General questions
Topic: Support with Demo3d/Emulate3d
Replies: 3
Views: 1677

Re: Support with Demo3d/Emulate3d

The location is the same as the location of the main application.

See also: Add-ons