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

Filip4's profile - activity

2021-04-05 08:05:12 -0500 received badge  Student (source)
2020-10-21 04:44:47 -0500 received badge  Taxonomist
2019-10-03 10:20:41 -0500 received badge  Popular Question (source)
2019-10-02 07:22:18 -0500 asked a question depth camera callibration

depth camera callibration Hi, i am using xtion PRO live and i want to calibrate depth camera. To do it i run openni2_la

2019-04-17 06:26:55 -0500 commented answer QR codes with visp_auto_tracker: coin not detected with ViSP, cannot load model

Hey, we repaired it by imposing the use of a *.cao file. In cmd_line.cpp comment lines: std::string CmdLine:: get_mbt_c

2019-04-17 06:26:22 -0500 commented answer QR codes with visp_auto_tracker: coin not detected with ViSP, cannot load model

Hey, we repaired it by imposing the use of a *.cao file. In cmd_line.cpp comment lines: std::string CmdLine:: get_mbt_c

2019-03-13 03:58:46 -0500 marked best answer How to run launch file with many packages

Hi,

i wrote launch file which use some different packages and i want to do one file which contains folders with this packages and folder "launch", where this launch file exist (3 folders with packages + 1 folder with launch files). I cant run this launch file cause i got error:

RLException: [allTags.launch] is neither a launch file in package [tag_detector_ros] nor is [tag_detector_ros] a launch file name
The traceback for the exception was written to the log file

I was trying with catkin_make and source devel/setup.bash. Can someone tell me how can I do it correctly?

LaunchFile:

<launch>
 <arg name="tag" default="1" />
 <group if="$(eval tag == 1)">
 <include file="$(find package_name)/launch/launch_file_name.launch"/>
 </group>

<group if="$(eval tag == 2)"> 
<include file="$(find package_name)/launch/launch_file_name.launch"/>
</group> 
</launch>

output of rospack find tag_detector_ros:

[rospack] Error: package 'tag_detector_ros' not found

output of find $(rospack find tag_detector_ros) -name *.launch:

[rospack] Error: package 'tag_detector_ros' not found
./src/image_pipeline/stereo_image_proc/launch/stereo_image_proc.launch
./src/image_pipeline/image_proc/launch/image_proc.launch
./src/usb_cam/launch/usb_cam-test.launch
./src/tag_detector_ros/aruco_ros/aruco_ros/launch/aruco_marker_finder_kinect.launch
./src/tag_detector_ros/aruco_ros/aruco_ros/launch/double.launch
./src/tag_detector_ros/aruco_ros/aruco_ros/launch/marker_publisher.launch
./src/tag_detector_ros/apriltags2_ros/apriltags2_ros/launch/continuous_detection.launch
./src/tag_detector_ros/apriltags2_ros/apriltags2_ros/launch/single_image_client.launch
./src/tag_detector_ros/apriltags2_ros/apriltags2_ros/launch/single_image_server.launch
./src/tag_detector_ros/launch/allTagsTogether.launch
./src/tag_detector_ros/launch/allTags.launch
./src/tag_detector_ros/vision_visp/visp_auto_tracker/launch/tracklive_usb.launch
./src/tag_detector_ros/vision_visp/visp_auto_tracker/launch/tracklive_usb_dataMatrix.launch
./src/tag_detector_ros/vision_visp/visp_auto_tracker/launch/tracklive_firewire.launch
./src/tag_detector_ros/vision_visp/visp_auto_tracker/launch/tutorial.launch
./src/tag_detector_ros/vision_visp/visp_camera_calibration/launch/lagadic_grid.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/start.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/flea2/config.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/flea2/camera-nodelet.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/hrp2014/config.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/hrp2014/camera.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/hrp2014/camera-nodelet.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/hrp2014/image_pipeline.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/tutorial-multi.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/tutorial-nodelet.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/tutorial.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/uvc/config.launch
./src/tag_detector_ros/vision_visp/visp_tracker/launch/uvc/camera-nodelet.launch
2019-03-13 03:58:46 -0500 received badge  Scholar (source)
2019-03-07 05:22:21 -0500 received badge  Famous Question (source)
2019-03-07 04:25:40 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-07 04:24:16 -0500 commented question How to run launch file with many packages

Added on main post

2019-03-07 04:23:55 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-07 03:03:48 -0500 received badge  Enthusiast
2019-03-06 19:50:34 -0500 received badge  Notable Question (source)
2019-03-06 16:05:06 -0500 commented question How to run launch file with many packages

catkin_make, source devel/setup.bash, roslaunch tag_detector_ros allTags.launch

2019-03-06 16:04:53 -0500 commented question How to run launch file with many packages

catkin_make source devel/setup.bash roslaunch tag_detector_ros allTags.launch

2019-03-06 16:04:18 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-06 16:00:40 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-06 15:59:05 -0500 commented question How to run launch file with many packages

catkin_make -> source devel/setup.bash -> roslaunch package_name launch_file_name

2019-03-06 15:58:01 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-06 15:57:48 -0500 received badge  Popular Question (source)
2019-03-06 15:57:40 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-06 15:57:27 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-06 15:56:45 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-06 15:56:45 -0500 received badge  Editor (source)
2019-03-06 15:55:59 -0500 edited question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-03-06 15:54:58 -0500 commented question How to run launch file with many packages

Just a simple launchfile with including others launchfile (from this additional packages). Even if launch file is empty

2019-03-06 14:09:01 -0500 asked a question How to run launch file with many packages

How to run launch file with many packages Hi, i wrote launch file which use some different packages and i want to do on

2019-02-19 04:35:34 -0500 received badge  Supporter (source)