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

vovanrew's profile - activity

2019-02-20 03:43:24 -0500 received badge  Famous Question (source)
2017-07-24 06:51:27 -0500 received badge  Notable Question (source)
2017-07-11 00:19:21 -0500 received badge  Famous Question (source)
2017-07-11 00:19:21 -0500 received badge  Notable Question (source)
2017-05-05 14:43:36 -0500 received badge  Student (source)
2017-05-05 14:43:34 -0500 received badge  Famous Question (source)
2017-04-17 15:44:17 -0500 received badge  Notable Question (source)
2017-03-09 10:30:24 -0500 received badge  Popular Question (source)
2017-03-06 15:43:18 -0500 received badge  Popular Question (source)
2017-02-08 01:59:43 -0500 received badge  Popular Question (source)
2017-02-04 03:25:08 -0500 asked a question gazebo ros drone with two front cameras

Hi. Is it possible to make Gazebo simulation environment for drone model with ROS? There should be two cameras connected to OpenCV on front of drone. It would be great, if i could use ROS with Java. If yes, could you explain how to do this?

2017-02-03 04:33:41 -0500 asked a question [3boxes_room.launch] is neither a launch file in package [cvg_sim_test]

Trying to add plugin with this commands:

roscd

git clone https://github.com/tum-vision/tum_sim...

export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:pwd/tum_simulator

rosmake cvg_sim_gazebo_plugins

rosmake message_to_tf

roslaunch cvg_sim_test 3boxes_room.launch

After last commant i get error:

[3boxes_room.launch] is neither a launch file in package [cvg_sim_test] nor is [cvg_sim_test] a launch file name The traceback for the exception was written to the log file

Does somebody know how to solve that?

2017-02-03 03:53:53 -0500 received badge  Supporter (source)
2017-02-03 03:38:13 -0500 asked a question Error while trying to create workspace with catkin_make

I'm new in ROS and i have a problem with workspace creation. I follow this tutorial http://wiki.ros.org/catkin/Tutorials/... . After catkin_make command i got errors:

ImportError: "from catkin_pkg.package import parse_package" failed: No module named catkin_pkg.package
Make sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.

CMake Error at /opt/ros/kinetic/share/catkin/cmake/safe_execute_process.cmake:11 (message):
  execute_process(/home/vovanrew/anaconda2/bin/python
  "/opt/ros/kinetic/share/catkin/cmake/parse_package_xml.py"
  "/opt/ros/kinetic/share/catkin/cmake/../package.xml"
  "/home/vovanrew/catkin_ws/build/catkin/catkin_generated/version/package.cmake")
  returned error code 1

Call Stack (most recent call first):
  /opt/ros/kinetic/share/catkin/cmake/catkin_package_xml.cmake:63 (safe_execute_process)
  /opt/ros/kinetic/share/catkin/cmake/all.cmake:151 (_catkin_package_xml)
  /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:20 (include)
  CMakeLists.txt:52 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/vovanrew/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/vovanrew/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed

Can somebody help me to solve this problem?

2017-02-03 03:38:13 -0500 asked a question Error while trying to create workspace with catkin_make

Hi. I'm new in ROS and i have a problem with workspace creation. I follow this tutorial http://wiki.ros.org/catkin/Tutorials/... . After catkin_make command i got errors:

ImportError: "from catkin_pkg.package import parse_package" failed: No module named catkin_pkg.package Make sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH.

CMake Error at /opt/ros/kinetic/share/catkin/cmake/safe_execute_process.cmake:11 (message): execute_process(/home/vovanrew/anaconda2/bin/python "/opt/ros/kinetic/share/catkin/cmake/parse_package_xml.py" "/opt/ros/kinetic/share/catkin/cmake/../package.xml" "/home/vovanrew/catkin_ws/build/catkin/catkin_generated/version/package.cmake") returned error code 1

Call Stack (most recent call first): /opt/ros/kinetic/share/catkin/cmake/catkin_package_xml.cmake:63 (safe_execute_process) /opt/ros/kinetic/share/catkin/cmake/all.cmake:151 (_catkin_package_xml) /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:20 (include) CMakeLists.txt:52 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/vovanrew/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/vovanrew/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed

Can somebody help me to solve this problem?