Skip to content

Commit

Permalink
Add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki Ohta committed Nov 19, 2015
1 parent 66c2a22 commit 05affa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

//Publisher
static ros::Publisher g_twist_pub;
static double g_lateral_accel_limit;
static double g_lateral_accel_limit = 0.8;

static void configCallback(const runtime_manager::ConfigTwistFilterConstPtr &config)
{
Expand Down

0 comments on commit 05affa3

Please sign in to comment.