Skip to content
Snippets Groups Projects
Commit 7c985841 authored by Reed Hedges's avatar Reed Hedges
Browse files

Merge branch 'master' of https://github.com/amor-ros-pkg/rosaria

parents 8708feb9 8a5b4168
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,12 @@
#define ARTIMETOROSTIMESTAMP_H
#include <ros/ros.h>
#ifdef ADEPT_PKG
#include "ariaUtil.h"
#else
#include "Aria/ariaUtil.h"
#endif
ros::Time convertArTimeToROS(const ArTime& t)
{
......
#include "Aria.h"
#include "LaserPublisher.h"
#ifdef ADEPT_PKG
#include <Aria.h>
#else
#include <Aria/Aria.h>
#endif
#include "LaserPublisher.h"
#include "ArTimeToROSTime.h"
......
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