Skip to content

Commit 1166b3a

Browse files
authored
Fix function signature error (#227)
* Fix function signature error Signed-off-by: Pablo Garrido <pablogs9@gmail.com> * Update CI Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 2eee1a2 commit 1166b3a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
. /opt/ros/$ROS_DISTRO/setup.sh
3333
rosdep update
3434
rosdep install --from-paths src -r
35+
apt -y install ros-$ROS_DISTRO-performance-test-fixture
3536
3637
- name: Build
3738
run: . /opt/ros/$ROS_DISTRO/setup.sh && colcon build --symlink-install --cmake-args -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_FLAGS="-ftest-coverage --coverage -fno-inline -fno-inline-small-functions -fno-default-inline" -DCMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON -DCMAKE_C_FLAGS="-ftest-coverage --coverage -fno-inline -fno-inline-small-functions -fno-default-inline" -DCMAKE_C_OUTPUT_EXTENSION_REPLACE=ON

rmw_microxrcedds_c/src/rmw_take.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ rmw_return_loaned_message_from_subscription(
212212

213213
rmw_ret_t
214214
rmw_take_event(
215-
const rmw_events_t * event_handle,
215+
const rmw_event_t * event_handle,
216216
void * event_info,
217217
bool * taken)
218218
{

0 commit comments

Comments
 (0)