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

ignacioalvmar's profile - activity

2020-11-11 06:02:00 -0500 received badge  Famous Question (source)
2020-06-12 01:25:04 -0500 received badge  Notable Question (source)
2020-06-09 14:29:47 -0500 edited question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

Approximate Time Synchronizer callback not working in node member class (sync goes out of scope) Hi folks, I've been tr

2020-06-08 09:52:52 -0500 received badge  Popular Question (source)
2020-06-08 08:57:11 -0500 edited question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

Approximate Time Synchronizer callback not working in class member (sync goes out of scope) Hi folks, I've been trying

2020-06-06 14:59:41 -0500 edited question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

Approximate Time Synchronizer callback not working in class member (sync goes out of scope) Hi folks, I've been trying

2020-06-06 14:58:47 -0500 commented question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

It's a bool flag with false by default and it is turned "true" in Class A's destructor. I've updated it in the question

2020-06-06 14:58:30 -0500 edited question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

Approximate Time Synchronizer callback not working in class member (sync goes out of scope) Hi folks, I've been trying

2020-06-06 13:35:31 -0500 commented question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

It's a bool flag with false by default and it is turned "true" in Class A's destructor.

2020-06-06 12:16:20 -0500 edited question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

Approximate Time Synchronizer callback not working in class member (sync goes out of scope) Hi folks, I've been trying

2020-06-06 12:16:20 -0500 received badge  Editor (source)
2020-06-06 12:15:58 -0500 edited question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

Approximate Time Synchronizer callback not working in class member (sync goes out of scope) Hi folks, I've been trying

2020-06-06 12:15:11 -0500 asked a question Approximate Time Synchronizer callback not working in node member class (sync goes out of scope)

Approximate Time Synchronizer callback not working in class member (sync goes out of scope) Hi folks, I've been trying

2020-06-06 12:11:59 -0500 asked a question Approximate Time Synchonizer in class member function goes out of scope

Approximate Time Synchonizer in class member function goes out of scope Hi folks, I've been trying to solve this for a

2017-11-29 05:10:50 -0500 received badge  Self-Learner (source)
2017-11-29 05:10:50 -0500 received badge  Teacher (source)
2017-11-29 04:22:06 -0500 received badge  Nice Question (source)
2017-04-18 01:53:52 -0500 received badge  Notable Question (source)
2017-04-18 01:53:52 -0500 received badge  Famous Question (source)
2016-12-18 04:28:09 -0500 received badge  Popular Question (source)
2016-12-15 10:17:45 -0500 received badge  Student (source)
2016-12-15 00:19:05 -0500 answered a question Ros-kinetic error: pcl_ros cannot find openmpi

I fixed it installing the library. Thought ros would install it already. sudo apt-get install libhdf5-openmpi-dev

2016-12-15 00:19:04 -0500 asked a question Ros-kinetic error: pcl_ros cannot find openmpi

I found this problem building the ros packages for my project. I am running ros-kinetic on Ubuntu 16.04:

-- +++ processing catkin package: 'ros_sourcesink'
-- ==> add_subdirectory(ros_sourcesink)
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
-- Warning: ros_sourcesink_clothoid_lane_ros_marker_sink -- not building library, missing [icl_traffic_maps_utilities].
-- Warning: ros_sourcesink_chm_values_ros_marker_sink -- not building library, missing [icl_traffic_maps_gtsam_utilities].
-- +++ processing catkin package: 'ros_automated_driving'
-- ==> add_subdirectory(ros_automated_driving)
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
CMake Error at /opt/ros/kinetic/share/pcl_ros/cmake/pcl_rosConfig.cmake:106 (message):
  Project 'pcl_ros' specifies '/usr/include/hdf5/openmpi' as an include dir,
  which is not found.  It does neither exist as an absolute directory nor in
  '/opt/ros/kinetic//usr/include/hdf5/openmpi'.  Ask the maintainer 'Paul
  Bovbel <paul@bovbel.com>, Bill Morris <bill@neautomation.com>' to fix it.
Call Stack (most recent call first):
  /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
  ros_automated_driving/CMakeLists.txt:9 (find_package)

Thanks for your help!