Skip to content

Commit

Permalink
fixed document arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Mihir Kulkarni <mihirk284@gmail.com>
  • Loading branch information
mihirk284 committed Jul 21, 2020
1 parent 14f68a1 commit fa37115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/lidar_visual/GlutWindow.hh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ namespace ic = ignition::common;

/// \brief Run the demo and display Lidar Visual
/// \param[in] _cameras Cameras in the scene
/// \param[in] nodes Nodes in the scene
/// \param[in] _pts Lidar points
void run(std::vector<ir::CameraPtr> _cameras,
std::vector<ir::LidarVisualPtr> _nodes,
std::vector<double> _pts);
Expand Down

0 comments on commit fa37115

Please sign in to comment.