linorobot / lino_install

Linorobot installation file
3 stars 19 forks source link

rosserial lino_msgs generation #2

Closed BlockByBlock closed 6 years ago

BlockByBlock commented 6 years ago

source $HOME/linorobot_ws/devel/setup.bash must be done before rosrun rosserial make_libraries.py

without which the lino_msgs will not be available on rospack list for the make_libraries node to generate necessary rosmsg

grassjelly commented 6 years ago

Hi Bing,

These lines are included in the latest commit - right after the lino_msgs is cloned https://github.com/linorobot/lino_install/blob/master/install/#L97-L98 . May I know which line does it fail

BlockByBlock commented 6 years ago

Great, it should work