Search Criteria
Package Details: ros-kinetic-rostime 0.6.11-1
Git Clone URL: | https://aur.archlinux.org/ros-kinetic-rostime.git (read-only, click to copy) |
---|---|
Package Base: | ros-kinetic-rostime |
Description: | ROS - Time and Duration implementations for C++ libraries, including roscpp. |
Upstream URL: | http://ros.org/wiki/rostime |
Licenses: | |
Submitter: | zootboy |
Maintainer: | jerry73204 |
Last Packager: | jerry73204 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-21 06:28 |
Last Updated: | 2018-11-04 22:55 |
Dependencies (7)
- boost (boost-git)
- ros-kinetic-cpp-common
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-kinetic-catkin (make)
- ros-kinetic-cpp-common (make)
Required by (28)
- ros-kinetic-message-runtime
- ros-kinetic-moveit-core (make)
- ros-kinetic-moveit-core
- ros-kinetic-robot-state-publisher
- ros-kinetic-robot-state-publisher (make)
- ros-kinetic-rosbag-storage
- ros-kinetic-rosbag-storage (make)
- ros-kinetic-rosconsole (make)
- ros-kinetic-rosconsole
- ros-kinetic-roscpp
- ros-kinetic-roscpp (make)
- ros-kinetic-roscpp-core
- ros-kinetic-roscpp-serialization
- ros-kinetic-roscpp-serialization (make)
- ros-kinetic-roscpp-traits
- ros-kinetic-roscpp-tutorials
- ros-kinetic-roscpp-tutorials (make)
- ros-kinetic-tf (make)
- ros-kinetic-tf2 (make)
- ros-kinetic-tf2
- ros-kinetic-topic-tools (make)
- ros-kinetic-topic-tools
- ros-kinetic-turtlesim (make)
- ros-kinetic-turtlesim
- ros-kinetic-warehouse-ros
- ros-kinetic-warehouse-ros (make)
- ros-kinetic-xmlrpcpp (make)
- ros-kinetic-xmlrpcpp
Latest Comments
jerry73204 commented on 2019-01-22 15:26
Hi Nim65s, I cannot reproduce this bug. My build compiles and works. Could you provide detailed instructions to reach your situation?
Nim65s commented on 2019-01-21 10:46
Hi,
I have the following error on build:
CMake Error at /opt/ros/kinetic/share/cpp_common/cmake/cpp_commonConfig.cmake:148 (message): Project 'rostime' tried to find library '-lpthread'. The library is neither a target nor built/installed properly. Did you compile project 'cpp_common'? Did you find_package() it before the subdirectory containing its code is included?
jerry73204 commented on 2018-07-08 16:57
Could you include this patch to fix this boost issue?
jerry73204 commented on 2018-07-08 02:09
I have the same issue.
jrangol commented on 2018-06-27 19:38
Just a heads up. For this to compile with newer boost (tested with 1.67.0-4) without the bt::microseconds error, it's necessary to manually cast the argument to uint32.
i.e. bt::microseconds(arg) -> bt::microseconds(uint32_t(arg))