Skip to content

Commit

Permalink
[hrpsys_gazebo_atlas] fix include directory for iob.h
Browse files Browse the repository at this point in the history
io/iob.h -> hrpsys/io/iob.h
See fkanehiro/hrpsys-base#842
  • Loading branch information
pazeshun committed Nov 12, 2019
1 parent 7f2c58a commit 1ed9bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrpsys_gazebo_atlas/iob/iob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <cstdlib>
#include <cstring>
#include <vector>
#include "io/iob.h"
#include "hrpsys/io/iob.h"

#include <ros/ros.h>
#include <boost/algorithm/string.hpp>
Expand Down

0 comments on commit 1ed9bb3

Please sign in to comment.