Subscribing to Topics
While following tutorial at:
http://gazebosim.org/wiki/Tutorials/1.9/topics
I got following error after executing command cmake ..
CMake Error: Error in cmake code at /home/mudassar/listener/CMakeLists.txt:1: Parse error. Expected a command name, got unquoted argument with text "<!DOCTYPE". -- Configuring incomplete, errors occurred!
Kindly guide to resolve. I am running Gazebo 1.9 on Ubuntu 12.04 LTS. My ROS is Hydro.
Thanks!
Asked by mudassar on 2014-03-29 12:15:08 UTC
Comments
you have an error in your CMakeList file, coud you post that, or check that it's fine?
Asked by AndreiHaidu on 2014-03-30 06:10:05 UTC
CMake File: https://bitbucket.org/osrf/gazebo/src/8b0c2de0886a/examples/stand_alone/listener/?at=gazebo_1.9
Asked by mudassar on 2014-03-31 00:10:41 UTC
Could you post the contents of
/home/mudassar/listener/CMakeLists.txt
Asked by nkoenig on 2014-04-01 16:16:41 UTC