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

Revision history [back]

click to hide/show revision 1
initial version

i finally managed to get rqt_graph running. i did a rosdep update and it did the trick. however i did get a list of warning:

WARNING(s) in /opt/ros/groovy/share/rqt_graph/package.xml: - The test dependency on "qt_dotgraph" is redundant with: run_depend - The test dependency on "rosgraph" is redundant with: run_depend - The test dependency on "roslib" is redundant with: run_depend - The test dependency on "rosnode" is redundant with: run_depend - The test dependency on "rosservice" is redundant with: run_depend - The test dependency on "rostopic" is redundant with: run_depend - The test dependency on "rqt_gui" is redundant with: run_depend WARNING(s) in /opt/ros/groovy/share/driver_base/package.xml: - The test dependency on "roscpp" is redundant with: build_depend, run_depend - The test dependency on "self_test" is redundant with: build_depend, run_depend - The test dependency on "diagnostic_updater" is redundant with: build_depend, run_depend - The test dependency on "dynamic_reconfigure" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/camera_info_manager/package.xml: - The test dependency on "rostest" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/diagnostic_analysis/package.xml: - The test dependency on "rosbag" is redundant with: build_depend, run_depend - The test dependency on "rostest" is redundant with: build_depend - The test dependency on "diagnostic_msgs" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/timestamp_tools/package.xml: - The test dependency on "roslib" is redundant with: build_depend, run_depend - The test dependency on "roscpp" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/rqt_dep/package.xml: - The test dependency on "qt_dotgraph" is redundant with: run_depend - The test dependency on "qt_gui_py_common" is redundant with: run_depend - The test dependency on "rqt_graph" is redundant with: run_depend - The test dependency on "rqt_gui" is redundant with: run_depend WARNING(s) in /opt/ros/groovy/share/rqt_logger_level/package.xml: - The test dependency on "rospy" is redundant with: run_depend - The test dependency on "rqt_gui" is redundant with: run_depend - The test dependency on "rqt_gui_py" is redundant with: run_depend WARNING(s) in /opt/ros/groovy/share/rqt_graph/package.xml: - The test dependency on "qt_dotgraph" is redundant with: run_depend - The test dependency on "rosgraph" is redundant with: run_depend - The test dependency on "roslib" is redundant with: run_depend - The test dependency on "rosnode" is redundant with: run_depend - The test dependency on "rosservice" is redundant with: run_depend - The test dependency on "rostopic" is redundant with: run_depend - The test dependency on "rqt_gui" is redundant with: run_depend WARNING(s) in /opt/ros/groovy/share/driver_base/package.xml: - The test dependency on "roscpp" is redundant with: build_depend, run_depend - The test dependency on "self_test" is redundant with: build_depend, run_depend - The test dependency on "diagnostic_updater" is redundant with: build_depend, run_depend - The test dependency on "dynamic_reconfigure" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/camera_info_manager/package.xml: - The test dependency on "rostest" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/diagnostic_analysis/package.xml: - The test dependency on "rosbag" is redundant with: build_depend, run_depend - The test dependency on "rostest" is redundant with: build_depend - The test dependency on "diagnostic_msgs" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/timestamp_tools/package.xml: - The test dependency on "roslib" is redundant with: build_depend, run_depend - The test dependency on "roscpp" is redundant with: build_depend, run_depend WARNING(s) in /opt/ros/groovy/share/rqt_dep/package.xml: - The test dependency on "qt_dotgraph" is redundant with: run_depend - The test dependency on "qt_gui_py_common" is redundant with: run_depend - The test dependency on "rqt_graph" is redundant with: run_depend - The test dependency on "rqt_gui" is redundant with: run_depend WARNING(s) in /opt/ros/groovy/share/rqt_logger_level/package.xml: - The test dependency on "rospy" is redundant with: run_depend - The test dependency on "rqt_gui" is redundant with: run_depend - The test dependency on "rqt_gui_py" is redundant with: run_depend

any idea why?