-
Notifications
You must be signed in to change notification settings - Fork 45
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
can't do catkin_make #57
Comments
Hi, If $ roscd vrep-ros-bridge working? I have this in my bashrc (maybe you can try to use the same order?): source /opt/ros/indigo/setup.bash Anyway the command is used only to build the package in RelWithDebInfo. The bridge should work just with a
After look for Let me know! |
Hi! In the terminal when I type: $ roscd vrep-ros-bridge it shows me: $ roscd vrep-ros-bridge I change the bashrc, do cakin_make and when go to de command
I have the same problem: paulioceano@Jarvis:~/catkin_ws$ catkin_make --pkg vrep_ros_bridge --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo I go with the next step in the tutorial: But the folder catkin_ws/devel/lib/ is empty. What else can I do? Thank you! |
'roscd vrep-ros-bridge' should work if you have set correctly the environment variables. Just to be sure, did you do a source of the bashrc? Or tried opening a new terminal? |
I did not do a source of the bashrc, I've tries opening a new terminal. Everytime I call catkin_make, I delete the build and devel folder before. I have this problem only with your package. |
mmm, I think the package was never tested with ROS Kinetic. We are using it on Indigo. Could it be the reason? When I have time, I can check if something is changed in the pkg structure... |
It could be the reason... In the meantime I'll try to install Indigo. Thanks :) |
@paulioceano Please check this link If u solve it plz close the issue |
Hi, I have this problem.
I've been following the tutorial and already install ROS-Kinetic and V-REP pro edu, version 3.3.1 in Ubuntu 16.06 x64
When I install vrep-ros-bridge i do catkin_make and do it fine, then I add:
catkin_make --pkg vrep_ros_bridge --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo
And have the error:
Packages "vrep_ros_bridge" not found in the workspace
in the step where I go to gedit ~/.bashrc I added this at the end of the file:
export ROS_PACKAGE_PATH=${ROS_PACKAGE_PATH}:/home/paulioceano/catkin_ws/src
source /opt/ros/kinetic/setup.bash
source /home/paulioceano/catkin_ws/devel/setup.bash
V-REP
export VREP_ROOT_DIR=/home/paulioceano/Escritorio/V-REP.
What can I do? Thanks!
The text was updated successfully, but these errors were encountered: