Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Same error here.

ratslam_ros/ViewTemplate.h

is referenced and seems to be missing as well.

Original comment by [email protected] on 19 Feb 2014 at 1:24

from ratslam.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
after a few emails with David, it appeared that for an unkown reason the 
message header files are not created.
This happened to me both with ROS groovy and ROS hydro.
A quick and dirty solution was to manually compile message headers prior to 
running catkin_make:

I used this short bash script to do this:


#!/bin/bash

for a in $(ls src/ratslam_ros/msg/)
do
        echo $a
        cd /home/cedric/catkin_ws/build/ratslam_ros && ../catkin_generated/env_cached.sh /usr/bin/python /opt/ros/groovy/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /home/cedric/catkin_ws/src/ratslam_ros/msg/$a -Iratslam_ros:/home/cedric/catkin_ws/src/ratslam_ros/msg -Igeometry_msgs:/opt/ros/groovy/share/geometry_msgs/cmake/../msg -Istd_msgs:/opt/ros/groovy/share/std_msgs/cmake/../msg -p ratslam_ros -o /home/cedric/catkin_ws/devel/include/ratslam_ros -e /opt/ros/groovy/share/gencpp/cmake/..
done

Original comment by [email protected] on 19 Feb 2014 at 2:43

from ratslam.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Hopefully fixed. I couldn't reproduce the bug but I have made a guess as to 
what it might be. It would be great if anyone can test please.

Original comment by [email protected] on 23 Jul 2014 at 7:48

  • Changed state: Fixed

from ratslam.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.