User Tools

Site Tools


ros:turtlebot:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ros:turtlebot:install [2014/01/27 22:17] – added Issues section towa45ros:turtlebot:install [2014/01/27 22:19] towa45
Line 48: Line 48:
 ## End ## End
 And to prepare setup UDEV: And to prepare setup UDEV:
- 
     rosrun kobuki_ftdi create_udev_rules     rosrun kobuki_ftdi create_udev_rules
 +
  
 ## Issues ## Issues
- +I had issues with boost 1.53 and `shared_dynamic_castwhile compiling `kobuki_baseand `create_basegazebo plugins. Fixt it replacing all `shared_dynamic_castby `dynamic_pointer_castin the .cpp files.
-I had issues with boost 1.53 and shared_dynamic_cast while compiling kobuki_base and create_base gazebo plugins. Fixt it replacing all shared_dynamic_cast by dynamic_pointer_cast in the .cpp files.+