thibaultbarbie / motoman_manual

A manual to use the robot motoman. ROS connection to the robot, moveit script and so on...
MIT License
1 stars 2 forks source link

(Typo fixes) motion_planninig #1

Closed nakaomasato closed 7 years ago

nakaomasato commented 7 years ago

I found type miss.

motoman_manual/code_files/installation_first/CMakeList.txt : lines 2 incorrect : project(motion_plannign)

correct : project(motion_planning)

Plz modify.

thibaultbarbie commented 7 years ago

I fixed it, thank you !