Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd321ca

Browse filesBrowse files
authored
Fix thread include (#216)
* Fix thread include Signed-off-by: Pablo Garrido <pablogs9@gmail.com> * Update CI * Revert "Fix thread include" This reverts commit 1427fb6. * fix * Fix Signed-off-by: Pablo Garrido <pablogs9@gmail.com> --------- Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 8fdc506 commit cd321ca
Copy full SHA for cd321ca

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Open diff view settings
Collapse file

‎.github/workflows/ci.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
image: ubuntu:jammy
2424
steps:
2525
- uses: actions/checkout@v3
26-
- uses: ros-tooling/setup-ros@0.6.2
26+
- uses: ros-tooling/setup-ros@0.7.1
2727
with:
2828
use-ros2-testing: false
2929
required-ros-distributions: ${{ matrix.ros_distribution }}
3030
- name : Download and install dependencies
3131
run: |
3232
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3333
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34-
- uses : ros-tooling/action-ros-ci@0.3.2
34+
- uses : ros-tooling/action-ros-ci@0.3.6
3535
with:
3636
package-name: "micro_ros_agent"
3737
target-ros2-distro: ${{ matrix.ros_distribution }}
Collapse file

‎micro_ros_agent/include/agent/graph_manager/graph_manager.hpp‎

Copy file name to clipboardExpand all lines: micro_ros_agent/include/agent/graph_manager/graph_manager.hpp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#include <string>
6666
#include <memory>
6767
#include <map>
68+
#include <thread>
6869

6970
namespace uros {
7071
namespace agent {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.