Open cakarmustactalone opened 1 year ago
Hi @cakarmustactalone, Could you share more detail on your setup? I don't think Python 3.10 is supported by ROS Noetic, so this seems odd/non-standard
@wxmerkt I 'm in arch linux(ros-noetic) which is supported by ROS but experimental. I have builded via catkin_make_isolated. Which python version you have?
Could you try removing the launch-prefix argument from the launch file? I wonder if the empty default string is treated as a None.
@wxmerkt here is what I get only removing launch_prefix argument:
RLException: [/home/jaguar/Projects/ros/catkin_ws/src/apriltag_ros/launch/continuous_detection.launch] requires the 'launch_prefix' arg to be set
The traceback for the exception was written to the log file
when I removed launch-prefix from <node-pkg= "apriltag_ros" ... as shown below
<node pkg="apriltag_ros" type="apriltag_ros_continuous_node"
name="apriltag_ros_continuous_node" clear_params="true"
output="screen" >
Still got same error.
Regards.
met the same problem today, the problem is wrong indentation format in tags.yaml.
You can give it a try with nothing in standalone_tags:[]
and launch the continuous_detection.launch, if that works, you should check your own settings.
Hi guyz,
When I run the launch file via
roslaunch apriltag_ros continious_detection.launch
I get this error:I did not change anything in continious_detection.launch file, it still exist.
Here is my launch file:
Any idea what is going on?
Thanks. Best Regards.