tutorial ROSberryPi Setting up Hydro on RaspberryPi failing on rosconsole
Im installing turtlebot software on raspberry pi using this turtorial
ROSberryPiSetting up Hydro on RaspberryPi
but im stuck in the build part of turtlebot it wants this requirement ros console-bridge but when i get to that section of the tutorial i'm missing something console_bridge
1.1.1 this command returns this
sed -e "s/rosconsole/console_bridge" rosconsole/package.xml > console_bridge/package.xml sed: -e expression #1, char 27: unterminated `s' command
Any help would be appreciated thanks chocjulio
PS thanks for the tutorial it really helped get me going you should do one for turlebot
Just a note: I've updated the Wiki to fix this problem. the correct sed command should have been "sed -e "s/rosconsole/console_bridge/" rosconsole/package.xml > console_bridge/package.xml" (notice the terminating slash after console_bridge)