Skip to content

Commit

Permalink
add new picture for install and fixed the default param of inverted a…
Browse files Browse the repository at this point in the history
…nd angle_compensate
  • Loading branch information
kint.zhao committed Aug 8, 2016
1 parent e9455b3 commit 87ffa6e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ROS node and test application for RPLIDAR
Visit following Website for more details about RPLIDAR:

rplidar roswiki: http://wiki.ros.org/rplidar

rplidar HomePage: http://www.slamtec.com/en/Lidar

rplidar Tutorial: https://github.com/robopeak/rplidar_ros/wiki

How to build rplidar ros package
Expand Down
Binary file removed rplidar-frame.png
Binary file not shown.
Binary file added rplidar_A1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rplidar_A2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ int main(int argc, char * argv[]) {
nh_private.param<std::string>("serial_port", serial_port, "/dev/ttyUSB0");
nh_private.param<int>("serial_baudrate", serial_baudrate, 115200);
nh_private.param<std::string>("frame_id", frame_id, "laser_frame");
nh_private.param<bool>("inverted", inverted, "false");
nh_private.param<bool>("angle_compensate", angle_compensate, "true");
nh_private.param<bool>("inverted", inverted, false);
nh_private.param<bool>("angle_compensate", angle_compensate, true);

u_result op_result;

Expand Down

0 comments on commit 87ffa6e

Please sign in to comment.