leggedrobotics / ros_best_practices

Best practices, conventions, and tricks for ROS
https://rsl.ethz.ch/education-students/lectures/ros.html
BSD 3-Clause "New" or "Revised" License
1.51k stars 415 forks source link

Fix an error. #3

Closed csukuangfj closed 7 years ago

csukuangfj commented 7 years ago

It should be -std=c++11 instead of --std=c++11.

pfankhauser commented 7 years ago

Thanks!