Search found 1017 matches

by fferri
17 Nov 2016, 14:40
Forum: General questions
Topic: brics_actuator/JointPositions do not work
Replies: 7
Views: 5517

Re: brics_actuator/JointPositions do not work

HI, well compiling worked fine bevor. adding the new massage brics_actuator/JointPositions to the message.text produces this error. So if there is no poison message, why did he find it bevor. Poison is a field of the JointPositions message: http://docs.ros.org/hydro/api/brics_actuator/html/msg/Join...
by fferri
17 Nov 2016, 12:35
Forum: General questions
Topic: brics_actuator/JointPositions do not work
Replies: 7
Views: 5517

Re: brics_actuator/JointPositions do not work

I copied the programming/rospackage to my workspace. Compiling works fine, till I add brics_actuator/JointPositions to messags.txt. Than I receive following: (catkin build) $ catkin build ------------------------------------------------------------------------------------------------ Profile: defau...
by fferri
16 Nov 2016, 14:56
Forum: Bug reports
Topic: ROS publishing tf info
Replies: 5
Views: 8180

Re: ROS publishing tf info

That sounds very strange. There is no code for explicitly inverting those values in the RosInterface plugin. All messages are composed of other messages or basic types (int, float, string), and the TransformStamped message is no exception. Try to display the TF tree in R-Viz: does it appear incorrec...
by fferri
18 Oct 2016, 14:40
Forum: Bug reports
Topic: problems running V-REP on macOS Sierra
Replies: 15
Views: 15357

Re: problems running V-REP on macOS Sierra

Hello, I'm running V-REP 3.3.2 rev3 on macOS Sierra, but I don't experience any crash.

Do you perform any operation to trigger the crash? Can you describe the steps to trigger this crash?
by fferri
13 Oct 2016, 18:24
Forum: General questions
Topic: ROS interface compilation fail
Replies: 14
Views: 14004

Re: ROS interface compilation fail

I just tested Ubuntu 16 + ROS Kinetic + V-REP 3.2.2 and it works like in older release.
by fferri
13 Oct 2016, 17:05
Forum: General questions
Topic: ROS interface compilation fail
Replies: 14
Views: 14004

Re: ROS interface compilation fail

OK, I found out that I just needed to set those variables in packages CMakeLists.txt like this: set(roslib_LIBRARIES "/opt/ros/kinetic/lib/roslib") Also before building, I had to compile and install globally brics_actuator from Github, because it's not present in Kinetic. you don't need a...
by fferri
27 Sep 2016, 13:12
Forum: Feature requests
Topic: Access to rosparam server through ROS Interface?
Replies: 5
Views: 7160

Re: Access to rosparam server through ROS Interface?

Yes, it is working. You can view the latest documentation in any modern browser by simply opening meta/callbacks.xml (works in Safari and Firefox, not sure about Chrome)
by fferri
20 Sep 2016, 17:00
Forum: Feature requests
Topic: Access to rosparam server through ROS Interface?
Replies: 5
Views: 7160

Re: Access to rosparam server through ROS Interface?

Hi Billie1123, there are some new APIs for interacting with the ROS Parameter Server: bool exists, bool value= simExtRosInterface_getParamBool (string name, bool defaultValue = false) bool exists, double value= simExtRosInterface_getParamDouble (string name, double defaultValue = 0.0) bool exists, i...
by fferri
31 Aug 2016, 13:25
Forum: Feature requests
Topic: V-Rep should publish to the /clock topic
Replies: 19
Views: 28659

Re: V-Rep should publish to the /clock topic

Using the new RosInterface plugin, you can publish /clock like any other topic. First set up the publisher (e.g. in sim_childscriptcall_initialization): clockPub=simExtRosInterface_advertise('/clock','rosgraph_msgs/Clock') then, whenever you want to publish the current simulation time (for example i...
by fferri
11 Aug 2016, 14:41
Forum: Bug reports
Topic: loading an unexistent recent scene file
Replies: 1
Views: 2658

loading an unexistent recent scene file

When loading a scene file from the File -> Open Recent, but this file does not exist, V-REP displays an error box (correct) but then the (default, empty) scene is removed from the view.