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

indigo source installation problems:..

asked 2016-01-14 02:35:05 -0500

Azharudeen gravatar image

i first had installed ros indigo using apt,then after uninstalling i installed ros from source,now i am facing so many problems..

  • whenever i use rosdep for installing dependencies it gets installed to my /opt/ros/indigo location and when i catkin_makes them it shows messages showing the required dependency packages were not found
  • when i tried to roslaunch a demo(hector_quadrotor outdoor flight demo) my rviz shows error and exits Which earlier used to work fine

can anybody help me?

edit retag flag offensive close merge delete

Comments

Please specify exactly what you are doing, what you want to achieve and what happens instead, including the exact commands and outputs verbatim. The second bullet seems like a different issue that should be in a separate question.

dornhege gravatar image dornhege  ( 2016-01-15 08:06:17 -0500 )edit

catkin_make for packages installed via rosdep install is not necessary and usually also not possible.

dornhege gravatar image dornhege  ( 2016-01-15 08:06:41 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-15 07:34:19 -0500

Azharudeen gravatar image

I have an another way around for installing dependencies using rosinstall_generator

  • [rosinstall_generator <pkg_name> --deps --exclude RPP > <pkg_name>.rosinstall]{this will create a rosinstall file with all uninstlled dependencies listed}
  • [rosinstall src/ <pkg_name>.rosinstall]{this will install the packages mentioned in the rosinstall file}

nb: Do this in the catkin root directory

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-14 02:35:05 -0500

Seen: 181 times

Last updated: Jan 15 '16