ROS Custom Message Support not found after Matlab restart

2 ビュー (過去 30 日間)
Zhen Zeng
Zhen Zeng 2016 年 2 月 25 日
コメント済み: Shantnu Kakkar 2017 年 11 月 24 日
I installed ROS Custom Message Support following instructions here: http://www.mathworks.com/help/robotics/ug/ros-custom-message-support.html
But after I restart Matlab, rosgenmsg is not recognized as a function. How to fix this? Thanks!
Zhen
  4 件のコメント
Walter Roberson
Walter Roberson 2016 年 3 月 23 日
Fady,
fid = fopen('~/.bashrc', 'a');
fprintf(fid, 'MATLAB_USE_USERWORK=1\n');
fclose(fid)
Shantnu Kakkar
Shantnu Kakkar 2017 年 11 月 24 日
I did this. After opening my ~./bashrc, I can see MATLAB_USE_USERWORK=1 at the very bottom. But still matlab is not recognising "rosgenmsg" as a function.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeNetwork Connection and Exploration についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by