Skip to content
Snippets Groups Projects
Commit e8f38738 authored by Ely Repiso Polo's avatar Ely Repiso Polo
Browse files

corregido error por cambio en IribaseAlgorithm para ubuntu 18.04 y ROS-melodic

parent 56ce2d39
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ DiffPlatformSimulatorAlgNode::DiffPlatformSimulatorAlgNode(void) :
algorithm_base::IriBaseAlgorithm<DiffPlatformSimulatorAlgorithm>()
{
//init class attributes if necessary
this->loop_rate_ = 50;//in [Hz]
//this->loop_rate_ = 50;//in [Hz] // for ROS indigo or hydor and ubuntu 14.04
setRate(50);
this->public_node_handle_.getParam("robot", this->tf_prefix_);
this->odom_id_ = "/" + this->tf_prefix_ + "/odom";
......
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