Skip to content

Commit

Permalink
Replace urdf_world/types.h with urdf_model/types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Sep 22, 2022
1 parent d660aa7 commit 040206e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf_parser/include/urdf_parser/urdf_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
#include <vector>

#include <tinyxml.h>
#include <urdf_model/types.h>
#include <urdf_model/model.h>
#include <urdf_model/color.h>
#include <urdf_model/utils.h>
#include <urdf_model_state/model_state.h>
#include <urdf_sensor/sensor.h>
#include <urdf_world/types.h>

#include "exportdecl.h"

Expand Down

0 comments on commit 040206e

Please sign in to comment.