-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Turtlebot-01] ValueError: too many values to unpack (expected 3) #87
Comments
I fixed the broken handling of nodelet arguments [https://github.com/cmu-rss-lab/rosdiscover/pull/241]. We get a bit further, but we now see a different error. It looks like the nodelet manager also isn't being constructed correctly.
|
Digging a little deeper into the construction of the nodelet manager:
|
And here's the launch file that brings up that nodelet manager. This seems to break a few of our assumptions, @schmerl. <!-- Nodelet manager -->
<node pkg="nodelet" type="nodelet" name="$(arg name)" args="manager"
output="screen" launch-prefix="$(arg launch_prefix)">
<param name="num_worker_threads" value="$(arg num_worker_threads)" />
</node> |
After using the latest fixes, I now get this issue:
This tells us that ROSWire isn't seeing the |
It looks like
|
The text was updated successfully, but these errors were encountered: