ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try add your OS in row rep111version_map = {'lucid':'10.04', 'maverick':'10.10', 'natty':'11.04','oneiric':'11.10'}

and in debian.py add '12':'oneiric', self.version_map = { '12':'oneiric', '11':'11.04', '10':'10.10', '9':'10.04', '8':'9.10', '7':'9.04', '6':'8.10', '5':'8.04'}

Worked for me, hope it helps :)

Try add your OS in row row

rep111version_map = {'lucid':'10.04', 'maverick':'10.10', 'natty':'11.04','oneiric':'11.10'}

and in debian.py add '12':'oneiric', add '12':'oneiric' *

self.version_map = { '12':'oneiric', '11':'11.04', '10':'10.10', '9':'10.04', '8':'9.10', '7':'9.04', '6':'8.10', '5':'8.04'}

Worked for me, hope it helps :)