Search found 4 matches

by arthurnunesq
11 Jul 2016, 21:11
Forum: Bug reports
Topic: Linking C++ application to remoteApi.so fails on Ubuntu
Replies: 1
Views: 3449

Linking C++ application to remoteApi.so fails on Ubuntu

Hello, I'm building a VREP bridge ROS node, on Ubuntu 14.04, so a ROS application can connect to a VREP server running on a Windows machine. However, when I tried to link my application to the "remoteApi.so" file distributed with VREP, I got the following error: /usr/bin/ld: cannot find -l...
by arthurnunesq
11 May 2016, 17:32
Forum: General questions
Topic: Heavy weight car like vehicle suspension
Replies: 5
Views: 3045

Re: Heavy weight car like vehicle suspension

Ok, I'll take a look at it. Thank you!
by arthurnunesq
10 May 2016, 15:17
Forum: General questions
Topic: Heavy weight car like vehicle suspension
Replies: 5
Views: 3045

Re: Heavy weight car like vehicle suspension

I've followed the tips you gave me and read the page you suggested. I've adjusted the mass of the intermediate dynamic components in the suspension chain. Now their masses are around 100 to 200kg, while the body mass is 50t. I recalculated the moments of inertia. I've also played a bit with the scal...
by arthurnunesq
09 May 2016, 20:37
Forum: General questions
Topic: Heavy weight car like vehicle suspension
Replies: 5
Views: 3045

Heavy weight car like vehicle suspension

Hello, I'm building a 8x4, 50t truck model in VREP to test path following algorithms and verify how kinematic model based controllers perform when dynamics are considered. I was able to implement a model based on existing ones (vw_golf/naked_car) and started changing its weight to match a real vehic...