Skip to content
Snippets Groups Projects
Commit c153b83a authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update visualizer.cpp

parent cc3dbe5e
No related branches found
No related tags found
2 merge requests!11new release,!10new release
...@@ -27,6 +27,7 @@ void Visualizer::initialize(ros::NodeHandle& nh) ...@@ -27,6 +27,7 @@ void Visualizer::initialize(ros::NodeHandle& nh)
nh.param<double>( "factors_width", factors_width_, 0.02); nh.param<double>( "factors_width", factors_width_, 0.02);
nh.param<double>( "factors_absolute_height", factors_absolute_height_, 20); nh.param<double>( "factors_absolute_height", factors_absolute_height_, 20);
nh.param<double>( "landmark_text_z_offset", landmark_text_z_offset_, 1); nh.param<double>( "landmark_text_z_offset", landmark_text_z_offset_, 1);
nh.param<double>( "landmark_width", landmark_width_, 0.1);
nh.param<double>( "landmark_length", landmark_length_, 1); nh.param<double>( "landmark_length", landmark_length_, 1);
nh.param<double>( "frame_width", frame_width_, 0.1); nh.param<double>( "frame_width", frame_width_, 0.1);
nh.param<double>( "frame_length", frame_length_, 1); nh.param<double>( "frame_length", frame_length_, 1);
......
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