You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
I was trying this today
I am not able to launch anything .
trace_ws/src/ros_comm/tools/roslaunch/src/roslaunch/parent.py", line 273, in start
self.logger.info("starting roslaunch parent run")
File "/usr/lib/python3.8/logging/__init__.py", line 1446, in info
self._log(INFO, msg, args, **kwargs)
File "/usr/lib/python3.8/logging/__init__.py", line 1577, in _log
fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
TypeError: findCaller() takes from 1 to 2 positional arguments but 3 were given
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python3.8/logging/__init__.py", line 1577, in _log
fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
TypeError: findCaller() takes from 1 to 2 positional arguments but 3 were given
The text was updated successfully, but these errors were encountered:
The issue comes with the ros_comm layer that is modified , not being adapted for ROS noetic . I think its to do with Python3 changes .
ah yes you're right! If you want to get it working on Noetic, you'll need to rebase the modified branch or cherry-pick the commits onto the noetic ros_comm branch.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying this today
I am not able to launch anything .
The text was updated successfully, but these errors were encountered: