LoginSignup
0
0

More than 1 year has passed since last update.

Error getting RMW implementation identifier / RMW implementation not installed のERRORの解決策【ROS&ROS2】

Last updated at Posted at 2022-10-19

Error getting RMW ~ の解決策

ROS2-foxyのturtlesimを使って,チュートリアルを行おうとした際に生じた,以下のようなエラーに関する解決策.

エラー内容

[ERROR] [1666143744.592924817] [rcl]: Error getting RMW implementation identifier / RMW implementation not installed (expected identifier of 'opensplice_cpp'), with error message 'failed to find shared library 'opensplice_cpp' ~

解決策

$ sudo apt-get update 
$ sudo apt-get install -y ros-foxy-rmw-cyclonedds-cpp

参考文献

“Error getting RMW implementation identifier” error

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0