Skip to content
Snippets Groups Projects
Commit 9e561ff9 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge branch 'devel' of...

Merge branch 'devel' of ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git into devel
parents 95f0a028 b8f17ccc
No related branches found
No related tags found
2 merge requests!436Release to start wolf public,!433After 2nd RA-L submission
Pipeline #8048 failed
......@@ -101,6 +101,15 @@ build_and_test:bionic:
script:
- *build_and_test_definition
############ UBUNTU 20.04 TESTS ############
build_and_test:focal:
stage: build_and_test
image: labrobotica/wolf_deps:20.04
except:
- master
script:
- *build_and_test_definition
############ DEPLOY PLUGINS ############
deploy_imu:
stage: deploy
......
......@@ -126,7 +126,7 @@ public:
/**\brief Add a element to the buffer
*
*/
void emplace(const TimeStamp& _time_stamp, const T& _element); //const double& _time_tolerance);
void emplace(const TimeStamp& _time_stamp, const T& _element);
/** \brief returns the container with elements of the buffer
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment