Skip to content
Snippets Groups Projects
Commit b09cc707 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Merge branch 'master' into 'kinetic_migration'

# Conflicts:
#   src/safe_cmd_alg_node.cpp
parents 6a3ef6ef 476fe904
No related branches found
No related tags found
1 merge request!1Kinetic migration
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -14,8 +14,7 @@ SafeCmdAlgNode::SafeCmdAlgNode(void) :
tf_listener_(ros::Duration(10.f))
{
//init class attributes if necessary
double loop_rate = 30;//in [Hz]
this->setRate(loop_rate);
this->setRate(30);//in [Hz]
// [init publishers]
cmd_vel_safe_publisher_ = public_node_handle_.advertise<geometry_msgs::Twist>("cmd_vel_safe", 100);
......
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