When I run roslaunch command, an RLException error occurs....(Ubuntu) #45495
Unanswered
Jun-gil
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 2 comments 7 replies
-
|
seems like the file urs_wearable/launch/world.launch is including itself and creating an infinite loop, |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Please close. Repeat ticket. See original here #45397 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
The text is the same as the title.
I tried various methods on google to solve this error. But it doesn't work, so I need your help.
Anyone is welcome, please help me to solve this error.
--------------------------------Command------------------------------------
awesometech@awesometech:~/catkin_ws$ roslaunch urs_wearable world.launch
----------------------------------Result---------------------------------------
... logging to /home/awesometech/.ros/log/165b93fc-9d30-11ed-967c-a99cf3fa13f4/roslaunch-awesometech-4851.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
RLException: while processing /home/awesometech/catkin_ws/src/URSSimEnvironments/urs_wearable/launch/world.launch:
while processing /home/awesometech/catkin_ws/src/URSSimEnvironments/urs_wearable/launch/world.launch:
..
Invalid tag: maximum recursion depth exceeded while calling a Python object.
Arg xml is
<arg name="world" value="$(find urs_wearable)/worlds/test.world"/>The traceback for the exception was written to the log file
this is my code I think there is no error in this code.
-------------------------------Code-----------------------------------
<?xml version="1.0"?><launch><include file="$(find urs_wearable)/launch/world.launch"><arg name="world" value="$(find urs_wearable)/worlds/test.world"/><arg name="reference_latitude" value="32.319939"/><arg name="reference_longitude" value="-106.763657"/></include></launch>please help me!!
Beta Was this translation helpful? Give feedback.
All reactions