ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Ok so I realized I had installed the i386 api2 packages instead of the amd64 api2 packages. I then recieved another float conversion error problem so I added this line to the cmakelists.txt:
add_definitions (-Wall -O3 -funroll-loops -fpermissive)
and the build was successful.
regards
Khalid