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

Alvar's profile - activity

2018-12-08 04:07:43 -0500 received badge  Famous Question (source)
2018-12-08 04:07:43 -0500 received badge  Notable Question (source)
2016-10-24 08:09:09 -0500 received badge  Famous Question (source)
2016-02-25 05:05:17 -0500 received badge  Famous Question (source)
2016-02-25 05:05:17 -0500 received badge  Notable Question (source)
2015-03-09 17:29:11 -0500 received badge  Notable Question (source)
2015-02-23 09:14:02 -0500 commented answer How can I install tum_simulator on ROS Hydro? The instructions are written for fuerte

I met the following error fatal error: common/Plugin.hh: No such file or directory #include "common/Plugin.hh"

2015-01-04 11:15:19 -0500 received badge  Popular Question (source)
2014-12-24 15:51:20 -0500 received badge  Popular Question (source)
2014-12-24 04:34:28 -0500 commented answer "error: expected ‘)’ before ‘Project’" in /opt/ros/groovy/include/ros/publisher.h during catkin_make

I found out that it is the ROS_INFO, ROS_ASSERT macro causing the error though the reason is ye unknown

2014-12-23 18:20:41 -0500 received badge  Editor (source)
2014-12-23 18:20:05 -0500 asked a question "error: expected ‘)’ before ‘Project’" in /opt/ros/groovy/include/ros/publisher.h during catkin_make

I go into those file and see neither syntax error or the string 'Project'

Do anyone knows what happen?

https://github.com/ros/ros_comm/blob/...

In file included from /opt/ros/groovy/include/ros/node_handle.h:32:0,
                 from /opt/ros/groovy/include/ros/ros.h:45,
                 from /home/ardrone/catkin_ws/src/droneproject/src/Main.cpp:4:
/opt/ros/groovy/include/ros/publisher.h: In member function ‘void ros::Publisher::publish(const boost::shared_ptr<T>&) const’:
/opt/ros/groovy/include/ros/publisher.h:69:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:69:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:69:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:75:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:75:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:75:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:79:7: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:79:7: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:79:7: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h: In member function ‘void ros::Publisher::publish(const M&) const’:
/opt/ros/groovy/include/ros/publisher.h:102:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:102:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:102:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:108:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:108:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:108:11: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:112:7: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:112:7: error: expected ‘)’ before ‘Project’
/opt/ros/groovy/include/ros/publisher.h:112:7: error: expected ‘)’ before ‘Project’
In file included from /opt/ros/groovy/include/ros/parameter_adapter.h:32:0,
                 from /opt/ros/groovy/include/ros/subscription_callback_helper.h:35,
                 from /opt/ros/groovy/include/ros/subscriber.h:33,
                 from /opt/ros/groovy/include/ros/node_handle.h:33,
                 from /opt/ros/groovy/include/ros/ros.h:45,
                 from /home/ardrone/catkin_ws/src/droneproject/src/Main.cpp:4:
/opt/ros/groovy/include/ros/message_event.h: In member function ‘typename boost::disable_if<boost::is_void<M2>, boost::shared_ptr<T> >::type ros::MessageEvent<M>::copyMessageIfNecessary() const’:
/opt/ros/groovy/include/ros/message_event.h:228:5: error: expected ‘)’ before ‘Project’
In file included from /opt/ros/groovy/include/ros/subscriber.h:33:0,
                 from /opt/ros/groovy/include/ros/node_handle.h:33,
                 from /opt/ros/groovy/include/ros/ros.h:45,
                 from /home/ardrone/catkin_ws/src/droneproject/src/Main.cpp:4:
/opt/ros/groovy/include/ros/subscription_callback_helper.h: In member function ‘virtual ros::VoidConstPtr ros::SubscriptionCallbackHelperT<P, Enabled>::deserialize(const ros::SubscriptionCallbackHelperDeserializeParams&)’:
/opt/ros/groovy/include/ros/subscription_callback_helper.h:160:7: error: expected ‘)’ before ‘Project’
In ...
(more)
2014-12-23 04:49:47 -0500 received badge  Enthusiast
2014-12-21 17:10:09 -0500 commented answer Why am I getting "python:any (>= 2.7.1-0ubuntu2) but it is not installable" on Raspian Wheezy?

Same problem, I cannot find it too

2014-12-19 17:07:30 -0500 asked a question Cannot install fuerte from source because kforge.ros.org is down
ardrone@raspberrypi ~ $ rosdep install -ay --os=debian:squeeze

ERROR: Rosdep experienced an error: Failed to load a rdmanifest from https://kforge.ros.org/rosrelease/viewvc/sourcedeps/yaml-cpp/yaml-cpp-0.2.5.rdmanifest: <urlopen error [Errno 110] Connection timed out>
Please go to the rosdep page [1] and file a bug report with the stack trace below.
[1] : http://www.ros.org/wiki/rosdep

rosdep version: 0.11.0

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 136, in rosdep_main
    exit_code = _rosdep_main(args)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 345, in _rosdep_main
    return _package_args_handler(command, parser, options, args)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 435, in _package_args_handler
    return command_handlers[command](lookup, packages, options)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/main.py", line 619, in command_install
    uninstalled, errors = installer.get_uninstalled(packages, implicit=options.recursive, verbose=options.verbose)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/installers.py", line 405, in get_uninstalled
    resolutions, errors = self.lookup.resolve_all(resources, installer_context, implicit=implicit)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/lookup.py", line 391, in resolve_all
    self.resolve(rosdep_key, resource_name, installer_context)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/lookup.py", line 480, in resolve
    resolution = installer.resolve(rosdep_args_dict)
  File "/usr/local/lib/python2.7/dist-packages/rosdep2/platforms/source.py", line 216, in resolve
    raise InvalidData(str(ex))
InvalidData: Failed to load a rdmanifest from https://kforge.ros.org/rosrelease/viewvc/sourcedeps/yaml-cpp/yaml-cpp-0.2.5.rdmanifest: <urlopen error [Errno 110] Connection timed out>
2014-12-15 04:58:30 -0500 received badge  Popular Question (source)
2014-12-03 12:29:52 -0500 asked a question Standard package missing after installing ROS on raspberry pi

I was installing ROS according to the tutorial http://wiki.ros.org/groovy/Installati... After that, I try to build https://github.com/AutonomyLab/ardron... which depend on the folowing package

roscpp, image_transport, sensor_msgs, tf, camera_info_manager and std_srvs.

Then I found then some standard package was missing from ROS I tried to run rosdep install --from-path src --ignore-src --rosdistro groovy -y to install the dependencies but

pi@raspberrypi ~/catkin_ws $ rosdep install --from-paths src --ignore-src --rosdistro groovy -y ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: ardrone_autonomy: No definition of [camera_info_manager] for OS [debian]

How should I install those dependencies???