質問するログイン新規登録

質問編集履歴

1

実行できているコードと、できていないコードを追記しました。

2021/10/14 02:47

投稿

Eshia
Eshia

スコア3

title CHANGED
File without changes
body CHANGED
@@ -64,4 +64,19 @@
64
64
  ・https://answers.ros.org/question/68767/cmake-error-cmake_module_path-does-not-contain-findcatkincmake/
65
65
  ・https://github.com/plasmodic/ecto/issues/287
66
66
 
67
+ ###補足
68
+
69
+ どこまでできているか補足すると
70
+ ```
71
+ ros2 run demo_nodes_cpp talker
72
+ ros2 run demo_nodes_cpp listener
73
+ ros2 run turtlesim turtlesim_node
74
+ ```
75
+ は実行できていますが、
76
+
77
+ ```
78
+ ros2 run ros_tcp_endpoint default_server_endpoint --ros-args -p ROS_IP:=<your IP address>
79
+ ```
80
+ を実行する際にエラーが出力されます。
81
+
67
82
  解決方法をご存じの方がいらっしゃいましたら、教えていただきたく存じます。