Problem with roscore?
Well this is a new one. I updated my packages, and now roscore doesn't work. Here's the error code:
allenh1@muri-pc7:~$ roscore
... logging to /home/allenh1/.ros/log/b450054e-c45a-11e1-b560-0025648c1ab0/roslaunch-muri-pc7-2554.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
Traceback (most recent call last):
File "/usr/local/bin/rosversion", line 76, in <module>
version = rosstack.get_stack_version(stack_name)
File "/usr/local/lib/python2.7/dist-packages/rospkg/rospack.py", line 359, in get_stack_version
return get_stack_version_by_dir(self.get_path(stack))
File "/usr/local/lib/python2.7/dist-packages/rospkg/rospack.py", line 412, in get_stack_version_by_dir
m = parse_manifest_file(stack_dir, STACK_FILE)
File "/usr/local/lib/python2.7/dist-packages/rospkg/manifest.py", line 343, in parse_manifest_file
return parse_manifest(manifest_name, f.read(), filename)
File "/usr/local/lib/python2.7/dist-packages/rospkg/manifest.py", line 404, in parse_manifest
m.author = _check('author')(p, filename)
File "/usr/local/lib/python2.7/dist-packages/rospkg/manifest.py", line 67, in check
raise InvalidManifest("Invalid manifest file [%s]: must have a single '%s' element"%(filename, name))
rospkg.manifest.InvalidManifest: Invalid manifest file [/opt/ros/fuerte/share/ros/stack.xml]: must have a single 'author' element
Invalid <param> tag: Cannot load command parameter [rosversion]: command [rosversion ros] returned with code [1].
Param xml is <param command="rosversion ros" name="rosversion"/>
What have I done now...