Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with V3_4_0 #62

Open
yash508oza opened this issue Jun 12, 2017 · 8 comments
Open

Not working with V3_4_0 #62

yash508oza opened this issue Jun 12, 2017 · 8 comments

Comments

@yash508oza
Copy link

I am trying to get vrep_ros_bridge working with V3_4_0, and it dosent seem to work. Does somebody know how to get it working with this version?

Or what is the latest version of V-rep does this vrep_ros_bridge work with ?

Thanks and Regards.

@jokla
Copy link
Contributor

jokla commented Jun 12, 2017

Hi yashoza,

What is not working with the version V3_4_0?

Thanks

@anosnowhong
Copy link

Hi jokla,
It seems that in V3.4.0 there are only two files available under compiledRosPlugins folder, they are "libv_repExtRosInterface.so" and "libv_repExtRosSkeleton.so", then how to get Ros plugin loaded into vrep?
Cheers

@jokla
Copy link
Contributor

jokla commented Dec 3, 2017

Hi @anosnowhong . You are right, in the new version of V-REP the plugin libv_repExtRos.so is not there anymore. You will need to download a older version, for example V-REP_PRO_V3_3_2_64_Linux, and to copy paste the file libv_repExtRos.so into your new version of V-REP. If you are using Ubuntu 16.04 you will need to build it by yourself:
Copy the folders vrep_plugin and vrep_common from home/user/Desktop/V-REP_PRO_V3_3_2_64_Linux/programming/ros_packages in your catkin_ws and do a catkin_make. You will find in devel the file libv_repExtRos.so. You will need to copy it in the root of the new V-REP Folder. I tested on Ubuntu 16.04 with ROS Kinetic and it is working.

@koalamaster
Copy link

sorry, it is still not work,
environment: ubuntu 14.04 + vrep 3.4.0 + indigo(ros)
I download a older version V-REP_PRO_EDU_V3_3_2_64_Linux, and to copy paste the file libv_repExtRos.so into V-REP_PRO_EDU_V3_4_0_Linux / compiledRosPlugins /


Plugin 'Ros': loading...
Plugin 'Ros': load succeeded.
Plugin 'RosBridge': loading...
./vrep.sh: line 33: 96105 Segmentation fault (core dumped) "$dirname/$appname" "${PARAMETERS[@]}"

@jokla
Copy link
Contributor

jokla commented Dec 4, 2017

Can you try to do a source of catkin_ws/devel/setup.bash in the terminal and after run V-REP in the same terminal?

@koalamaster
Copy link

I will try it tomorrow

@koalamaster
Copy link

still not work, I will try to reinstall the Ubuntu14.04 and ROS indigo, vrep3_4_0, and try again

@jokla
Copy link
Contributor

jokla commented Dec 5, 2017

Maybe you can try to build the plugin vrep_plugin and vrep_common with catkin_make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants