Merge branch 'master' into 10-fix-symbols-resolution
This commit is contained in:
commit
8722a4a0f9
3 changed files with 14 additions and 1 deletions
|
@ -10,6 +10,7 @@ before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- rosdep update
|
- rosdep update
|
||||||
- rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"
|
- rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"
|
||||||
|
- apt-get purge -y ros-dashing-fastrtps
|
||||||
- lttng-sessiond --daemonize
|
- lttng-sessiond --daemonize
|
||||||
|
|
||||||
# build:
|
# build:
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
repositories:
|
repositories:
|
||||||
|
eProsima/Fast-RTPS:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/eProsima/Fast-RTPS.git
|
||||||
|
version: master
|
||||||
|
ros2/rcpputils:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/ros2/rcpputils.git
|
||||||
|
version: master
|
||||||
ros2/rmw:
|
ros2/rmw:
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/ros2/rmw.git
|
url: https://github.com/ros2/rmw.git
|
||||||
|
@ -10,3 +18,7 @@ repositories:
|
||||||
ros2/rmw_implementation:
|
ros2/rmw_implementation:
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/ros2/rmw_implementation.git
|
url: https://github.com/ros2/rmw_implementation.git
|
||||||
|
ros2/rosidl_typesupport_fastrtps:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/ros2/rosidl_typesupport_fastrtps.git
|
||||||
|
version: master
|
||||||
|
|
|
@ -6,7 +6,7 @@ Design document for ROS 2 tracing, instrumentation, and analysis effort.
|
||||||
|
|
||||||
Tracing allows to record run-time data from a system, both for system data (e.g., when a process
|
Tracing allows to record run-time data from a system, both for system data (e.g., when a process
|
||||||
is being scheduled, or when I/O occurs) and for user-defined data. This package helps with
|
is being scheduled, or when I/O occurs) and for user-defined data. This package helps with
|
||||||
user-defined trace data within the ROS2 framework, e.g. to trace when messages arrive,
|
user-defined trace data within the ROS 2 framework, e.g. to trace when messages arrive,
|
||||||
when timers fire, when callbacks are being run, etc.
|
when timers fire, when callbacks are being run, etc.
|
||||||
|
|
||||||
## Goals and requirements
|
## Goals and requirements
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue