-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load_parameters: unable to set parameters [roslaunch apriltag_ros continious_detection.launch] #147
Comments
Hi @cakarmustactalone, |
@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:
when I removed launch-prefix from <node-pkg= "apriltag_ros" ... as shown below
Still got same error. Regards. |
met the same problem today, the problem is wrong indentation format in tags.yaml. |
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.
The text was updated successfully, but these errors were encountered: