ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

pridanks's profile - activity

2017-09-16 10:15:17 -0500 received badge  Great Answer (source)
2017-04-10 15:10:13 -0500 received badge  Good Answer (source)
2017-03-23 09:38:19 -0500 received badge  Nice Answer (source)
2017-02-13 03:59:27 -0500 received badge  Necromancer (source)
2017-02-13 03:59:27 -0500 received badge  Teacher (source)
2017-01-18 20:52:24 -0500 answered a question Error while building my catkin during the installation of VREP Plugin

TeleKyb seems to be a framework to control quadrotor UAVs. According to the vrep_ros_bridge git site:

It is possible that you will not need all the sub-plugins provided by the vrep_ros_bridge. A common case is the one in which you do not need to use the TeleKyb framework (if you do not know what TeleKyb is, it is likely that you will not need it). To ignore this sub-plugin you need to add the file CATKIN_IGNORE in the sub-plugin folder that you do not need (as it is done in quadrotor_tk_handler).

To do this, go to the sub-plugin directory called quadrotor_tk_handler and add the CATKIN_IGNORE file in it like this :

cd ~/catkin_ws/src/vrep_ros_bridge/quadrotor_tk_handler
touch CATKIN_IGNORE

You can look up the rest of the instructions the site. I was able to install it without any problems. Hope that helps.

2017-01-18 20:52:24 -0500 answered a question ImportError: No module named rospkg

I did pip install rospkg since I have anaconda. It worked.

(as a side note, for some packages I also got "No module named Em", for which I used pip install empy)