Added new robot descriptions for Robotoid
This commit is contained in:
@@ -152,7 +152,7 @@ namespace mg {
|
||||
double x = NAN;
|
||||
double y = NAN;
|
||||
|
||||
auto tmsg = tfbuf->lookupTransform("odom", "base-link", tf2::TimePointZero);
|
||||
auto tmsg = tfbuf->lookupTransform("odom", "base_footprint", tf2::TimePointZero);
|
||||
|
||||
tf2::Transform t;
|
||||
tf2::convert(tmsg.transform, t);
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace mg {
|
||||
|
||||
path_buffer_ = std::make_shared<PathBuffer>(this);
|
||||
|
||||
pub_twist = create_publisher<Geometry::TwistStamped>("diffdrive_controller/cmd_vel", 2);
|
||||
pub_twist = create_publisher<Geometry::TwistStamped>("/cmd_vel", 2);
|
||||
|
||||
obstacle_manager_ = std::make_shared<ObstacleManager>(this, tf2_buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user